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 classCombobox editor that implements the markerUIResourceinterface. -
Field Summary
Fields inherited from class BasicComboBoxEditor
editor -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class BasicComboBoxEditor
addActionListener, createEditorComponent, focusGained, focusLost, getEditorComponent, getItem, removeActionListener, selectAll, setItem
-
Constructor Details
-
RadianceComboBoxEditor
public RadianceComboBoxEditor()Creates a new editor.
-