Uses of Class
org.openstreetmap.josm.gui.tagging.TagEditorModel
-
Packages that use TagEditorModel 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.dialogs.relation.actions Provides the classes for relation editor actions.org.openstreetmap.josm.gui.io Provides GUI classes for handling input/output operations (download, upload, save).org.openstreetmap.josm.gui.tagging Provides classes for handling edition of OSM tags: tag tables, tag editors. -
-
Uses of TagEditorModel in org.openstreetmap.josm.gui.dialogs.relation
Methods in org.openstreetmap.josm.gui.dialogs.relation that return TagEditorModel Modifier and Type Method Description TagEditorModel
GenericRelationEditor.RelationEditorActionAccess. getTagModel()
-
Uses of TagEditorModel in org.openstreetmap.josm.gui.dialogs.relation.actions
Methods in org.openstreetmap.josm.gui.dialogs.relation.actions that return TagEditorModel Modifier and Type Method Description protected TagEditorModel
AbstractRelationEditorAction. getTagModel()
TagEditorModel
IRelationEditorActionAccess. getTagModel()
Gets the model for the tag table.Methods in org.openstreetmap.josm.gui.dialogs.relation.actions with parameters of type TagEditorModel Modifier and Type Method Description protected void
SavingAction. applyExistingConflictingRelation(TagEditorModel tagEditorModel)
Apply the updates for an existing relation which has been changed outside of the relation editor.protected void
SavingAction. applyExistingNonConflictingRelation(TagEditorModel tagEditorModel)
Apply the updates for an existing relation which has not been changed outside of the relation editor.protected void
SavingAction. applyNewRelation(TagEditorModel tagEditorModel)
apply updates to a new relation -
Uses of TagEditorModel in org.openstreetmap.josm.gui.io
Subclasses of TagEditorModel in org.openstreetmap.josm.gui.io Modifier and Type Class Description class
UploadDialogModel
A model for the upload dialog -
Uses of TagEditorModel in org.openstreetmap.josm.gui.tagging
Fields in org.openstreetmap.josm.gui.tagging declared as TagEditorModel Modifier and Type Field Description private TagEditorModel
TagEditorPanel. model
the tag editor modelprivate TagEditorModel
TagTable. model
Methods in org.openstreetmap.josm.gui.tagging that return TagEditorModel Modifier and Type Method Description TagEditorModel
TagEditorModel. forPrimitive(OsmPrimitive primitive)
Makes this TagEditorModel specific to a given OSM primitive.TagEditorModel
TagEditorPanel. getModel()
Replies the tag editor model used by this panel.Methods in org.openstreetmap.josm.gui.tagging with parameters of type TagEditorModel Modifier and Type Method Description protected void
TagCellEditor. initAutoCompletionListForKeys(TagEditorModel model, TagModel currentTag)
initializes the auto completion list when the table cell editor starts to edit the key of a tag.Constructors in org.openstreetmap.josm.gui.tagging with parameters of type TagEditorModel Constructor Description TagEditorPanel(TagEditorModel model, TaggingPresetHandler presetHandler, int maxCharacters)
Creates a new tag editor panel with a supplied model.TagTable(TagEditorModel model, int maxCharacters)
Creates a new tag table
-