Uses of Interface
org.openstreetmap.josm.gui.tagging.presets.TaggingPresetListener
-
Packages that use TaggingPresetListener Package Description org.openstreetmap.josm.data.validation.tests Provides the classes for JOSM data validation tests.org.openstreetmap.josm.gui.dialogs.properties Toggle dialog allowing to display/edit tags and relation memberships of currently selected OSM objects.org.openstreetmap.josm.gui.preferences Provides generic classes for handling JOSM preferences.org.openstreetmap.josm.gui.tagging.presets Provides classes for handling tagging presets. -
-
Uses of TaggingPresetListener in org.openstreetmap.josm.data.validation.tests
Classes in org.openstreetmap.josm.data.validation.tests that implement TaggingPresetListener Modifier and Type Class Description class
RelationChecker
Check for wrong relations.class
TagChecker
Check for misspelled or wrong tags -
Uses of TaggingPresetListener in org.openstreetmap.josm.gui.dialogs.properties
Classes in org.openstreetmap.josm.gui.dialogs.properties that implement TaggingPresetListener Modifier and Type Class Description class
PropertiesDialog
This dialog displays the tags of the current selected primitives. -
Uses of TaggingPresetListener in org.openstreetmap.josm.gui.preferences
Classes in org.openstreetmap.josm.gui.preferences that implement TaggingPresetListener Modifier and Type Class Description class
ToolbarPreferences
Toolbar preferences. -
Uses of TaggingPresetListener in org.openstreetmap.josm.gui.tagging.presets
Classes in org.openstreetmap.josm.gui.tagging.presets that implement TaggingPresetListener Modifier and Type Class Description class
TaggingPresetNameTemplateList
List of tagging presets with name templates, allows to find appropriate template based on existing primitiveclass
TaggingPresetSelector
GUI component to select tagging preset: the list with filter and two checkboxesFields in org.openstreetmap.josm.gui.tagging.presets with type parameters of type TaggingPresetListener Modifier and Type Field Description private static Collection<TaggingPresetListener>
TaggingPresets. listeners
The collection of listenersMethods in org.openstreetmap.josm.gui.tagging.presets with parameters of type TaggingPresetListener Modifier and Type Method Description static void
TaggingPresets. addListener(TaggingPresetListener listener)
Adds a tagging preset listener.static void
TaggingPresets. removeListener(TaggingPresetListener listener)
Removes a tagging preset listener.
-