Package | Description |
---|---|
org.openstreetmap.josm.gui.tagging.ac |
Provides classes for handling autocompletion of tags.
|
org.openstreetmap.josm.gui.tagging.presets |
Provides classes for handling tagging presets.
|
org.openstreetmap.josm.gui.tagging.presets.items |
Provides classes for handling tagging presets items.
|
Modifier and Type | Method and Description |
---|---|
protected static void |
AutoCompletionManager.cachePresetItem(TaggingPreset p,
TaggingPresetItem item) |
Modifier and Type | Field and Description |
---|---|
java.util.List<TaggingPresetItem> |
TaggingPreset.data |
Modifier and Type | Method and Description |
---|---|
static boolean |
TaggingPresetItem.matches(java.lang.Iterable<? extends TaggingPresetItem> data,
java.util.Map<java.lang.String,java.lang.String> tags)
Determine whether the given preset items match the tags
|
Modifier and Type | Class and Description |
---|---|
class |
Check
Checkbox type.
|
class |
CheckGroup
A group of
Check s. |
class |
Combo
Combobox type.
|
class |
ComboMultiSelect
Abstract superclass for combo box and multi-select list types.
|
class |
ItemSeparator
Class used to represent a
JSeparator inside tagging preset window. |
class |
Key
Invisible type allowing to hardcode an OSM key/value from the preset definition.
|
class |
KeyedItem
Preset item associated to an OSM key.
|
class |
Label
Label type.
|
class |
Link
Hyperlink type.
|
class |
MultiSelect
Multi-select list type.
|
class |
Optional
Used to group optional attributes.
|
class |
PresetLink
Adds a link to an other preset.
|
class |
Roles |
class |
Space
Horizontal separator type.
|
class |
Text
Text field type.
|
class |
TextItem
A tagging preset item displaying a localizable text.
|