static final class PropertiesDialog.TaggingPresetCommandHandler extends java.lang.Object implements TaggingPresetHandler
Constructor and Description |
---|
TaggingPresetCommandHandler() |
Modifier and Type | Method and Description |
---|---|
java.util.Collection<OsmPrimitive> |
getSelection()
Gets the selection the preset should be applied to.
|
void |
updateTags(java.util.List<Tag> tags)
Update the given tags on the selection.
|
TaggingPresetCommandHandler()
public void updateTags(java.util.List<Tag> tags)
TaggingPresetHandler
updateTags
in interface TaggingPresetHandler
tags
- The tags to update.public java.util.Collection<OsmPrimitive> getSelection()
TaggingPresetHandler
getSelection
in interface TaggingPresetHandler