Uses of Class
org.openstreetmap.josm.gui.tagging.presets.items.ComboMultiSelect
-
Packages that use ComboMultiSelect Package Description org.openstreetmap.josm.gui.tagging.presets.items Provides classes for handling tagging presets items. -
-
Uses of ComboMultiSelect in org.openstreetmap.josm.gui.tagging.presets.items
Subclasses of ComboMultiSelect in org.openstreetmap.josm.gui.tagging.presets.items Modifier and Type Class Description class
Combo
Combobox type.class
MultiSelect
Multi-select list type.Fields in org.openstreetmap.josm.gui.tagging.presets.items declared as ComboMultiSelect Modifier and Type Field Description ComboMultiSelect
PresetListEntry. cms
The ComboMultiSelect that displays the listConstructors in org.openstreetmap.josm.gui.tagging.presets.items with parameters of type ComboMultiSelect Constructor Description PresetListEntry(String value, ComboMultiSelect cms)
Constructs a newPresetListEntry
, initialized with a value andComboMultiSelect
context.
-