Uses of Class
org.openstreetmap.josm.command.ConflictResolveCommand

Packages that use ConflictResolveCommand
org.openstreetmap.josm.command   
 

Uses of ConflictResolveCommand in org.openstreetmap.josm.command
 

Subclasses of ConflictResolveCommand in org.openstreetmap.josm.command
 class CoordinateConflictResolveCommand
          Represents a the resolution of a conflict between the coordinates of two Nodes
 class DeletedStateConflictResolveCommand
          Represents a the resolution of a conflict between the coordinates of two Nodes
 class ModifiedConflictResolveCommand
          Represents a command for to set the modified flag OsmPrimitive
 class TagConflictResolveCommand
          Represents a the resolution of a tag conflict in an OsmPrimitive
 class VersionConflictResolveCommand
          Represents a command for resolving a version conflict between two OsmPrimitive
 class WayNodesConflictResolverCommand
          Represent a command for resolving conflicts in the node list of two Ways.
 



JOSM