| Package | Description |
|---|---|
| org.openstreetmap.josm.gui.tagging |
| Modifier and Type | Class and Description |
|---|---|
static class |
TaggingPresetItems.Check
Checkbox type.
|
static class |
TaggingPresetItems.CheckGroup
A group of
TaggingPresetItems.Checks. |
static class |
TaggingPresetItems.Combo
Combobox type.
|
static class |
TaggingPresetItems.ComboMultiSelect
Abstract superclass for combo box and multi-select list types.
|
static class |
TaggingPresetItems.ItemSeparator
Class used to represent a
JSeparator inside tagging preset window. |
static class |
TaggingPresetItems.Key
Invisible type allowing to hardcode an OSM key/value from the preset definition.
|
static class |
TaggingPresetItems.KeyedItem
Preset item associated to an OSM key.
|
static class |
TaggingPresetItems.Label
Label type.
|
static class |
TaggingPresetItems.Link
Hyperlink type.
|
static class |
TaggingPresetItems.MultiSelect
Multi-select list type.
|
static class |
TaggingPresetItems.Optional |
static class |
TaggingPresetItems.PresetLink |
static class |
TaggingPresetItems.Roles |
static class |
TaggingPresetItems.Space
Horizontal separator type.
|
static class |
TaggingPresetItems.TaggingPresetTextItem
A tagging preset item displaying a localizable text.
|
static class |
TaggingPresetItems.Text
Text field type.
|
| Modifier and Type | Field and Description |
|---|---|
java.util.List<TaggingPresetItem> |
TaggingPreset.data |