Package org.openstreetmap.josm.gui.tagging.ac
Provides GUI classes for handling autocompletion of tags.
-
Interface Summary Interface Description AutoCompListener The listener interface for receiving autoComp events. -
Class Summary Class Description AutoCompComboBox<E> An auto-completing ComboBox.AutoCompComboBoxEditor<E> AComboBoxEditor
that uses anAutoCompTextField
.AutoCompComboBoxModel<E> A data model for theAutoCompComboBox
AutoCompEvent This event is generated by an AutoCompTextField when an autocomplete occured.AutoCompletingComboBox Deprecated. Use the generic typeAutoCompComboBox
instead.AutoCompletingTextField AutoCompletingTextField is a text field with autocompletion behaviour.AutoCompletionList AutoCompletionList manages a graphical list ofAutoCompletionItem
s.AutoCompletionManager AutoCompletionManager holds a cache of keys with a list of possible auto completion values for each key.AutoCompletionManager.UserInputTag Data class to remember tags that the user has entered.AutoCompTextField<E> An auto-completing TextField.MaxLengthDocumentFilter ADocumentFilter
to limit the text length in the editor.