See: Description
| Class | Description |
|---|---|
| AutoCompletingComboBox |
Auto-completing ComboBox.
|
| AutoCompletingComboBox.AutoCompleteListCellRenderer |
ListCellRenderer for AutoCompletingComboBox
renders an AutoCompletionListItem by showing only the string value part
|
| AutoCompletingComboBox.InnerFocusListener | |
| AutoCompletingTextField |
AutoCompletingTextField is a text field with autocompletion behaviour.
|
| AutoCompletionList |
AutoCompletionList manages a graphical list of
AutoCompletionItems. |
| AutoCompletionManager |
AutoCompletionManager holds a cache of keys with a list of
possible auto completion values for each key.
|
| AutoCompletionManager.UserInputTag |
Data class to remember tags that the user has entered.
|