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 editionconflictsbetweenOsmPrimitivesorg.openstreetmap.josm.data.osm Provides the classes for OSM data:Primitives:Node,Way,RelationUsersTagsChangesetsUtilities 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 ConflictCollectionPurgeCommand. 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 ConflictCollectionConflictResolveCommand. resolvedConflictsthe 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 booleanAPIDataSet. 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 voidConflictCollection. add(ConflictCollection other)Adds all conflicts from another collection.voidIConflictListener. onConflictsAdded(ConflictCollection conflicts)Called when conflicts are added.voidIConflictListener. 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 ConflictCollectionDataSet. conflictsprivate ConflictCollectionDataSetMerger. conflictsthe collection of conflicts created during mergingMethods in org.openstreetmap.josm.data.osm that return ConflictCollection Modifier and Type Method Description ConflictCollectionDataSet. getConflicts()Replies the set of conflicts currently managed in this layer.ConflictCollectionDataSetMerger. 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 ConflictCollectionConflictDialog. conflictsthe collection of conflicts displayed by this conflict dialogMethods in org.openstreetmap.josm.gui.dialogs that return ConflictCollection Modifier and Type Method Description ConflictCollectionConflictDialog. 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 voidConflictDialog. onConflictsAdded(ConflictCollection conflicts)voidConflictDialog. 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 ConflictCollectionOsmDataLayer. getConflicts()Replies the set of conflicts currently managed in this layer.
-