Class BasicTriStateListener.TriStateAction
java.lang.Object
org.pushingpixels.radiance.component.internal.theming.common.tristate.BasicTriStateListener.TriStateAction
- All Implemented Interfaces:
ActionListener, EventListener, Action
- Enclosing class:
BasicTriStateListener
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate Stringprivate static final Stringprivate static final StringFields inherited from interface Action
ACCELERATOR_KEY, ACTION_COMMAND_KEY, DEFAULT, DISPLAYED_MNEMONIC_INDEX_KEY, LARGE_ICON_KEY, LONG_DESCRIPTION, MNEMONIC_KEY, NAME, SELECTED_KEY, SHORT_DESCRIPTION, SMALL_ICON -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidgetName()booleanvoidvoidvoidsetEnabled(boolean b)
-
Field Details
-
PRESS
- See Also:
-
RELEASE
- See Also:
-
name
-
-
Constructor Details
-
TriStateAction
-
-
Method Details
-
getName
-
actionPerformed
- Specified by:
actionPerformedin interfaceActionListener
-
isEnabled
-
setEnabled
public void setEnabled(boolean b) - Specified by:
setEnabledin interfaceAction
-
getValue
-
putValue
-
addPropertyChangeListener
- Specified by:
addPropertyChangeListenerin interfaceAction
-
removePropertyChangeListener
- Specified by:
removePropertyChangeListenerin interfaceAction
-