Modifier and Type | Field and Description |
---|---|
private java.util.List<Tag> |
PasteTagsAction.TagPaster.commands |
Modifier and Type | Method and Description |
---|---|
java.util.List<Tag> |
PasteTagsAction.TagPaster.execute() |
Modifier and Type | Method and Description |
---|---|
static Tag |
ReverseWayTagCorrector.TagSwitcher.apply(java.lang.String key,
java.lang.String value)
Reverses a given tag (key=value).
|
static Tag |
ReverseWayTagCorrector.TagSwitcher.apply(Tag tag)
Reverses a given tag.
|
Modifier and Type | Method and Description |
---|---|
static Tag |
ReverseWayTagCorrector.TagSwitcher.apply(Tag tag)
Reverses a given tag.
|
Modifier and Type | Field and Description |
---|---|
private java.util.Set<Tag> |
TagCollection.tags |
Modifier and Type | Method and Description |
---|---|
static Tag |
Tag.ofString(java.lang.String s)
This constructs a
Tag by splitting s on the first equality sign. |
Modifier and Type | Method and Description |
---|---|
java.util.List<Tag> |
TagCollection.asList()
Replies the tags of this tag collection as list.
|
java.util.Set<Tag> |
TagCollection.asSet()
Replies the tags of this tag collection as set
|
java.util.Iterator<Tag> |
TagCollection.iterator()
Replies an iterator to iterate over the tags in this collection
|
Modifier and Type | Method and Description |
---|---|
void |
TagCollection.add(Tag tag)
Adds a tag to the tag collection.
|
boolean |
TagCollection.contains(Tag tag)
Replies true if the this tag collection contains
tag . |
void |
TagCollection.remove(Tag tag)
Removes a specific tag from the tag collection.
|
void |
TagCollection.setUniqueForKey(Tag tag)
Sets a unique tag for the key of this tag.
|
Modifier and Type | Method and Description |
---|---|
void |
TagCollection.add(java.util.Collection<Tag> tags)
Adds a collection of tags to the tag collection.
|
boolean |
TagCollection.containsAll(java.util.Collection<Tag> tags)
Replies true if this tag collection contains all tags in
tags . |
void |
TagCollection.remove(java.util.Collection<Tag> tags)
Removes a collection of tags from the tag collection.
|
Constructor and Description |
---|
Tag(Tag tag)
Creates clone of the tag
tag . |
Constructor and Description |
---|
TagCollection(java.util.Collection<Tag> tags)
Creates a tag collection from
tags . |
Modifier and Type | Method and Description |
---|---|
Tag |
MultiValueResolutionDecision.getResolution()
Replies a tag representing the current resolution.
|
Modifier and Type | Field and Description |
---|---|
private java.util.Map<Tag,java.lang.Void> |
TagEditHelper.recentTags |
Modifier and Type | Method and Description |
---|---|
Tag |
PropertiesDialog.getSelectedProperty()
Returns the selected tag.
|
Modifier and Type | Method and Description |
---|---|
private void |
TagEditHelper.AddTagsDialog.disableTagIfNeeded(Tag t,
JosmAction action) |
Modifier and Type | Method and Description |
---|---|
static javax.swing.ImageIcon |
MapPaintStyles.getNodeIcon(Tag tag) |
static javax.swing.ImageIcon |
MapPaintStyles.getNodeIcon(Tag tag,
boolean includeDeprecatedIcon)
Returns the node icon that would be displayed for the given tag.
|
Modifier and Type | Method and Description |
---|---|
Tag |
Condition.SimpleKeyValueCondition.asTag() |
Tag |
Condition.KeyValueCondition.asTag() |
Tag |
Condition.KeyCondition.asTag() |
Modifier and Type | Method and Description |
---|---|
java.util.List<Tag> |
TaggingPreset.getChangedTags() |
Modifier and Type | Method and Description |
---|---|
(package private) abstract void |
TaggingPresetItem.addCommands(java.util.List<Tag> changedTags)
Adds the new tags to apply to selected OSM primitives when the preset holding this item is applied.
|
(package private) void |
TaggingPresetItems.TaggingPresetTextItem.addCommands(java.util.List<Tag> changedTags) |
(package private) void |
TaggingPresetItems.PresetLink.addCommands(java.util.List<Tag> changedTags) |
void |
TaggingPresetItems.Roles.addCommands(java.util.List<Tag> changedTags) |
void |
TaggingPresetItems.Space.addCommands(java.util.List<Tag> changedTags) |
void |
TaggingPresetItems.ItemSeparator.addCommands(java.util.List<Tag> changedTags) |
void |
TaggingPresetItems.Key.addCommands(java.util.List<Tag> changedTags) |
void |
TaggingPresetItems.Text.addCommands(java.util.List<Tag> changedTags) |
(package private) void |
TaggingPresetItems.CheckGroup.addCommands(java.util.List<Tag> changedTags) |
void |
TaggingPresetItems.Check.addCommands(java.util.List<Tag> changedTags) |
void |
TaggingPresetItems.ComboMultiSelect.addCommands(java.util.List<Tag> changedTags) |
void |
TaggingPresetItems.MultiSelect.addCommands(java.util.List<Tag> changedTags) |
static Command |
TaggingPreset.createCommand(java.util.Collection<OsmPrimitive> sel,
java.util.List<Tag> changedTags) |
void |
TagEditorModel.updateTags(java.util.List<Tag> tags)
Load tags from given list
|
void |
PresetHandler.updateTags(java.util.List<Tag> tags) |