JComboBox component.See: Description
| Class | Description |
|---|---|
| EnumComboBoxModel<E extends java.lang.Enum<E>> |
A ComboBoxModel implementation that safely wraps an Enum.
|
| ListComboBoxModel<E> |
A
ComboBoxModel for Lists. |
| MapComboBoxModel<K,V> |
A
ComboBoxModel for Maps. |
JComboBox component.