Uses of Class
org.openstreetmap.josm.gui.tagging.presets.items.KeyedItem.MatchType
-
Packages that use KeyedItem.MatchType Package Description org.openstreetmap.josm.gui.tagging.presets.items Provides classes for handling tagging presets items. -
-
Uses of KeyedItem.MatchType in org.openstreetmap.josm.gui.tagging.presets.items
Methods in org.openstreetmap.josm.gui.tagging.presets.items that return KeyedItem.MatchType Modifier and Type Method Description KeyedItem.MatchType
Check. getDefaultMatch()
KeyedItem.MatchType
ComboMultiSelect. getDefaultMatch()
KeyedItem.MatchType
Key. getDefaultMatch()
abstract KeyedItem.MatchType
KeyedItem. getDefaultMatch()
Returns the default match.KeyedItem.MatchType
Text. getDefaultMatch()
static KeyedItem.MatchType
KeyedItem.MatchType. ofString(String type)
Determines theMatchType
for the given textual value.static KeyedItem.MatchType
KeyedItem.MatchType. valueOf(String name)
Returns the enum constant of this type with the specified name.static KeyedItem.MatchType[]
KeyedItem.MatchType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-