Package | Description |
---|---|
org.openstreetmap.josm.data.validation.tests |
Provides the classes for JOSM data validation tests.
|
org.openstreetmap.josm.gui.tagging.presets |
Provides classes for handling tagging presets.
|
Modifier and Type | Class and Description |
---|---|
class |
RelationChecker
Check for wrong relations.
|
class |
TagChecker
Check for misspelled or wrong tags
|
Modifier and Type | Class and Description |
---|---|
class |
TaggingPresetNameTemplateList
List of tagging presets with name templates, allows to find appropriate template based on existing primitive
|
class |
TaggingPresetSelector
GUI component to select tagging preset: the list with filter and two checkboxes
|
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.
|