Class HomeAccessory
java.lang.Object
com.charliemouse.cambozola.Accessory
com.charliemouse.cambozola.accessories.HomeAccessory
-
Field Summary
Fields inherited from class com.charliemouse.cambozola.Accessory
BUTTON_SIZE, ICON_INDENT, ICON_SIZE
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
getName()
boolean
isEnabled
(ICameraProfile profile, ViewerAttributeInterface vfi) This is only checked at creation timeMethods inherited from class com.charliemouse.cambozola.Accessory
getIconImage, getKey, terminate
-
Constructor Details
-
HomeAccessory
public HomeAccessory()
-
-
Method Details
-
getName
-
getDescription
- Overrides:
getDescription
in classAccessory
-
getIconLocation
- Overrides:
getIconLocation
in classAccessory
-
isEnabled
Description copied from class:Accessory
This is only checked at creation time -
actionPerformed
- Overrides:
actionPerformed
in classAccessory
-