|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AutoCompleteSupport | |
---|---|
ca.odell.glazedlists.swing |
Uses of AutoCompleteSupport in ca.odell.glazedlists.swing |
---|
Methods in ca.odell.glazedlists.swing that return AutoCompleteSupport | ||
---|---|---|
AutoCompleteSupport<E> |
AutoCompleteSupport.AutoCompleteCellEditor.getAutoCompleteSupport()
Returns the AutoCompleteSupport object that controls the autocompletion behaviour for the JComboBox. |
|
static
|
AutoCompleteSupport.install(JComboBox comboBox,
EventList<E> items)
Installs support for autocompletion into the comboBox and
returns the support object that is actually providing those facilities. |
|
static
|
AutoCompleteSupport.install(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
|
AutoCompleteSupport.install(JComboBox comboBox,
EventList<E> items,
TextFilterator<? super E> filterator,
Format format)
Installs support for autocompletion into the comboBox and
returns the support object that is actually providing those facilities. |
Constructors in ca.odell.glazedlists.swing with parameters of type AutoCompleteSupport | |
---|---|
AutoCompleteSupport.AutoCompleteCellEditor(AutoCompleteSupport<E> autoCompleteSupport)
Construct a TableCellEditor using the JComboBox supplied by the given autoCompleteSupport . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |