Package com.simsilica.lemur
Class EmptyAction
java.lang.Object
com.simsilica.lemur.Action
com.simsilica.lemur.EmptyAction
- All Implemented Interfaces:
Command<Button>
,VersionedObject<Action>
An empty action implementation that does nothing (by default) when
activated.
-
Field Summary
Fields inherited from class com.simsilica.lemur.Action
KEY_ENABLED, KEY_ICON, KEY_LARGE_ICON, KEY_NAME, KEY_SELECTED, KEY_SHORT_DESCRIPTION
-
Constructor Summary
ConstructorsConstructorDescriptionEmptyAction
(String name) EmptyAction
(String name, GuiComponent icon) EmptyAction
(String name, GuiComponent icon, boolean enabled) -
Method Summary
Methods inherited from class com.simsilica.lemur.Action
appendFields, createReference, getIcon, getLargeIcon, getName, getObject, getValue, getValue, getVersion, incrementVersion, isEnabled, isSelected, putValue, setEnabled, setIcon, setLargeIcon, setName, setSelected, toString