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

Packages that use TaggingPreset.PresetType
org.openstreetmap.josm.gui.dialogs.properties   
org.openstreetmap.josm.gui.tagging   
 

Uses of TaggingPreset.PresetType in org.openstreetmap.josm.gui.dialogs.properties
 

Method parameters in org.openstreetmap.josm.gui.dialogs.properties with type arguments of type TaggingPreset.PresetType
 void PresetListPanel.updatePresets(java.util.Collection<TaggingPreset.PresetType> types, java.util.Map<java.lang.String,java.lang.String> tags, PresetListPanel.PresetHandler presetHandler)
           
 

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

Fields in org.openstreetmap.josm.gui.tagging with type parameters of type TaggingPreset.PresetType
private static java.util.Map<java.lang.String,java.util.EnumSet<TaggingPreset.PresetType>> TaggingPreset.typeCache
           
 java.util.EnumSet<TaggingPreset.PresetType> TaggingPreset.types
          The types as preparsed collection.
 java.util.EnumSet<TaggingPreset.PresetType> TaggingPreset.Role.types
           
private  java.util.EnumSet<TaggingPreset.PresetType> TaggingPresetSearchDialog.typesInSelection
           
 

Methods in org.openstreetmap.josm.gui.tagging that return TaggingPreset.PresetType
static TaggingPreset.PresetType TaggingPreset.PresetType.forPrimitive(OsmPrimitive p)
           
static TaggingPreset.PresetType TaggingPreset.PresetType.forPrimitiveType(OsmPrimitiveType type)
           
static TaggingPreset.PresetType TaggingPreset.PresetType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static TaggingPreset.PresetType[] TaggingPreset.PresetType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.openstreetmap.josm.gui.tagging that return types with arguments of type TaggingPreset.PresetType
static java.util.EnumSet<TaggingPreset.PresetType> TaggingPreset.getType(java.lang.String types)
           
private  java.util.EnumSet<TaggingPreset.PresetType> TaggingPresetSearchDialog.getTypesInSelection()
           
 

Method parameters in org.openstreetmap.josm.gui.tagging with type arguments of type TaggingPreset.PresetType
 boolean TaggingPreset.matches(java.util.Collection<TaggingPreset.PresetType> t, java.util.Map<java.lang.String,java.lang.String> tags, boolean onlyShowable)
           
 boolean TaggingPreset.typeMatches(java.util.Collection<TaggingPreset.PresetType> t)
           
 



JOSM