Uses of Interface
org.openstreetmap.josm.gui.tagging.presets.TaggingPresetItemGuiSupport.ChangeListener
-
Packages that use TaggingPresetItemGuiSupport.ChangeListener Package Description org.openstreetmap.josm.gui.tagging.presets Provides classes for handling tagging presets. -
-
Uses of TaggingPresetItemGuiSupport.ChangeListener in org.openstreetmap.josm.gui.tagging.presets
Fields in org.openstreetmap.josm.gui.tagging.presets with type parameters of type TaggingPresetItemGuiSupport.ChangeListener Modifier and Type Field Description private ListenerList<TaggingPresetItemGuiSupport.ChangeListener>
TaggingPresetItemGuiSupport. listeners
Methods in org.openstreetmap.josm.gui.tagging.presets with parameters of type TaggingPresetItemGuiSupport.ChangeListener Modifier and Type Method Description void
TaggingPresetItemGuiSupport. addListener(TaggingPresetItemGuiSupport.ChangeListener listener)
Adds a new change listener
-