Uses of Package
org.openstreetmap.josm.command.conflict
-
Packages that use org.openstreetmap.josm.command.conflict Package Description org.openstreetmap.josm.command.conflict Provides commands for handling conflicts.org.openstreetmap.josm.gui.conflict.pair Provides the classes for displaying conflicts as pair of lists.org.openstreetmap.josm.gui.conflict.pair.nodes Provides the classes for displaying conflicts in ways list of nodes.org.openstreetmap.josm.gui.conflict.pair.relation Provides the classes for displaying conflicts in OSM primitive relation memberships.org.openstreetmap.josm.gui.conflict.pair.tags Provides the classes for displaying conflicts in OSM primitive tags. -
Classes in org.openstreetmap.josm.command.conflict used by org.openstreetmap.josm.command.conflict Class Description ConflictResolveCommand -
Classes in org.openstreetmap.josm.command.conflict used by org.openstreetmap.josm.gui.conflict.pair Class Description ConflictResolveCommand -
Classes in org.openstreetmap.josm.command.conflict used by org.openstreetmap.josm.gui.conflict.pair.nodes Class Description WayNodesConflictResolverCommand Represents the resolution of conflicts in the node list of twoWay
s. -
Classes in org.openstreetmap.josm.command.conflict used by org.openstreetmap.josm.gui.conflict.pair.relation Class Description RelationMemberConflictResolverCommand Represents the resolution of conflicts in the member list of twoRelation
s. -
Classes in org.openstreetmap.josm.command.conflict used by org.openstreetmap.josm.gui.conflict.pair.tags Class Description TagConflictResolveCommand Represents the resolution of a tag conflict in anOsmPrimitive
.