Uses of Class
org.jdesktop.swingx.autocomplete.AutoCompleteDocument
-
Packages that use AutoCompleteDocument Package Description org.jdesktop.swingx.autocomplete Contains classes to enable automatic completion for JComboBox and other components. -
-
Uses of AutoCompleteDocument in org.jdesktop.swingx.autocomplete
Methods in org.jdesktop.swingx.autocomplete with parameters of type AutoCompleteDocument Modifier and Type Method Description static void
AutoCompleteDecorator. decorate(javax.swing.text.JTextComponent textComponent, AutoCompleteDocument document, AbstractAutoCompleteAdaptor adaptor)
Decorates a given text component for automatic completion using the given AutoCompleteDocument and AbstractAutoCompleteAdaptor.
-