Uses of Interface
org.openstreetmap.josm.gui.tagging.TagEditorModel.EndEditListener
-
Packages that use TagEditorModel.EndEditListener Package Description org.openstreetmap.josm.gui.tagging Provides classes for handling edition of OSM tags: tag tables, tag editors. -
-
Uses of TagEditorModel.EndEditListener in org.openstreetmap.josm.gui.tagging
Classes in org.openstreetmap.josm.gui.tagging that implement TagEditorModel.EndEditListener Modifier and Type Class Description class
TagTable
This is the tabular editor component for OSM tags.Fields in org.openstreetmap.josm.gui.tagging declared as TagEditorModel.EndEditListener Modifier and Type Field Description private TagEditorModel.EndEditListener
TagEditorModel. endEditListener
Methods in org.openstreetmap.josm.gui.tagging with parameters of type TagEditorModel.EndEditListener Modifier and Type Method Description void
TagEditorModel. setEndEditListener(TagEditorModel.EndEditListener endEditListener)
Sets the listener that is notified when an edit should be aborted.
-