Uses of Class
ca.cgjennings.ui.AutocompletionDocument
-
Packages that use AutocompletionDocument Package Description ca.cgjennings.ui -
-
Uses of AutocompletionDocument in ca.cgjennings.ui
Methods in ca.cgjennings.ui that return AutocompletionDocument Modifier and Type Method Description static AutocompletionDocument
AutocompletionDocument. install(javax.swing.JComboBox<?> comboBox)
Create and install anAutocompletionDocument
on an existingJComboBox
, causing it to begin autocompleting the text field content.static AutocompletionDocument
AutocompletionDocument. install(javax.swing.JComboBox<?> comboBox, boolean casesensitive)
Create and install anAutocompletionDocument
on an existingJComboBox
, causing it to begin autocompleting the text field content.
-