|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AutoCompleteSupport.AutoCompleteCellEditor | |
---|---|
ca.odell.glazedlists.swing |
Uses of AutoCompleteSupport.AutoCompleteCellEditor in ca.odell.glazedlists.swing |
---|
Methods in ca.odell.glazedlists.swing that return AutoCompleteSupport.AutoCompleteCellEditor | ||
---|---|---|
static
|
AutoCompleteSupport.createTableCellEditor(java.util.Comparator uniqueComparator,
TableFormat<E> tableFormat,
EventList<E> tableData,
int columnIndex)
This factory method creates and returns a AutoCompleteSupport.AutoCompleteCellEditor
which adapts an autocompleting JComboBox for use as a Table
Cell Editor. |
|
static
|
AutoCompleteSupport.createTableCellEditor(EventList<E> source)
This factory method creates and returns a AutoCompleteSupport.AutoCompleteCellEditor
which adapts an autocompleting JComboBox for use as a Table
Cell Editor. |
|
static
|
AutoCompleteSupport.createTableCellEditor(TableFormat<E> tableFormat,
EventList<E> tableData,
int columnIndex)
This factory method creates and returns a AutoCompleteSupport.AutoCompleteCellEditor
which adapts an autocompleting JComboBox for use as a Table
Cell Editor. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |