| Package | Description | 
|---|---|
| oracle.javatools.ui.combo | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
JCheckCombo<T>
Combo that drops a list of items that can be (multi) selected by the user. 
 | 
class  | 
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. 
 | 
class  | 
JTreeCombo
A ComboBox variant that contains a tree in the popup area. 
 | 
class  | 
JTreeFixListCombo
A combo box variant that contains both a tree and a fixed list of items in
 its popup area. 
 |