Uses of Interface
org.eclipse.compare.structuremergeviewer.IDiffElement
Packages that use 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
Subinterfaces of IDiffElement in org.eclipse.compare.structuremergeviewerModifier and TypeInterfaceDescriptioninterfaceIDiffContaineris aIDiffElementwith children.Classes in org.eclipse.compare.structuremergeviewer that implement IDiffElementModifier and TypeClassDescriptionclassThe standard implementation of a diff container element.classAn abstract base implementation of theIDiffElementinterface.classDiff node are used as the compare result of the differencing engine.Methods in org.eclipse.compare.structuremergeviewer that return IDiffElementModifier and TypeMethodDescriptionTries to find the child with the given name.DiffContainer.getChildren()IDiffContainer.getChildren()Returns the children of this container.Methods in org.eclipse.compare.structuremergeviewer with parameters of type IDiffElementModifier and TypeMethodDescriptionvoidDiffContainer.add(IDiffElement diff) voidIDiffContainer.add(IDiffElement child) Adds the given child to this container.voidDiffContainer.remove(IDiffElement child) Removes the given child (non-recursively) from this container.voidDiffContainer.removeToRoot(IDiffElement child) voidIDiffContainer.removeToRoot(IDiffElement child) Removes the given child from this container. -
Uses of IDiffElement in org.eclipse.team.ui.synchronize
Subinterfaces of IDiffElement in org.eclipse.team.ui.synchronizeModifier and TypeInterfaceDescriptioninterfaceThese are elements created to display synchronization state to the user.Methods in org.eclipse.team.ui.synchronize that return IDiffElementModifier 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.Methods in org.eclipse.team.ui.synchronize with parameters of type IDiffElementModifier and TypeMethodDescriptionprotected abstract SynchronizeModelOperationSynchronizeModelAction.getSubscriberOperation(ISynchronizePageConfiguration configuration, IDiffElement[] elements) Return the subscriber operation associated with this action.Constructors in org.eclipse.team.ui.synchronize with parameters of type IDiffElementModifierConstructorDescriptionprotectedSynchronizeModelOperation(ISynchronizePageConfiguration configuration, IDiffElement[] elements) Create an operation that will operate on the given diff elements.