public class InfoAccessory extends Accessory
| Modifier and Type | Field and Description |
|---|---|
protected java.awt.Point |
m_frameLoc |
protected com.charliemouse.cambozola.accessories.InfoAccessory.InfoFrame |
m_infoFrame |
BUTTON_SIZE, ICON_INDENT, ICON_SIZE| Constructor and Description |
|---|
InfoAccessory() |
| Modifier and Type | Method and Description |
|---|---|
void |
actionPerformed(java.awt.Point p,
ViewerAttributeInterface vfi) |
java.lang.String |
getDescription() |
java.lang.String |
getIconLocation() |
java.lang.String |
getName() |
getIconImage, getKey, isEnabled, terminateprotected com.charliemouse.cambozola.accessories.InfoAccessory.InfoFrame m_infoFrame
protected java.awt.Point m_frameLoc
public java.lang.String getDescription()
getDescription in class Accessorypublic java.lang.String getIconLocation()
getIconLocation in class Accessorypublic void actionPerformed(java.awt.Point p,
ViewerAttributeInterface vfi)
actionPerformed in class Accessory