Uses of Interface
org.openstreetmap.josm.gui.conflict.pair.IConflictResolver
-
Packages that use IConflictResolver Package Description 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.properties Provides the classes for displaying conflicts in OSM primitive properties.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. -
-
Uses of IConflictResolver in org.openstreetmap.josm.gui.conflict.pair
Classes in org.openstreetmap.josm.gui.conflict.pair that implement IConflictResolver Modifier and Type Class Description classAbstractListMerger<T extends PrimitiveId,C extends ConflictResolveCommand>A UI component for resolving conflicts in two lists of entries of type T.Fields in org.openstreetmap.josm.gui.conflict.pair with type parameters of type IConflictResolver Modifier and Type Field Description private java.util.List<IConflictResolver>ConflictResolver. conflictResolvers -
Uses of IConflictResolver in org.openstreetmap.josm.gui.conflict.pair.nodes
Classes in org.openstreetmap.josm.gui.conflict.pair.nodes that implement IConflictResolver Modifier and Type Class Description classNodeListMergerA UI component for resolving conflicts in the node lists of twoWays. -
Uses of IConflictResolver in org.openstreetmap.josm.gui.conflict.pair.properties
Classes in org.openstreetmap.josm.gui.conflict.pair.properties that implement IConflictResolver Modifier and Type Class Description classPropertiesMergerThis class represents a UI component for resolving conflicts in some properties ofOsmPrimitive. -
Uses of IConflictResolver in org.openstreetmap.josm.gui.conflict.pair.relation
Classes in org.openstreetmap.josm.gui.conflict.pair.relation that implement IConflictResolver Modifier and Type Class Description classRelationMemberMergerA UI component for resolving conflicts in the member lists of twoRelations. -
Uses of IConflictResolver in org.openstreetmap.josm.gui.conflict.pair.tags
Classes in org.openstreetmap.josm.gui.conflict.pair.tags that implement IConflictResolver Modifier and Type Class Description classTagMergerUI component for resolving conflicts in the tag sets of twoOsmPrimitives.
-