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