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

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

Uses of AbstractComponentAdaptor in org.jdesktop.swingx.autocomplete
 

Subclasses of AbstractComponentAdaptor in org.jdesktop.swingx.autocomplete
 class ComboBoxAdaptor
          An implementation of the AbstractComponentAdaptor that is suitable for JComboBox.
 class ListAdaptor
          An implementation of the AbstractComponentAdaptor that is suitable for a JList in conjunction with a JTextComponent.
 

Methods in org.jdesktop.swingx.autocomplete with parameters of type AbstractComponentAdaptor
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.
 

Constructors in org.jdesktop.swingx.autocomplete with parameters of type AbstractComponentAdaptor
Document(AbstractComponentAdaptor adaptor, boolean strictMatching)
          Creates a new Document for the given AbstractComponentAdaptor.
 



Copyright © 2005 Sun Microsystems All Rights Reserved.