Class RadianceComboBoxEditor
java.lang.Object
javax.swing.plaf.basic.BasicComboBoxEditor
org.pushingpixels.radiance.theming.internal.utils.combo.RadianceComboBoxEditor
- All Implemented Interfaces:
FocusListener
,EventListener
,ComboBoxEditor
- Direct Known Subclasses:
RadianceComboBoxEditor.UIResource
Combobox editor.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
Combobox editor that implements the markerUIResource
interface. -
Field Summary
Fields inherited from class javax.swing.plaf.basic.BasicComboBoxEditor
editor
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class javax.swing.plaf.basic.BasicComboBoxEditor
addActionListener, createEditorComponent, focusGained, focusLost, getEditorComponent, getItem, removeActionListener, selectAll, setItem
-
Constructor Details
-
RadianceComboBoxEditor
public RadianceComboBoxEditor()Creates a new editor.
-