Package | Description |
---|---|
org.openstreetmap.josm.data.conflict | |
org.openstreetmap.josm.gui.dialogs |
Modifier and Type | Field and Description |
---|---|
private CopyOnWriteArrayList<IConflictListener> |
ConflictCollection.listeners |
Modifier and Type | Method and 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.
|
Modifier and Type | Class and Description |
---|---|
class |
ConflictDialog
This dialog displays the
ConflictCollection of the active OsmDataLayer in a toggle
dialog on the right of the main frame. |