Class BasicCommandButtonListener.ButtonAction
- java.lang.Object
-
- javax.swing.AbstractAction
-
- org.pushingpixels.radiance.component.internal.ui.common.BasicCommandButtonListener.ButtonAction
-
- All Implemented Interfaces:
java.awt.event.ActionListener
,java.io.Serializable
,java.lang.Cloneable
,java.util.EventListener
,javax.swing.Action
- Direct Known Subclasses:
BasicCommandButtonListener.FocusTraversalAction
,BasicCommandButtonListener.PopupDismissAction
,BasicCommandButtonListener.PopupToggleAction
,BasicCommandButtonListener.PressAction
,BasicCommandButtonListener.ReleaseAction
- Enclosing class:
- BasicCommandButtonListener
private abstract static class BasicCommandButtonListener.ButtonAction extends javax.swing.AbstractAction
-
-
Field Summary
Fields Modifier and Type Field Description protected JCommandButton
button
-
Constructor Summary
Constructors Constructor Description ButtonAction(java.lang.String actionName, JCommandButton button)
-
Method Summary
-
Methods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
-
-
-
-
Field Detail
-
button
protected final JCommandButton button
-
-
Constructor Detail
-
ButtonAction
ButtonAction(java.lang.String actionName, JCommandButton button)
-
-