Uses of Class
org.openstreetmap.josm.gui.tagging.presets.items.KeyedItem.Usage
-
Packages that use KeyedItem.Usage Package Description org.openstreetmap.josm.gui.tagging.presets.items Provides classes for handling tagging presets items. -
-
Uses of KeyedItem.Usage in org.openstreetmap.josm.gui.tagging.presets.items
Fields in org.openstreetmap.josm.gui.tagging.presets.items declared as KeyedItem.Usage Modifier and Type Field Description protected KeyedItem.Usage
ComboMultiSelect. usage
Methods in org.openstreetmap.josm.gui.tagging.presets.items that return KeyedItem.Usage Modifier and Type Method Description protected static KeyedItem.Usage
KeyedItem. determineBooleanUsage(Collection<OsmPrimitive> sel, String key)
static KeyedItem.Usage
KeyedItem. determineTextUsage(Collection<OsmPrimitive> sel, String key)
Computes the tag usage for the given key from the given primitivesKeyedItem.Usage
KeyedItem.Usage. splitValues(String delimiter)
Splits multiple values and adds their usage counts as single value.Methods in org.openstreetmap.josm.gui.tagging.presets.items with parameters of type KeyedItem.Usage Modifier and Type Method Description protected String
ComboMultiSelect. getInitialValue(KeyedItem.Usage usage, TaggingPresetItemGuiSupport support)
Returns the initial value to use for this preset.
-