|
Eclipse Platform 2.1 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IDiffElement | |
org.eclipse.compare.structuremergeviewer | Provides support for finding and displaying the differences between hierarchically structured data. |
Uses of IDiffElement in org.eclipse.compare.structuremergeviewer |
Subinterfaces of IDiffElement in org.eclipse.compare.structuremergeviewer | |
interface |
IDiffContainer
IDiffContainer is a IDiffElement with children. |
Classes in org.eclipse.compare.structuremergeviewer that implement IDiffElement | |
class |
DiffContainer
The standard implementation of a diff container element. |
class |
DiffElement
An abstract base implementation of the IDiffElement interface. |
class |
DiffNode
Diff node are used as the compare result of the differencing engine. |
Methods in org.eclipse.compare.structuremergeviewer that return IDiffElement | |
IDiffElement[] |
IDiffContainer.getChildren()
Returns the children of this container. |
IDiffElement |
DiffContainer.findChild(String name)
Tries to find the child with the given name. |
IDiffElement[] |
DiffContainer.getChildren()
|
Methods in org.eclipse.compare.structuremergeviewer with parameters of type IDiffElement | |
void |
IDiffContainer.add(IDiffElement child)
Adds the given child to this container. |
void |
IDiffContainer.removeToRoot(IDiffElement child)
Removes the given child from this container. |
void |
DiffContainer.add(IDiffElement diff)
|
void |
DiffContainer.removeToRoot(IDiffElement child)
Removes the given child from this container. |
void |
DiffContainer.remove(IDiffElement child)
Removes the given child (non-recursively) from this container. |
|
Eclipse Platform 2.1 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |