Class BasicCommandButtonListener.FocusHomeAction
- java.lang.Object
-
- javax.swing.AbstractAction
-
- org.pushingpixels.radiance.component.internal.ui.common.BasicCommandButtonListener.ButtonAction
-
- org.pushingpixels.radiance.component.internal.ui.common.BasicCommandButtonListener.FocusTraversalAction
-
- org.pushingpixels.radiance.component.internal.ui.common.BasicCommandButtonListener.FocusHomeAction
-
- 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.FocusHomeAction extends BasicCommandButtonListener.FocusTraversalAction
-
-
Field Summary
Fields Modifier and Type Field Description private static java.lang.StringFOCUS_HOME-
Fields inherited from class org.pushingpixels.radiance.component.internal.ui.common.BasicCommandButtonListener.ButtonAction
button
-
-
Constructor Summary
Constructors Constructor Description FocusHomeAction(JCommandButton button)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidactionPerformed(java.awt.event.ActionEvent e)-
Methods inherited from class org.pushingpixels.radiance.component.internal.ui.common.BasicCommandButtonListener.FocusTraversalAction
getPopup, isEnabled
-
Methods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, putValue, removePropertyChangeListener, setEnabled
-
-
-
-
Field Detail
-
FOCUS_HOME
private static final java.lang.String FOCUS_HOME
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
FocusHomeAction
FocusHomeAction(JCommandButton button)
-
-