Package | Description |
---|---|
org.eclipse.compare |
Provides support for performing structural and textual
compare operations on arbitrary data and displaying the results.
|
org.eclipse.compare.structuremergeviewer |
Provides support for finding and displaying the differences
between hierarchically structured data.
|
Modifier and Type | Method and Description |
---|---|
void |
ZipFileStructureCreator.rewriteTree(Differencer differencer,
IDiffContainer root)
Empty implementation since this
IStructureCreator
cannot rewrite the diff tree in order to fold certain combinations of
additions and deletions. |
Modifier and Type | Method and Description |
---|---|
protected void |
StructureDiffViewer.postDiffHook(Differencer differencer,
IDiffContainer root)
Deprecated.
Subclasses should override
StructureDiffViewer.postDiffHook(Differencer, IDiffContainer, IProgressMonitor)
instead |
protected void |
StructureDiffViewer.postDiffHook(Differencer differencer,
IDiffContainer root,
IProgressMonitor monitor)
This method is called from within
StructureDiffViewer.diff(IProgressMonitor) after
the difference tree has been built. |
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.