Uses of Class
org.openstreetmap.josm.gui.tagging.presets.items.KeyedItem
-
Packages that use KeyedItem 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. -
-
Uses of KeyedItem in org.openstreetmap.josm.data.validation.tests
Methods in org.openstreetmap.josm.data.validation.tests with parameters of type KeyedItem Modifier and Type Method Description private static void
TagChecker. addPresetValue(KeyedItem ky)
-
Uses of KeyedItem in org.openstreetmap.josm.gui.tagging.presets.items
Subclasses of KeyedItem in org.openstreetmap.josm.gui.tagging.presets.items Modifier and Type Class 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.
-