Package | Description |
---|---|
ca.odell.glazedlists.swing |
Modifier and Type | Method and Description |
---|---|
AutoCompleteSupport<E> |
AutoCompleteSupport.AutoCompleteCellEditor.getAutoCompleteSupport()
Returns the AutoCompleteSupport object that controls the
autocompletion behaviour for the JComboBox.
|
static <E> AutoCompleteSupport<E> |
AutoCompleteSupport.install(javax.swing.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(javax.swing.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(javax.swing.JComboBox comboBox,
EventList<E> items,
TextFilterator<? super E> filterator,
java.text.Format format)
Installs support for autocompletion into the
comboBox and
returns the support object that is actually providing those facilities. |
Constructor and Description |
---|
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 mockbuild at 2012-03-02 14:06