Uses of Class
org.openstreetmap.josm.gui.tagging.ac.AutoCompletionManager
-
Packages that use AutoCompletionManager Package Description org.openstreetmap.josm.gui.dialogs.properties Toggle dialog allowing to display/edit tags and relation memberships of currently selected OSM objects.org.openstreetmap.josm.gui.dialogs.relation Toggle dialog allowing to display currently loaded relations and perform operations on them.org.openstreetmap.josm.gui.tagging Provides classes for handling edition of OSM tags: tag tables, tag editors.org.openstreetmap.josm.gui.tagging.ac Provides GUI classes for handling autocompletion of tags. -
-
Uses of AutoCompletionManager in org.openstreetmap.josm.gui.dialogs.properties
Fields in org.openstreetmap.josm.gui.dialogs.properties declared as AutoCompletionManager Modifier and Type Field Description private AutoCompletionManager
TagEditHelper.AddTagsDialog. autocomplete
private AutoCompletionManager
TagEditHelper.EditTagDialog. autocomplete
Methods in org.openstreetmap.josm.gui.dialogs.properties with parameters of type AutoCompletionManager Modifier and Type Method Description protected void
TagEditHelper.AbstractTagsDialog. updateValueModel(AutoCompletionManager autocomplete, Comparator<AutoCompletionItem> comparator)
Updates the values model if the key has changed -
Uses of AutoCompletionManager in org.openstreetmap.josm.gui.dialogs.relation
Fields in org.openstreetmap.josm.gui.dialogs.relation declared as AutoCompletionManager Modifier and Type Field Description private AutoCompletionManager
MemberRoleCellEditor. autoCompletionManager
Constructors in org.openstreetmap.josm.gui.dialogs.relation with parameters of type AutoCompletionManager Constructor Description MemberRoleCellEditor(AutoCompletionManager autoCompletionManager, Relation relation)
Constructs a newMemberRoleCellEditor
.MemberTableColumnModel(AutoCompletionManager autoCompletionManager, Relation relation)
Constructs a newMemberTableColumnModel
. -
Uses of AutoCompletionManager in org.openstreetmap.josm.gui.tagging
Fields in org.openstreetmap.josm.gui.tagging declared as AutoCompletionManager Modifier and Type Field Description protected AutoCompletionManager
TagCellEditor. autocomplete
the cache of auto completion items derived from the current JOSM data setMethods in org.openstreetmap.josm.gui.tagging with parameters of type AutoCompletionManager Modifier and Type Method Description void
TagCellEditor. setAutoCompletionManager(AutoCompletionManager autocomplete)
Sets the manager that helps with auto completionvoid
TagTable. setAutoCompletionManager(AutoCompletionManager autocomplete)
Sets the autocompletion manager that should be used for editing the cells -
Uses of AutoCompletionManager in org.openstreetmap.josm.gui.tagging.ac
Fields in org.openstreetmap.josm.gui.tagging.ac with type parameters of type AutoCompletionManager Modifier and Type Field Description private static Map<DataSet,AutoCompletionManager>
AutoCompletionManager. INSTANCES
Methods in org.openstreetmap.josm.gui.tagging.ac that return AutoCompletionManager Modifier and Type Method Description static AutoCompletionManager
AutoCompletionManager. of(DataSet dataSet)
Returns theAutoCompletionManager
for the given data set.private AutoCompletionManager
AutoCompletionManager. registerListeners()
-