| Interface | Description |
|---|---|
| CheckComboText<T> |
Interface to allow clients to specify the text to appear for each row in a checked combo including
the top (unpopped) summary part of the combo.
|
| TreeComboRenderer |
The tree renderer will render the cells of the tree, the list renderer will render
the selected combo box value.
|
| Class | Description |
|---|---|
| CheckComboModel |
A model for use in a JCheckCombo.
|
| ComboCellEditor |
A TableCellEditor for tables that require combo boxes as cell editors.
|
| FixListComboModel |
A model for use in a JFixListCombo
|
| JCheckCombo<T> |
Combo that drops a list of items that can be (multi) selected by the user.
|
| JCustomComboBox |
An extension of JComboBox that allows for the insertion of custom components
in the pop area of a combobox.
|
| JFixListCombo |
A variant of a combo box with the popup split into two areas: a scrollable list
of items (as usual), and a list of non-scrollable items that appear fixed
at either the top or the bottom of the popup.
|
| JTreeCombo |
A ComboBox variant that contains a tree in the popup area.
|
| JTreeFixListCombo |
A combo box variant that contains both a tree and a fixed list of items in
its popup area.
|
| PromptedComboBoxEditor |
A editor for a JComboBox's editable text field.
|
| PromptedComboBoxEditor.BorderlessPromptedTextField | |
| SimpleComboModel<T> |
A simple combo model based on a delegate java.util.List.
|
| TreeComboModel |
Model for a JTreeComboBox
Constructed with a regular TreeModel, this class delegates most calls to
the TreeModel, but adds the concept of combo selection.
|
| TreeFixListComboModel |
Model for JTreeComboBox
Constructed with a regular TreeModel, this class delegates most calls to
the TreeModel, but adds the concept of selection to get the ComboBoxModel
to work
|