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)
TaggingPresetHandlerupdateTags in interface TaggingPresetHandlertags - The tags to update.public java.util.Collection<OsmPrimitive> getSelection()
TaggingPresetHandlergetSelection in interface TaggingPresetHandler