AutoCompleteSupport<E> |
AutoCompleteSupport.AutoCompleteCellEditor.getAutoCompleteSupport() |
Returns the AutoCompleteSupport object that controls the
autocompletion behaviour for the JComboBox.
|
static <E> AutoCompleteSupport<E> |
AutoCompleteSupport.install(javax.swing.JComboBox comboBox,
EventList<E> items) |
Installs support for autocompletion into the comboBox and
returns the support object that is actually providing those facilities.
|
static <E> AutoCompleteSupport<E> |
AutoCompleteSupport.install(javax.swing.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 <E> AutoCompleteSupport<E> |
AutoCompleteSupport.install(javax.swing.JComboBox comboBox,
EventList<E> items,
TextFilterator<? super E> filterator,
java.text.Format format) |
Installs support for autocompletion into the comboBox and
returns the support object that is actually providing those facilities.
|