SelectField and ListBox.See: Description
| Interface | Description |
|---|---|
| ListCellRenderer |
Renders an item in a list.
|
| ListModel |
A data model for list type components (SelectFields and ListBoxes).
|
| ListSelectionModel |
A representation of the selected items in a list component.
|
| StyledListCell |
A representation of a rendered item within a list that contains
color and/or font information.
|
| Class | Description |
|---|---|
| AbstractListComponent |
Abstract base class for selection list components (i.e.,
SelectFields and ListBoxes). |
| AbstractListModel |
A base class from which
ListModel implementations may be
derived. |
| DefaultListCellRenderer |
The default
ListCellRenderer implementation. |
| DefaultListModel |
Default
ListModel implementation. |
| DefaultListSelectionModel |
Default
ListSelectionModel implementation. |
SelectField and ListBox.