Uses of Class
org.openstreetmap.josm.gui.tagging.presets.TaggingPresetItem
-
Packages that use TaggingPresetItem 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.org.openstreetmap.josm.gui.tagging.presets.items Provides classes for handling tagging presets items. -
-
Uses of TaggingPresetItem in org.openstreetmap.josm.data.validation.tests
Fields in org.openstreetmap.josm.data.validation.tests with type parameters of type TaggingPresetItem Modifier and Type Field Description private static Map<TaggingPreset,List<TaggingPresetItem>>
TagChecker. presetIndex
-
Uses of TaggingPresetItem in org.openstreetmap.josm.gui.tagging.presets
Fields in org.openstreetmap.josm.gui.tagging.presets with type parameters of type TaggingPresetItem Modifier and Type Field Description List<TaggingPresetItem>
TaggingPreset. data
The list of preset itemsMethods in org.openstreetmap.josm.gui.tagging.presets with parameters of type TaggingPresetItem Modifier and Type Method Description private static void
TaggingPresets. cachePresetItem(TaggingPreset p, TaggingPresetItem item)
void
TaggingPresetItemGuiSupport. fireItemValueModified(TaggingPresetItem source, String key, String newValue)
Notifies all listeners that a preset item input as changed.void
TaggingPresetItemGuiSupport.ChangeListener. itemValueModified(TaggingPresetItem source, String key, String newValue)
Notifies this listener that a preset item input as changed.Method parameters in org.openstreetmap.josm.gui.tagging.presets with type arguments of type TaggingPresetItem Modifier and Type Method Description static boolean
TaggingPresetItem. matches(Iterable<? extends TaggingPresetItem> data, Map<String,String> tags)
Determine whether the given preset items match the tags -
Uses of TaggingPresetItem in org.openstreetmap.josm.gui.tagging.presets.items
Subclasses of TaggingPresetItem in org.openstreetmap.josm.gui.tagging.presets.items Modifier and Type Class Description class
Check
Checkbox type.class
CheckGroup
A group ofCheck
s.class
Combo
Combobox type.class
ComboMultiSelect
Abstract superclass for combo box and multi-select list types.class
ItemSeparator
Class used to represent aJSeparator
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 another preset.class
Roles
Theroles
element in tagging presets definition.class
Space
Horizontal separator type.class
Text
Text field type.class
TextItem
A tagging preset item displaying a localizable text.
-