Uses of Class
org.openstreetmap.josm.gui.tagging.TaggingPreset.MatchType

Packages that use TaggingPreset.MatchType
org.openstreetmap.josm.gui.tagging   
 

Uses of TaggingPreset.MatchType in org.openstreetmap.josm.gui.tagging
 

Methods in org.openstreetmap.josm.gui.tagging that return TaggingPreset.MatchType
abstract  TaggingPreset.MatchType TaggingPreset.KeyedItem.getDefaultMatch()
           
 TaggingPreset.MatchType TaggingPreset.Text.getDefaultMatch()
           
 TaggingPreset.MatchType TaggingPreset.Check.getDefaultMatch()
           
 TaggingPreset.MatchType TaggingPreset.ComboMultiSelect.getDefaultMatch()
           
 TaggingPreset.MatchType TaggingPreset.Key.getDefaultMatch()
           
static TaggingPreset.MatchType TaggingPreset.MatchType.ofString(java.lang.String type)
           
static TaggingPreset.MatchType TaggingPreset.MatchType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static TaggingPreset.MatchType[] TaggingPreset.MatchType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



JOSM