Package | Description |
---|---|
org.eclipse.emf.compare.rcp.ui.internal.structuremergeviewer.groups.impl | |
org.eclipse.emf.compare.rcp.ui.internal.structuremergeviewer.nodes |
Modifier and Type | Method and Description |
---|---|
protected DiffNode |
BasicDifferenceGroupImpl.createDiffNode(Diff diff)
Create a diff node.
|
Modifier and Type | Method and Description |
---|---|
protected void |
BasicDifferenceGroupImpl.handleRefiningDiffs(DiffNode diffNode)
Handle the diffs that refine the given diff.
|
Modifier and Type | Method and Description |
---|---|
Iterable<DiffNode> |
MatchNode.getDiffNodes()
Get all the diffs that are part of the match
|
Iterable<DiffNode> |
DiffNode.getRefinedDiffs()
Get all the refined DiffNode that are part of this DiffNode.
|
Modifier and Type | Method and Description |
---|---|
boolean |
MatchResourceNode.addDiffNode(DiffNode diffNode)
Add the given DiffNode to the direct children of this MatchResourceNode.
|
boolean |
MatchNode.addDiffNode(DiffNode diffNode)
Add the given DiffNode to the children of this MatchNode.
|
boolean |
DiffNode.addRefinedDiffNode(DiffNode diffNode)
Add the given DiffNode to the children of this DiffNode.
|
boolean |
MatchResourceNode.removeDiffNode(DiffNode diffNode)
Remove the given DiffNode of the direct children of this MatchResourceNode.
|
boolean |
MatchNode.removeDiffNode(DiffNode diffNode)
Remove the given DiffNode of the children of this MatchNode.
|
boolean |
DiffNode.removeRefinedDiffNode(DiffNode diffNode)
Remove the given DiffNode of the children of this DiffNode.
|
Copyright (c) 2006, 2015 Obeo and others. All rights reserved.