Uses of Class
org.openstreetmap.josm.gui.tagging.ac.AutoCompletionList
-
Packages that use AutoCompletionList Package Description 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 AutoCompletionList in org.openstreetmap.josm.gui.dialogs.relation
Fields in org.openstreetmap.josm.gui.dialogs.relation declared as AutoCompletionList Modifier and Type Field Description private AutoCompletionList
MemberRoleCellEditor. autoCompletionList
user input is matched against this list of auto completion items -
Uses of AutoCompletionList in org.openstreetmap.josm.gui.tagging
Fields in org.openstreetmap.josm.gui.tagging declared as AutoCompletionList Modifier and Type Field Description protected AutoCompletionList
TagCellEditor. autoCompletionList
user input is matched against this list of auto completion itemsMethods in org.openstreetmap.josm.gui.tagging that return AutoCompletionList Modifier and Type Method Description AutoCompletionList
TagCellEditor. getAutoCompletionList()
replies theAutoCompletionList
this table cell editor synchronizes withAutoCompletionList
TagTable. getAutoCompletionList()
Gets theAutoCompletionList
the cell editor is synchronized withMethods in org.openstreetmap.josm.gui.tagging with parameters of type AutoCompletionList Modifier and Type Method Description void
TagCellEditor. setAutoCompletionList(AutoCompletionList autoCompletionList)
sets theAutoCompletionList
this table cell editor synchronizes withvoid
TagTable. setAutoCompletionList(AutoCompletionList autoCompletionList)
Sets the editor autocompletion list -
Uses of AutoCompletionList in org.openstreetmap.josm.gui.tagging.ac
Fields in org.openstreetmap.josm.gui.tagging.ac declared as AutoCompletionList Modifier and Type Field Description protected AutoCompletionList
AutoCompletingTextField. autoCompletionList
the auto completion list user input is matched againstMethods in org.openstreetmap.josm.gui.tagging.ac that return AutoCompletionList Modifier and Type Method Description AutoCompletionList
AutoCompletingTextField. getAutoCompletionList()
Returns the auto completion list.Methods in org.openstreetmap.josm.gui.tagging.ac with parameters of type AutoCompletionList Modifier and Type Method Description void
AutoCompletionList. add(AutoCompletionList other)
adds anotherAutoCompletionList
to this list.void
AutoCompletionManager. populateWithKeys(AutoCompletionList list)
Populates the anAutoCompletionList
with the currently cached tag keysvoid
AutoCompletionManager. populateWithMemberRoles(AutoCompletionList list)
Populates theAutoCompletionList
with the currently cached member roles.void
AutoCompletionManager. populateWithMemberRoles(AutoCompletionList list, Relation r)
Populates theAutoCompletionList
with the roles used in this relation plus the ones defined in its applicable presets, if any.void
AutoCompletionManager. populateWithTagValues(AutoCompletionList list, String key)
Populates the anAutoCompletionList
with the currently cached values for a tagvoid
AutoCompletionManager. populateWithTagValues(AutoCompletionList list, List<String> keys)
Populates theAutoCompletionList
with the currently cached values for some given tagsvoid
AutoCompletingTextField. setAutoCompletionList(AutoCompletionList autoCompletionList)
Sets the auto completion list.
-