Class BasicCommandButtonListener.PopupToggleAction
- java.lang.Object
-
- javax.swing.AbstractAction
-
- org.pushingpixels.radiance.component.internal.ui.common.BasicCommandButtonListener.ButtonAction
-
- org.pushingpixels.radiance.component.internal.ui.common.BasicCommandButtonListener.PopupToggleAction
-
- All Implemented Interfaces:
java.awt.event.ActionListener
,java.io.Serializable
,java.lang.Cloneable
,java.util.EventListener
,javax.swing.Action
- Enclosing class:
- BasicCommandButtonListener
private static class BasicCommandButtonListener.PopupToggleAction extends BasicCommandButtonListener.ButtonAction
-
-
Field Summary
Fields Modifier and Type Field Description private static java.lang.String
TOGGLE
-
Fields inherited from class org.pushingpixels.radiance.component.internal.ui.common.BasicCommandButtonListener.ButtonAction
button
-
-
Constructor Summary
Constructors Constructor Description PopupToggleAction(JCommandButton button)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
actionPerformed(java.awt.event.ActionEvent e)
boolean
isEnabled()
-
Methods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, putValue, removePropertyChangeListener, setEnabled
-
-
-
-
Field Detail
-
TOGGLE
private static final java.lang.String TOGGLE
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
PopupToggleAction
PopupToggleAction(JCommandButton button)
-
-