Uses of Interface
org.openstreetmap.josm.data.conflict.IConflictListener
-
Packages that use IConflictListener Package Description org.openstreetmap.josm.data.conflict Provides the classes for editionconflicts
betweenOsmPrimitive
sorg.openstreetmap.josm.gui.dialogs Provides three kinds of dialogs: Toggle dialogs on the right side of the GUI, that can be turned on, off, attached or detached from the GUI Changeset dialog based on a standalone implementation, dedicated to OSM changesets management Extended dialogs for everything else -
-
Uses of IConflictListener in org.openstreetmap.josm.data.conflict
Fields in org.openstreetmap.josm.data.conflict with type parameters of type IConflictListener Modifier and Type Field Description private CopyOnWriteArrayList<IConflictListener>
ConflictCollection. listeners
Methods in org.openstreetmap.josm.data.conflict with parameters of type IConflictListener Modifier and Type Method Description void
ConflictCollection. addConflictListener(IConflictListener listener)
Adds the specified conflict listener, if not already present.void
ConflictCollection. removeConflictListener(IConflictListener listener)
Removes the specified conflict listener. -
Uses of IConflictListener in org.openstreetmap.josm.gui.dialogs
Classes in org.openstreetmap.josm.gui.dialogs that implement IConflictListener Modifier and Type Class Description class
ConflictDialog
This dialog displays theConflictCollection
of the activeOsmDataLayer
in a toggle dialog on the right of the main frame.
-