Package | Description |
---|---|
org.openstreetmap.josm.gui.tagging |
Modifier and Type | Class and Description |
---|---|
class |
TaggingPresetNameTemplateList
List of tagging presets with name templates, allows to find appropriate template based on existing primitive
|
Modifier and Type | Field and Description |
---|---|
private static java.util.Collection<TaggingPresetListener> |
TaggingPresets.listeners
The collection of listeners
|
Modifier and Type | Method and Description |
---|---|
static void |
TaggingPresets.addListener(TaggingPresetListener listener)
Adds a tagging preset listener.
|
static void |
TaggingPresets.removeListener(TaggingPresetListener listener)
Removes a tagging preset listener.
|