Package | Description |
---|---|
org.jdesktop.swingx.combobox |
Contains classes and interfaces used by the
JComboBox component. |
Modifier and Type | Class | Description |
---|---|---|
class |
EnumComboBoxModel<E extends java.lang.Enum<E>> |
A ComboBoxModel implementation that safely wraps an Enum.
|
class |
MapComboBoxModel<K,V> |
A
ComboBoxModel for Map s. |