Package docking.widgets.autocomplete
package docking.widgets.autocomplete
-
ClassDescriptionThis is a default list cell renderer for the
TextFieldAutocompleter
suitable for extension if a user wishes to customize it.An event related to autocompletion, usually a completion being activated by the user.A listener for autocompletion events.A model to generate the suggested completions, given a viable prefix.An autocompleter that may be attached to one or moreJTextField
.A demonstration of the autocompleter on two linked text fields.A demonstration of the autocompleter on a single text field.