Uses of Class
org.openstreetmap.josm.data.conflict.ConflictCollection

Packages that use ConflictCollection
org.openstreetmap.josm.command   
org.openstreetmap.josm.data   
org.openstreetmap.josm.data.conflict   
org.openstreetmap.josm.data.osm   
org.openstreetmap.josm.gui.dialogs   
org.openstreetmap.josm.gui.layer   
 

Uses of ConflictCollection in org.openstreetmap.josm.command
 

Fields in org.openstreetmap.josm.command declared as ConflictCollection
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
 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 in conflicts
 

Uses of ConflictCollection in org.openstreetmap.josm.data.conflict
 

Methods in org.openstreetmap.josm.data.conflict with parameters of type ConflictCollection
 void ConflictCollection.add(ConflictCollection other)
           
 void IConflictListener.onConflictsAdded(ConflictCollection conflicts)
           
 void IConflictListener.onConflictsRemoved(ConflictCollection conflicts)
           
 

Uses of ConflictCollection in org.openstreetmap.josm.data.osm
 

Fields in org.openstreetmap.josm.data.osm declared as ConflictCollection
private  ConflictCollection DataSetMerger.conflicts
          the collection of conflicts created during merging
 

Methods in org.openstreetmap.josm.data.osm that return ConflictCollection
 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
private  ConflictCollection ConflictDialog.conflicts
          the collection of conflicts displayed by this conflict dialog
 

Methods in org.openstreetmap.josm.gui.dialogs that return ConflictCollection
 ConflictCollection ConflictDialog.getConflicts()
          replies the conflict collection currently held by this dialog; may be null
 

Methods in org.openstreetmap.josm.gui.dialogs with parameters of type ConflictCollection
 void ConflictDialog.onConflictsAdded(ConflictCollection conflicts)
           
 void ConflictDialog.onConflictsRemoved(ConflictCollection conflicts)
           
 

Uses of ConflictCollection in org.openstreetmap.josm.gui.layer
 

Fields in org.openstreetmap.josm.gui.layer declared as ConflictCollection
private  ConflictCollection OsmDataLayer.conflicts
          the collection of conflicts detected in this layer
 

Methods in org.openstreetmap.josm.gui.layer that return ConflictCollection
 ConflictCollection OsmDataLayer.getConflicts()
          replies the set of conflicts currently managed in this layer
 



JOSM