Uses of Package
org.jdesktop.swingx.autocomplete

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

Classes in org.jdesktop.swingx.autocomplete used by org.jdesktop.swingx.autocomplete
AbstractAutoCompleteAdaptor
          This is the interface that binds the mechanism for automatic completion to a data model, a selection model (e.g.
AutoCompleteDocument
          A document that can be plugged into any JTextComponent to enable automatic completion.
ObjectToStringConverter
           This class is used to provide string representations for objects when doing automatic completion.