Uses of Interface
org.eclipse.compare.structuremergeviewer.IDiffContainer
Packages that use IDiffContainer
Package
Description
Provides support for performing structural and textual
compare operations on arbitrary data and displaying the results.
Provides support for finding and displaying the differences
between hierarchically structured data.
Contains the team synchronization presentation framework and support
for the Synchronize View.
-
Uses of IDiffContainer in org.eclipse.compare
Methods in org.eclipse.compare with parameters of type IDiffContainerModifier and TypeMethodDescriptionvoid
ZipFileStructureCreator.rewriteTree
(Differencer differencer, IDiffContainer root) Empty implementation since thisIStructureCreator
cannot rewrite the diff tree in order to fold certain combinations of additions and deletions. -
Uses of IDiffContainer in org.eclipse.compare.structuremergeviewer
Classes in org.eclipse.compare.structuremergeviewer that implement IDiffContainerModifier and TypeClassDescriptionclass
The standard implementation of a diff container element.class
Diff node are used as the compare result of the differencing engine.Methods in org.eclipse.compare.structuremergeviewer that return IDiffContainerModifier and TypeMethodDescriptionDiffElement.getParent()
IDiffElement.getParent()
Returns the parent of this element.Methods in org.eclipse.compare.structuremergeviewer with parameters of type IDiffContainerModifier and TypeMethodDescriptionprotected void
StructureDiffViewer.postDiffHook
(Differencer differencer, IDiffContainer root) Deprecated.protected void
StructureDiffViewer.postDiffHook
(Differencer differencer, IDiffContainer root, IProgressMonitor monitor) This method is called from withinStructureDiffViewer.diff(IProgressMonitor)
after the difference tree has been built.void
DiffElement.setParent
(IDiffContainer parent) void
IDiffElement.setParent
(IDiffContainer parent) Sets the parent of this element.Constructors in org.eclipse.compare.structuremergeviewer with parameters of type IDiffContainerModifierConstructorDescriptionDiffContainer
(IDiffContainer parent, int kind) Creates a new container with the specified kind under the given parent.DiffElement
(IDiffContainer parent, int kind) Creates a newDiffElement
as a child of the given parent.DiffNode
(IDiffContainer parent, int kind) Creates a newDiffNode
and initializes with the given values.DiffNode
(IDiffContainer parent, int kind, ITypedElement ancestor, ITypedElement left, ITypedElement right) Creates a newDiffNode
and initializes with the given values. -
Uses of IDiffContainer in org.eclipse.team.ui.synchronize
Subinterfaces of IDiffContainer in org.eclipse.team.ui.synchronizeModifier and TypeInterfaceDescriptioninterface
These are elements created to display synchronization state to the user.
StructureDiffViewer.postDiffHook(Differencer, IDiffContainer, IProgressMonitor)
instead