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 String
private static final String
private static final String
Fields inherited from interface javax.swing.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 TypeMethodDescriptionvoid
void
getName()
boolean
void
void
void
setEnabled
(boolean b)
-
Field Details
-
PRESS
- See Also:
-
RELEASE
- See Also:
-
name
-
-
Constructor Details
-
TriStateAction
-
-
Method Details
-
getName
-
actionPerformed
- Specified by:
actionPerformed
in interfaceActionListener
-
isEnabled
public boolean isEnabled() -
setEnabled
public void setEnabled(boolean b) - Specified by:
setEnabled
in interfaceAction
-
getValue
-
putValue
-
addPropertyChangeListener
- Specified by:
addPropertyChangeListener
in interfaceAction
-
removePropertyChangeListener
- Specified by:
removePropertyChangeListener
in interfaceAction
-