Package | Description |
---|---|
org.openstreetmap.josm.gui.tagging |
Modifier and Type | Field and Description |
---|---|
protected TagModel |
TagCellEditor.currentTag |
Modifier and Type | Field and Description |
---|---|
protected List<TagModel> |
TagEditorModel.tags
the list holding the tags
|
Modifier and Type | Method and Description |
---|---|
TagModel |
TagEditorModel.get(int idx) |
TagModel |
TagEditorModel.get(String name)
replies the tag with name
name ; null, if no such tag exists |
Modifier and Type | Method and Description |
---|---|
void |
TagEditorModel.add(TagModel tag)
adds a tag to the model
|
protected Command |
TagEditorModel.createUpdateTagCommand(Collection<OsmPrimitive> primitives,
TagModel tag) |
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.
|
void |
TagEditorModel.prepend(TagModel tag) |
protected void |
TagCellRenderer.renderTagName(TagModel tag)
renders the name of a tag in the second column of
the table
|
protected void |
TagCellRenderer.renderTagValue(TagModel tag)
renders the value of a a tag in the third column of
the table
|
void |
TagEditorModel.updateTagName(TagModel tag,
String newName)
updates the name of a tag and sets the dirty state to true if
the new name is different from the old name.
|
void |
TagEditorModel.updateTagValue(TagModel tag,
String newValue)
updates the value value of a tag and sets the dirty state to true if the
new name is different from the old name
|