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 AutocompletionDocumentAutocompletionDocument. install(javax.swing.JComboBox<?> comboBox)Create and install anAutocompletionDocumenton an existingJComboBox, causing it to begin autocompleting the text field content.static AutocompletionDocumentAutocompletionDocument. install(javax.swing.JComboBox<?> comboBox, boolean casesensitive)Create and install anAutocompletionDocumenton an existingJComboBox, causing it to begin autocompleting the text field content.
-