Package docking.widgets.autocomplete
-
Interface Summary Interface Description AutocompletionListener<T> A listener for autocompletion events.AutocompletionModel<T> A model to generate the suggested completions, given a viable prefix. -
Class Summary Class Description AutocompletionCellRenderer<T> This is a default list cell renderer for theTextFieldAutocompleter
suitable for extension if a user wishes to customize it.AutocompletionEvent<T> An event related to autocompletion, usually a completion being activated by the user.TextFieldAutocompleter<T> An autocompleter that may be attached to one or moreJTextField
.TextFieldAutocompleter.DualTextAutocompleterDemo A demonstration of the autocompleter on two linked text fields.TextFieldAutocompleter.TextFieldAutocompleterDemo A demonstration of the autocompleter on a single text field.