Modifier and Type | Field and Description |
---|---|
private List<Tag> |
PasteTagsAction.TagPaster.commands |
Modifier and Type | Method and Description |
---|---|
List<Tag> |
PasteTagsAction.TagPaster.execute() |
Modifier and Type | Method and Description |
---|---|
static Tag |
ReverseWayTagCorrector.TagSwitcher.apply(String key,
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 Set<Tag> |
TagCollection.tags |
Modifier and Type | Method and Description |
---|---|
List<Tag> |
TagCollection.asList()
Replies the tags of this tag collection as list.
|
Set<Tag> |
TagCollection.asSet()
Replies the tags of this tag collection as set
|
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(Collection<Tag> tags)
Adds a collection of tags to the tag collection.
|
boolean |
TagCollection.containsAll(Collection<Tag> tags)
Replies true if this tag collection contains all tags in
tags . |
void |
TagCollection.remove(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(Collection<Tag> tags)
Creates a tag collection from
tags . |
Modifier and Type | Field and Description |
---|---|
protected List<Tag> |
DeprecatedTags.DeprecationCheck.alternatives |
protected List<Tag> |
DeprecatedTags.DeprecationCheck.change |
protected List<Tag> |
DeprecatedTags.DeprecationCheck.test |
Modifier and Type | Method and Description |
---|---|
Tag |
MultiValueResolutionDecision.getResolution()
Replies a tag representing the current resolution.
|
Modifier and Type | Field and Description |
---|---|
private Map<Tag,Void> |
TagEditHelper.recentTags |
Modifier and Type | Method and Description |
---|---|
Tag |
PropertiesDialog.getSelectedProperty() |
Modifier and Type | Method and Description |
---|---|
private void |
TagEditHelper.AddTagsDialog.disableTagIfNeeded(Tag t,
JosmAction action) |
Modifier and Type | Method and Description |
---|---|
void |
PresetListPanel.PresetHandler.updateTags(List<Tag> tags) |
Modifier and Type | Method and Description |
---|---|
static ImageIcon |
MapPaintStyles.getNodeIcon(Tag tag) |
static ImageIcon |
MapPaintStyles.getNodeIcon(Tag tag,
boolean includeDeprecatedIcon) |
Modifier and Type | Method and Description |
---|---|
List<Tag> |
TaggingPreset.getChangedTags() |
Modifier and Type | Method and Description |
---|---|
(package private) void |
TaggingPresetItems.TaggingPresetTextItem.addCommands(List<Tag> changedTags) |
void |
TaggingPresetItems.Roles.addCommands(List<Tag> changedTags) |
void |
TaggingPresetItems.Space.addCommands(List<Tag> changedTags) |
void |
TaggingPresetItems.ItemSeparator.addCommands(List<Tag> changedTags) |
void |
TaggingPresetItems.Key.addCommands(List<Tag> changedTags) |
void |
TaggingPresetItems.Text.addCommands(List<Tag> changedTags) |
(package private) void |
TaggingPresetItems.CheckGroup.addCommands(List<Tag> changedTags) |
void |
TaggingPresetItems.Check.addCommands(List<Tag> changedTags) |
void |
TaggingPresetItems.ComboMultiSelect.addCommands(List<Tag> changedTags) |
void |
TaggingPresetItems.MultiSelect.addCommands(List<Tag> changedTags) |
(package private) abstract void |
TaggingPresetItem.addCommands(List<Tag> changedTags)
Adds the new tags to apply to selected OSM primitives when the preset holding this item is applied.
|
static Command |
TaggingPreset.createCommand(Collection<OsmPrimitive> sel,
List<Tag> changedTags) |
void |
TagEditorModel.updateTags(List<Tag> tags)
Load tags from given list
|