Class | Description |
---|---|
AutoCompletingComboBox |
Auto-completing ComboBox.
|
AutoCompletingComboBox.AutoCompleteListCellRenderer |
ListCellRenderer for AutoCompletingComboBox
renders an AutoCompletionListItem by showing only the string value part
|
AutoCompletingTextField |
AutoCompletingTextField is a text field with autocompletion behaviour.
|
AutoCompletionItemPriority |
Describes the priority of an item in an autocompletion list.
|
AutoCompletionList |
AutoCompletionList manages a list of
AutoCompletionListItem s. |
AutoCompletionListItem |
Represents an entry in the list of auto completion values.
|
AutoCompletionManager |
AutoCompletionManager holds a cache of keys with a list of
possible auto completion values for each key.
|