Class BasicColorSelectorComponentUI.FocusTraversalAction
- java.lang.Object
-
- javax.swing.AbstractAction
-
- org.pushingpixels.radiance.component.internal.ui.common.popup.BasicColorSelectorComponentUI.ColorSelectorComponentAction
-
- org.pushingpixels.radiance.component.internal.ui.common.popup.BasicColorSelectorComponentUI.FocusTraversalAction
-
- All Implemented Interfaces:
java.awt.event.ActionListener,java.io.Serializable,java.lang.Cloneable,java.util.EventListener,javax.swing.Action
- Direct Known Subclasses:
BasicColorSelectorComponentUI.FocusDownAction,BasicColorSelectorComponentUI.FocusLeftAction,BasicColorSelectorComponentUI.FocusRightAction,BasicColorSelectorComponentUI.FocusUpAction
- Enclosing class:
- BasicColorSelectorComponentUI
private abstract static class BasicColorSelectorComponentUI.FocusTraversalAction extends BasicColorSelectorComponentUI.ColorSelectorComponentAction
-
-
Field Summary
-
Fields inherited from class org.pushingpixels.radiance.component.internal.ui.common.popup.BasicColorSelectorComponentUI.ColorSelectorComponentAction
colorSelectorComponent
-
-
Constructor Summary
Constructors Constructor Description FocusTraversalAction(java.lang.String actionName, JColorSelectorComponent colorSelectorComponent)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected JPopupPanelgetPopup()-
Methods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
-
-
-
-
Constructor Detail
-
FocusTraversalAction
FocusTraversalAction(java.lang.String actionName, JColorSelectorComponent colorSelectorComponent)
-
-
Method Detail
-
getPopup
protected JPopupPanel getPopup()
-
-