ca.odell.glazedlists.swing
Class AutoCompleteSupport.AutoCompleteCellEditor<E>
java.lang.Object
javax.swing.AbstractCellEditor
javax.swing.DefaultCellEditor
ca.odell.glazedlists.swing.AutoCompleteSupport.AutoCompleteCellEditor<E>
- All Implemented Interfaces:
- Serializable, CellEditor, TableCellEditor, TreeCellEditor
- Enclosing class:
- 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.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AutoCompleteSupport.AutoCompleteCellEditor
public AutoCompleteSupport.AutoCompleteCellEditor(AutoCompleteSupport<E> autoCompleteSupport)
- Construct a TableCellEditor using the JComboBox supplied by the
given
autoCompleteSupport
. Specifically, the JComboBox
is retrieved using AutoCompleteSupport.getComboBox()
.
getAutoCompleteSupport
public AutoCompleteSupport<E> 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 James Lemieux at 2009-01-25 18:40