| Package | Description |
|---|---|
| oracle.javatools.ui.builders | |
| oracle.javatools.ui.combo |
| Modifier and Type | Method and Description |
|---|---|
ListenableCollection<T> |
ComboBuilder.setCheckable(java.util.Collection<T> initiallyCheckedItems,
CheckComboText<T> checkComboText)
Make the items in the component checkable.
|
| Modifier and Type | Method and Description |
|---|---|
CheckComboText |
JCheckCombo.getCheckComboText() |
| Modifier and Type | Method and Description |
|---|---|
void |
JCheckCombo.setCheckComboText(CheckComboText checkComboText)
Set the object to provide text for the check combo.
|