Uses of Class
org.jdesktop.swingx.autocomplete.Document

Packages that use Document
org.jdesktop.swingx.autocomplete Contains classes to enable automatic completion for JComboBox and other components. 
 

Uses of Document in org.jdesktop.swingx.autocomplete
 

Methods in org.jdesktop.swingx.autocomplete with parameters of type Document
static void Configurator.configureTextComponent(javax.swing.text.JTextComponent textComponent, Document document, AbstractComponentAdaptor adaptor)
          Configures a given text component for automatic completion using the given Document and AbstractComponentAdaptor.