Package | Description |
---|---|
org.openstreetmap.josm.gui.tagging.presets.items |
Provides classes for handling tagging presets items.
|
Modifier and Type | Method and Description |
---|---|
KeyedItem.MatchType |
ComboMultiSelect.getDefaultMatch() |
KeyedItem.MatchType |
Key.getDefaultMatch() |
KeyedItem.MatchType |
Check.getDefaultMatch() |
KeyedItem.MatchType |
Text.getDefaultMatch() |
abstract KeyedItem.MatchType |
KeyedItem.getDefaultMatch()
Returns the default match.
|
static KeyedItem.MatchType |
KeyedItem.MatchType.ofString(java.lang.String type)
Determines the
MatchType for the given textual value. |
static KeyedItem.MatchType |
KeyedItem.MatchType.valueOf(java.lang.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.
|