Package | Description |
---|---|
org.openstreetmap.josm.command.conflict |
Provides commands for handling conflicts.
|
org.openstreetmap.josm.gui.conflict.pair | |
org.openstreetmap.josm.gui.conflict.pair.properties | |
org.openstreetmap.josm.gui.conflict.pair.tags |
Modifier and Type | Field and Description |
---|---|
private MergeDecisionType |
CoordinateConflictResolveCommand.decision
the merge decision
|
private MergeDecisionType |
DeletedStateConflictResolveCommand.decision
the merge decision
|
Constructor and Description |
---|
CoordinateConflictResolveCommand(Conflict<? extends OsmPrimitive> conflict,
MergeDecisionType decision)
constructor for coordinate conflict
|
DeletedStateConflictResolveCommand(Conflict<? extends OsmPrimitive> conflict,
MergeDecisionType decision)
Constructs a new
DeletedStateConflictResolveCommand . |
Modifier and Type | Method and Description |
---|---|
static MergeDecisionType |
MergeDecisionType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MergeDecisionType[] |
MergeDecisionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Field and Description |
---|---|
private MergeDecisionType |
PropertiesMergeModel.coordMergeDecision |
private MergeDecisionType |
PropertiesMergeModel.deletedMergeDecision |
Modifier and Type | Method and Description |
---|---|
void |
PropertiesMergeModel.decideCoordsConflict(MergeDecisionType decision)
Decides a conflict between local and server coordinates
|
void |
PropertiesMergeModel.decideDeletedStateConflict(MergeDecisionType decision)
decides the conflict between two deleted states
|
private boolean |
PropertiesMergeModel.getMergedDeletedState(MergeDecisionType decision) |
boolean |
PropertiesMergeModel.isCoordMergeDecision(MergeDecisionType decision)
replies true if the current decision for the coordinate conflict is
decision |
boolean |
PropertiesMergeModel.isDeletedStateDecision(MergeDecisionType decision)
replies true if the current decision for the deleted state conflict is
decision |
Modifier and Type | Field and Description |
---|---|
private MergeDecisionType |
TagMergeItem.mergeDecision |
Modifier and Type | Method and Description |
---|---|
MergeDecisionType |
TagMergeItem.getMergeDecision() |
Modifier and Type | Method and Description |
---|---|
void |
TagMergeModel.decide(int[] rows,
MergeDecisionType decision)
|
void |
TagMergeModel.decide(int row,
MergeDecisionType decision)
|
void |
TagMergeItem.decide(MergeDecisionType decision)
applies a merge decision to this merge item
|
protected void |
TagMergeModel.rememberDecision(int row,
MergeDecisionType decision) |