Uses of Class
org.openstreetmap.josm.data.conflict.ConflictCollection
-
Packages that use ConflictCollection Package Description org.openstreetmap.josm.command Provides the classes for JOSM commands allowing to modify an OSM data set.org.openstreetmap.josm.command.conflict Provides commands for handling conflicts.org.openstreetmap.josm.data Provides the classes for JOSM managed data.org.openstreetmap.josm.data.conflict Provides the classes for editionconflicts
betweenOsmPrimitive
sorg.openstreetmap.josm.data.osm Provides the classes for OSM data:Primitives
:Node
,Way
,Relation
Users
Tags
Changesets
Utilities classesorg.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 elseorg.openstreetmap.josm.gui.layer Provides classes for handling the different kinds of map layers. -
-
Uses of ConflictCollection in org.openstreetmap.josm.command
Fields in org.openstreetmap.josm.command declared as ConflictCollection Modifier and Type Field Description protected ConflictCollection
PurgeCommand. purgedConflicts
-
Uses of ConflictCollection in org.openstreetmap.josm.command.conflict
Fields in org.openstreetmap.josm.command.conflict declared as ConflictCollection Modifier and Type Field Description private ConflictCollection
ConflictResolveCommand. resolvedConflicts
the list of resolved conflicts -
Uses of ConflictCollection in org.openstreetmap.josm.data
Methods in org.openstreetmap.josm.data with parameters of type ConflictCollection Modifier and Type Method Description boolean
APIDataSet. participatesInConflict(ConflictCollection conflicts)
Replies true if one of the primitives to be updated or to be deleted participates in at least one conflict inconflicts
-
Uses of ConflictCollection in org.openstreetmap.josm.data.conflict
Methods in org.openstreetmap.josm.data.conflict with parameters of type ConflictCollection Modifier and Type Method Description void
ConflictCollection. add(ConflictCollection other)
Adds all conflicts from another collection.void
IConflictListener. onConflictsAdded(ConflictCollection conflicts)
Called when conflicts are added.void
IConflictListener. onConflictsRemoved(ConflictCollection conflicts)
Called when conflicts are removed. -
Uses of ConflictCollection in org.openstreetmap.josm.data.osm
Fields in org.openstreetmap.josm.data.osm declared as ConflictCollection Modifier and Type Field Description private ConflictCollection
DataSet. conflicts
private ConflictCollection
DataSetMerger. conflicts
the collection of conflicts created during mergingMethods in org.openstreetmap.josm.data.osm that return ConflictCollection Modifier and Type Method Description ConflictCollection
DataSet. getConflicts()
Replies the set of conflicts currently managed in this layer.ConflictCollection
DataSetMerger. getConflicts()
replies the map of conflicts -
Uses of ConflictCollection in org.openstreetmap.josm.gui.dialogs
Fields in org.openstreetmap.josm.gui.dialogs declared as ConflictCollection Modifier and Type Field Description private ConflictCollection
ConflictDialog. conflicts
the collection of conflicts displayed by this conflict dialogMethods in org.openstreetmap.josm.gui.dialogs that return ConflictCollection Modifier and Type Method Description ConflictCollection
ConflictDialog. getConflicts()
replies the conflict collection currently held by this dialog; may be nullMethods in org.openstreetmap.josm.gui.dialogs with parameters of type ConflictCollection Modifier and Type Method Description void
ConflictDialog. onConflictsAdded(ConflictCollection conflicts)
void
ConflictDialog. onConflictsRemoved(ConflictCollection conflicts)
-
Uses of ConflictCollection in org.openstreetmap.josm.gui.layer
Methods in org.openstreetmap.josm.gui.layer that return ConflictCollection Modifier and Type Method Description ConflictCollection
OsmDataLayer. getConflicts()
Replies the set of conflicts currently managed in this layer.
-