Uses of Class
ca.odell.glazedlists.swing.AutoCompleteSupport

Packages that use AutoCompleteSupport
ca.odell.glazedlists.swing   
 

Uses of AutoCompleteSupport in ca.odell.glazedlists.swing
 

Methods in ca.odell.glazedlists.swing that return AutoCompleteSupport
 AutoCompleteSupport<E> AutoCompleteSupport.AutoCompleteCellEditor.getAutoCompleteSupport()
          Returns the AutoCompleteSupport object that controls the autocompletion behaviour for the JComboBox.
static
<E> AutoCompleteSupport<E>
AutoCompleteSupport.install(JComboBox comboBox, EventList<E> items)
          Installs support for autocompletion into the comboBox and returns the support object that is actually providing those facilities.
static
<E> AutoCompleteSupport<E>
AutoCompleteSupport.install(JComboBox comboBox, EventList<E> items, TextFilterator<? super E> filterator)
          Installs support for autocompletion into the comboBox and returns the support object that is actually providing those facilities.
static
<E> AutoCompleteSupport<E>
AutoCompleteSupport.install(JComboBox comboBox, EventList<E> items, TextFilterator<? super E> filterator, Format format)
          Installs support for autocompletion into the comboBox and returns the support object that is actually providing those facilities.
 

Constructors in ca.odell.glazedlists.swing with parameters of type AutoCompleteSupport
AutoCompleteSupport.AutoCompleteCellEditor(AutoCompleteSupport<E> autoCompleteSupport)
          Construct a TableCellEditor using the JComboBox supplied by the given autoCompleteSupport.
 



Glazed Lists, Copyright © 2003 publicobject.com, O'Dell Engineering.
Documentation build by James Lemieux at 2009-01-25 18:40