public static class AutoCompleteSupport.AutoCompleteCellEditor<E>
extends javax.swing.DefaultCellEditor
Constructor and Description |
---|
AutoCompleteCellEditor(AutoCompleteSupport<E> autoCompleteSupport)
Construct a TableCellEditor using the JComboBox supplied by the
given
autoCompleteSupport . |
Modifier and Type | Method and Description |
---|---|
AutoCompleteSupport<E> |
getAutoCompleteSupport()
Returns the AutoCompleteSupport object that controls the
autocompletion behaviour for the JComboBox.
|
cancelCellEditing, getCellEditorValue, getClickCountToStart, getComponent, getTableCellEditorComponent, getTreeCellEditorComponent, isCellEditable, setClickCountToStart, shouldSelectCell, stopCellEditing
addCellEditorListener, fireEditingCanceled, fireEditingStopped, getCellEditorListeners, removeCellEditorListener
public AutoCompleteCellEditor(AutoCompleteSupport<E> autoCompleteSupport)
autoCompleteSupport
. Specifically, the JComboBox
is retrieved using AutoCompleteSupport.getComboBox()
.public AutoCompleteSupport<E> getAutoCompleteSupport()
Glazed Lists, Copyright © 2003 publicobject.com, O'Dell Engineering.
Documentation build by builder at 2016-02-12 23:17