Uses of Class
org.openstreetmap.josm.gui.tagging.presets.items.TextItem
-
Packages that use TextItem Package Description org.openstreetmap.josm.gui.tagging.presets.items Provides classes for handling tagging presets items. -
-
Uses of TextItem in org.openstreetmap.josm.gui.tagging.presets.items
Subclasses of TextItem 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
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
Text
Text field type.
-