ca.odell.glazedlists.swing
Class AutoCompleteSupport.AutoCompleteCellEditor<E>
DefaultCellEditorca.odell.glazedlists.swing.AutoCompleteSupport.AutoCompleteCellEditor<E>
- AutoCompleteSupport<E>
public static class AutoCompleteSupport.AutoCompleteCellEditor<E>
extends DefaultCellEditor
This extension of DefaultCellEditor exists solely to provide a handle to
the AutoCompleteSupport object that is providing autocompletion
capabilities to the JComboBox.
AutoCompleteCellEditor(AutoCompleteSupport autoCompleteSupport)- Construct a TableCellEditor using the JComboBox supplied by the
given
autoCompleteSupport.
|
AutoCompleteSupport | getAutoCompleteSupport()- Returns the AutoCompleteSupport object that controls the
autocompletion behaviour for the JComboBox.
|
AutoCompleteCellEditor
public AutoCompleteCellEditor(AutoCompleteSupport autoCompleteSupport)
Construct a TableCellEditor using the JComboBox supplied by the
given
autoCompleteSupport. Specifically, the JComboBox
is retrieved using
AutoCompleteSupport.getComboBox().
getAutoCompleteSupport
public AutoCompleteSupport getAutoCompleteSupport()
Returns the AutoCompleteSupport object that controls the
autocompletion behaviour for the JComboBox.
Glazed Lists, Copyright © 2003 publicobject.com, O'Dell Engineering.
Documentation build by pbuilder at 2009-07-14 22:05