Uses of Interface
org.eclipse.compare.structuremergeviewer.IDiffElement
Package
Description
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 IDiffElement in org.eclipse.compare.structuremergeviewer
Modifier and TypeInterfaceDescriptioninterface
IDiffContainer
is aIDiffElement
with children.Modifier and TypeClassDescriptionclass
The standard implementation of a diff container element.class
An abstract base implementation of theIDiffElement
interface.class
Diff node are used as the compare result of the differencing engine.Modifier and TypeMethodDescriptionTries to find the child with the given name.DiffContainer.getChildren()
IDiffContainer.getChildren()
Returns the children of this container.Modifier and TypeMethodDescriptionvoid
DiffContainer.add
(IDiffElement diff) void
IDiffContainer.add
(IDiffElement child) Adds the given child to this container.void
DiffContainer.remove
(IDiffElement child) Removes the given child (non-recursively) from this container.void
DiffContainer.removeToRoot
(IDiffElement child) void
IDiffContainer.removeToRoot
(IDiffElement child) Removes the given child from this container. -
Uses of IDiffElement in org.eclipse.team.ui.synchronize
Modifier and TypeInterfaceDescriptioninterface
These are elements created to display synchronization state to the user.Modifier and TypeMethodDescriptionprotected final IDiffElement[]
SynchronizeModelAction.getFilteredDiffElements()
Return the selected diff element for which this action is enabled.protected final IDiffElement[]
SynchronizeModelAction.getSelectedDiffElements()
This method returns all instances of IDiffElement that are in the current selection.Modifier and TypeMethodDescriptionprotected abstract SynchronizeModelOperation
SynchronizeModelAction.getSubscriberOperation
(ISynchronizePageConfiguration configuration, IDiffElement[] elements) Return the subscriber operation associated with this action.ModifierConstructorDescriptionprotected
SynchronizeModelOperation
(ISynchronizePageConfiguration configuration, IDiffElement[] elements) Create an operation that will operate on the given diff elements.