Package | Description |
---|---|
org.openstreetmap.josm.gui.dialogs.changeset |
Standalone dialog allowing to handle OSM changesets (query and display them).
|
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.tagging |
Provides classes for handling edition of OSM tags: tag tables, tag editors.
|
Modifier and Type | Field and Description |
---|---|
private TagEditorModel |
ChangesetTagsPanel.model |
Modifier and Type | Method and Description |
---|---|
TagEditorModel |
GenericRelationEditor.RelationEditorActionAccess.getTagModel() |
Modifier and Type | Method and Description |
---|---|
protected TagEditorModel |
AbstractRelationEditorAction.getTagModel() |
TagEditorModel |
IRelationEditorActionAccess.getTagModel()
Gets the model for the tag table.
|
Modifier and Type | Method and 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
|
Modifier and Type | Field and Description |
---|---|
private TagEditorModel |
TagEditorPanel.model
the tag editor model
|
private TagEditorModel |
TagTable.model |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and 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.
|
Constructor and 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
|