Uses of Class
org.jdesktop.swingx.autocomplete.AbstractAutoCompleteAdaptor
Packages that use AbstractAutoCompleteAdaptor
Package
Description
Contains classes to enable automatic completion for JComboBox and other
components.
-
Uses of AbstractAutoCompleteAdaptor in org.jdesktop.swingx.autocomplete
Subclasses of AbstractAutoCompleteAdaptor in org.jdesktop.swingx.autocompleteModifier and TypeClassDescriptionclassAn implementation of the AbstractAutoCompleteAdaptor that is suitable for JComboBox.classAn implementation of the AbstractAutoCompleteAdaptor that is suitable for a JList in conjunction with a JTextComponent.classAn implementation of the AbstractAutoCompleteAdaptor that is suitable for a JTextComponent.Fields in org.jdesktop.swingx.autocomplete declared as AbstractAutoCompleteAdaptorModifier and TypeFieldDescriptionprivate AbstractAutoCompleteAdaptorAutoComplete.FocusAdapter.adaptor(package private) AbstractAutoCompleteAdaptorAutoCompleteDecorator.NonStrictBackspaceAction.adaptor(package private) AbstractAutoCompleteAdaptorAutoCompleteDocument.adaptorThe adaptor that is used to find and select items.Methods in org.jdesktop.swingx.autocomplete with parameters of type AbstractAutoCompleteAdaptorModifier and TypeMethodDescription(package private) static AutoCompleteDocumentAutoCompleteDecorator.createAutoCompleteDocument(AbstractAutoCompleteAdaptor adaptor, boolean strictMatching, ObjectToStringConverter stringConverter, Document delegate) static voidAutoCompleteDecorator.decorate(JTextComponent textComponent, AutoCompleteDocument document, AbstractAutoCompleteAdaptor adaptor) Decorates a given text component for automatic completion using the given AutoCompleteDocument and AbstractAutoCompleteAdaptor.Constructors in org.jdesktop.swingx.autocomplete with parameters of type AbstractAutoCompleteAdaptorModifierConstructorDescriptionAutoCompleteDocument(AbstractAutoCompleteAdaptor adaptor, boolean strictMatching) Creates a new AutoCompleteDocument for the given AbstractAutoCompleteAdaptor.AutoCompleteDocument(AbstractAutoCompleteAdaptor adaptor, boolean strictMatching, ObjectToStringConverter stringConverter) Creates a new AutoCompleteDocument for the given AbstractAutoCompleteAdaptor.AutoCompleteDocument(AbstractAutoCompleteAdaptor adaptor, boolean strictMatching, ObjectToStringConverter stringConverter, Document delegate) Creates a new AutoCompleteDocument for the given AbstractAutoCompleteAdaptor.AutoCompleteStyledDocument(AbstractAutoCompleteAdaptor adaptor, boolean strictMatching) AutoCompleteStyledDocument(AbstractAutoCompleteAdaptor adaptor, boolean strictMatching, ObjectToStringConverter stringConverter) AutoCompleteStyledDocument(AbstractAutoCompleteAdaptor adaptor, boolean strictMatching, ObjectToStringConverter stringConverter, StyledDocument delegate) FocusAdapter(AbstractAutoCompleteAdaptor adaptor) NonStrictBackspaceAction(Action backspace, Action selectionBackward, AbstractAutoCompleteAdaptor adaptor)