Class BasicCommandButtonListener.FocusTraversalAction
- java.lang.Object
-
- javax.swing.AbstractAction
-
- org.pushingpixels.radiance.component.internal.ui.common.BasicCommandButtonListener.ButtonAction
-
- org.pushingpixels.radiance.component.internal.ui.common.BasicCommandButtonListener.FocusTraversalAction
-
- All Implemented Interfaces:
java.awt.event.ActionListener
,java.io.Serializable
,java.lang.Cloneable
,java.util.EventListener
,javax.swing.Action
- Direct Known Subclasses:
BasicCommandButtonListener.FocusDownAction
,BasicCommandButtonListener.FocusEndAction
,BasicCommandButtonListener.FocusHomeAction
,BasicCommandButtonListener.FocusLeftAction
,BasicCommandButtonListener.FocusRightAction
,BasicCommandButtonListener.FocusUpAction
- Enclosing class:
- BasicCommandButtonListener
private abstract static class BasicCommandButtonListener.FocusTraversalAction extends BasicCommandButtonListener.ButtonAction
-
-
Field Summary
-
Fields inherited from class org.pushingpixels.radiance.component.internal.ui.common.BasicCommandButtonListener.ButtonAction
button
-
-
Constructor Summary
Constructors Constructor Description FocusTraversalAction(java.lang.String actionName, JCommandButton button)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected JPopupPanel
getPopup()
boolean
isEnabled()
-
Methods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, putValue, removePropertyChangeListener, setEnabled
-
-
-
-
Constructor Detail
-
FocusTraversalAction
FocusTraversalAction(java.lang.String actionName, JCommandButton button)
-
-
Method Detail
-
isEnabled
public boolean isEnabled()
- Specified by:
isEnabled
in interfacejavax.swing.Action
- Overrides:
isEnabled
in classjavax.swing.AbstractAction
-
getPopup
protected JPopupPanel getPopup()
-
-