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