Package | Description |
---|---|
org.openstreetmap.josm.data.validation.tests |
Provides the classes for JOSM data validation tests.
|
org.openstreetmap.josm.gui.tagging.presets.items |
Provides classes for handling tagging presets items.
|
Modifier and Type | Method and Description |
---|---|
private static void |
TagChecker.addPresetValue(TaggingPreset p,
KeyedItem ky) |
Modifier and Type | Class and Description |
---|---|
class |
Check
Checkbox type.
|
class |
Combo
Combobox type.
|
class |
ComboMultiSelect
Abstract superclass for combo box and multi-select list types.
|
class |
Key
Invisible type allowing to hardcode an OSM key/value from the preset definition.
|
class |
MultiSelect
Multi-select list type.
|
class |
Text
Text field type.
|