|
||||||||||
| 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 | ||
|---|---|---|
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<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<E> filterator,
Format format)
Installs support for autocompletion into the comboBox and
returns the support object that is actually providing those facilities. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||