Class HomeAccessory
- java.lang.Object
-
- com.charliemouse.cambozola.Accessory
-
- com.charliemouse.cambozola.accessories.HomeAccessory
-
public class HomeAccessory extends Accessory
-
-
Field Summary
-
Fields inherited from class com.charliemouse.cambozola.Accessory
BUTTON_SIZE, ICON_INDENT, ICON_SIZE
-
-
Constructor Summary
Constructors Constructor Description HomeAccessory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidactionPerformed(java.awt.Point p, ViewerAttributeInterface vfi)java.lang.StringgetDescription()java.lang.StringgetIconLocation()java.lang.StringgetName()booleanisEnabled(ICameraProfile profile, ViewerAttributeInterface vfi)This is only checked at creation time-
Methods inherited from class com.charliemouse.cambozola.Accessory
getIconImage, getKey, terminate
-
-
-
-
Method Detail
-
getDescription
public java.lang.String getDescription()
- Overrides:
getDescriptionin classAccessory
-
getIconLocation
public java.lang.String getIconLocation()
- Overrides:
getIconLocationin classAccessory
-
isEnabled
public boolean isEnabled(ICameraProfile profile, ViewerAttributeInterface vfi)
Description copied from class:AccessoryThis is only checked at creation time
-
actionPerformed
public void actionPerformed(java.awt.Point p, ViewerAttributeInterface vfi)- Overrides:
actionPerformedin classAccessory
-
-