Class RadianceComboBoxEditor
- java.lang.Object
-
- javax.swing.plaf.basic.BasicComboBoxEditor
-
- org.pushingpixels.radiance.theming.internal.utils.combo.RadianceComboBoxEditor
-
- All Implemented Interfaces:
java.awt.event.FocusListener
,java.util.EventListener
,javax.swing.ComboBoxEditor
- Direct Known Subclasses:
RadianceComboBoxEditor.UIResource
public class RadianceComboBoxEditor extends javax.swing.plaf.basic.BasicComboBoxEditor
Combobox editor.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
RadianceComboBoxEditor.UIResource
Combobox editor that implements the markerUIResource
interface.
-
Constructor Summary
Constructors Constructor Description RadianceComboBoxEditor()
Creates a new editor.
-