Package | Description |
---|---|
org.openstreetmap.josm.gui.tagging.presets |
Provides classes for handling tagging presets.
|
Modifier and Type | Field and Description |
---|---|
private List<TaggingPresetSelector.PresetClassification> |
TaggingPresetSelector.PresetClassifications.classifications |
private List<TaggingPresetSelector.PresetClassification> |
TaggingPresetSelector.ResultListModel.presets |
Modifier and Type | Method and 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() |
Modifier and Type | Method and Description |
---|---|
int |
TaggingPresetSelector.PresetClassification.compareTo(TaggingPresetSelector.PresetClassification o) |
Modifier and Type | Method and Description |
---|---|
void |
TaggingPresetSelector.ResultListModel.setPresets(List<TaggingPresetSelector.PresetClassification> presets) |