Uses of Class
org.openstreetmap.josm.gui.tagging.presets.TaggingPresetSelector.PresetClassification
-
Packages that use TaggingPresetSelector.PresetClassification Package Description org.openstreetmap.josm.gui.tagging.presets Provides classes for handling tagging presets. -
-
Uses of TaggingPresetSelector.PresetClassification in org.openstreetmap.josm.gui.tagging.presets
Fields in org.openstreetmap.josm.gui.tagging.presets with type parameters of type TaggingPresetSelector.PresetClassification Modifier and Type Field Description private List<TaggingPresetSelector.PresetClassification>
TaggingPresetSelector.PresetClassifications. classifications
Methods in org.openstreetmap.josm.gui.tagging.presets that return types with arguments of type TaggingPresetSelector.PresetClassification Modifier and Type Method Description List<TaggingPresetSelector.PresetClassification>
TaggingPresetSelector.PresetClassifications. getMatchingPresets(String[] groupWords, String[] nameWords, boolean onlyApplicable, boolean inTags, Set<TaggingPresetType> presetTypes, Collection<? extends OsmPrimitive> selectedPrimitives)
List<TaggingPresetSelector.PresetClassification>
TaggingPresetSelector.PresetClassifications. getMatchingPresets(String searchText, boolean onlyApplicable, boolean inTags, Set<TaggingPresetType> presetTypes, Collection<? extends OsmPrimitive> selectedPrimitives)
Iterator<TaggingPresetSelector.PresetClassification>
TaggingPresetSelector.PresetClassifications. iterator()
Methods in org.openstreetmap.josm.gui.tagging.presets with parameters of type TaggingPresetSelector.PresetClassification Modifier and Type Method Description int
TaggingPresetSelector.PresetClassification. compareTo(TaggingPresetSelector.PresetClassification o)
-