Uses of Class
org.openstreetmap.josm.command.conflict.ConflictResolveCommand
-
Packages that use ConflictResolveCommand 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. -
-
Uses of ConflictResolveCommand in org.openstreetmap.josm.command.conflict
Subclasses of ConflictResolveCommand in org.openstreetmap.josm.command.conflict Modifier and Type Class Description classCoordinateConflictResolveCommandRepresents the resolution of a conflict between the coordinates of twoNodes.classDeletedStateConflictResolveCommandRepresents the resolution of a conflict between the deleted flag of twoOsmPrimitives.classModifiedConflictResolveCommandRepresents the resolution of a conflict between the modified flag of twoOsmPrimitives.classRelationMemberConflictResolverCommandRepresents the resolution of conflicts in the member list of twoRelations.classTagConflictResolveCommandRepresents the resolution of a tag conflict in anOsmPrimitive.classVersionConflictResolveCommandRepresents the resolution of a version conflict between twoOsmPrimitives.classWayNodesConflictResolverCommandRepresents the resolution of conflicts in the node list of twoWays. -
Uses of ConflictResolveCommand in org.openstreetmap.josm.gui.conflict.pair
Classes in org.openstreetmap.josm.gui.conflict.pair with type parameters of type ConflictResolveCommand Modifier and Type Class Description classAbstractListMergeModel<T extends PrimitiveId,C extends ConflictResolveCommand>ListMergeModel is a model for interactively comparing and merging two list of entries of type T.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 ConflictResolveCommand Modifier and Type Field Description private AbstractListMergeModel<? extends PrimitiveId,? extends ConflictResolveCommand>PairTable. modelConstructor parameters in org.openstreetmap.josm.gui.conflict.pair with type arguments of type ConflictResolveCommand Constructor Description PairTable(java.lang.String name, AbstractListMergeModel<? extends PrimitiveId,? extends ConflictResolveCommand> model, OsmPrimitivesTableModel dm, javax.swing.table.TableColumnModel cm, javax.swing.ListSelectionModel sm)Constructs a newPairTable.
-