Package | Description |
---|---|
org.openstreetmap.josm.gui.tagging.ac |
Provides GUI classes for handling autocompletion of tags.
|
Modifier and Type | Field and Description |
---|---|
private AutoCompletionSet |
AutoCompletionList.list
the bare list of AutoCompletionItems
|
Modifier and Type | Method and Description |
---|---|
(package private) AutoCompletionSet |
AutoCompletionList.getSet() |
AutoCompletionSet |
AutoCompletionManager.getTagKeys()
Returns the currently cached tag keys.
|
AutoCompletionSet |
AutoCompletionManager.getTagValues(java.util.List<java.lang.String> keys)
Returns the currently cached tag values for a given list of tag keys.
|
AutoCompletionSet |
AutoCompletionManager.getTagValues(java.lang.String key)
Returns the currently cached tag values for a given tag key.
|
Modifier and Type | Method and Description |
---|---|
private static java.util.List<AutoCompletionItem> |
AutoCompletionManager.setToList(AutoCompletionSet set,
java.util.Comparator<AutoCompletionItem> comparator) |