public abstract class Accessory
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
BUTTON_SIZE |
static int |
ICON_INDENT |
static int |
ICON_SIZE |
Constructor and Description |
---|
Accessory() |
Modifier and Type | Method and Description |
---|---|
void |
actionPerformed(java.awt.Point p,
ViewerAttributeInterface vfi) |
java.lang.String |
getDescription() |
java.awt.Image |
getIconImage() |
java.lang.String |
getIconLocation() |
java.lang.String |
getKey() |
java.lang.String |
getName() |
boolean |
isEnabled(ICameraProfile profile,
ViewerAttributeInterface vfi)
This is only checked at creation time
|
void |
terminate() |
public static final int ICON_SIZE
public static final int ICON_INDENT
public static final int BUTTON_SIZE
public java.lang.String getKey()
public java.lang.String getName()
public java.lang.String getDescription()
public boolean isEnabled(ICameraProfile profile, ViewerAttributeInterface vfi)
public java.lang.String getIconLocation()
public java.awt.Image getIconImage()
public void terminate()
public void actionPerformed(java.awt.Point p, ViewerAttributeInterface vfi)