Uses of Class
org.openstreetmap.josm.data.tagging.ac.AutoCompletionSet
-
Packages that use AutoCompletionSet Package Description org.openstreetmap.josm.gui.tagging.ac Provides GUI classes for handling autocompletion of tags. -
-
Uses of AutoCompletionSet in org.openstreetmap.josm.gui.tagging.ac
Fields in org.openstreetmap.josm.gui.tagging.ac declared as AutoCompletionSet Modifier and Type Field Description private AutoCompletionSet
AutoCompletionList. list
the bare list of AutoCompletionItemsMethods in org.openstreetmap.josm.gui.tagging.ac that return AutoCompletionSet Modifier and Type Method Description (package private) AutoCompletionSet
AutoCompletionList. getSet()
AutoCompletionSet
AutoCompletionManager. getTagKeys()
Returns the currently cached tag keys.AutoCompletionSet
AutoCompletionManager. getTagValues(String key)
Returns the currently cached tag values for a given tag key.AutoCompletionSet
AutoCompletionManager. getTagValues(List<String> keys)
Returns the currently cached tag values for a given list of tag keys.Methods in org.openstreetmap.josm.gui.tagging.ac with parameters of type AutoCompletionSet Modifier and Type Method Description private static List<AutoCompletionItem>
AutoCompletionManager. setToList(AutoCompletionSet set, Comparator<AutoCompletionItem> comparator)
-