Class BasicColorSelectorComponentUI.ReleaseAction
- 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.ReleaseAction
-
- All Implemented Interfaces:
java.awt.event.ActionListener
,java.io.Serializable
,java.lang.Cloneable
,java.util.EventListener
,javax.swing.Action
- Enclosing class:
- BasicColorSelectorComponentUI
private class BasicColorSelectorComponentUI.ReleaseAction extends BasicColorSelectorComponentUI.ColorSelectorComponentAction
-
-
Field Summary
Fields Modifier and Type Field Description private static java.lang.String
RELEASE
-
Fields inherited from class org.pushingpixels.radiance.component.internal.ui.common.popup.BasicColorSelectorComponentUI.ColorSelectorComponentAction
colorSelectorComponent
-
-
Constructor Summary
Constructors Constructor Description ReleaseAction(JColorSelectorComponent colorSelectorComponent)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
actionPerformed(java.awt.event.ActionEvent e)
-
Methods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
-
-
-
-
Field Detail
-
RELEASE
private static final java.lang.String RELEASE
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
ReleaseAction
ReleaseAction(JColorSelectorComponent colorSelectorComponent)
-
-