Uses of Interface
org.eclipse.compare.ICompareNavigator
Packages that use ICompareNavigator
Package
Description
Provides support for performing structural and textual
compare operations on arbitrary data and displaying the results.
Contains the team synchronization presentation framework and support
for the Synchronize View.
-
Uses of ICompareNavigator in org.eclipse.compare
Classes in org.eclipse.compare that implement ICompareNavigatorModifier and TypeClassDescriptionclass
Supports cross-pane navigation through the differences of a compare container.Methods in org.eclipse.compare that return ICompareNavigatorModifier and TypeMethodDescriptionCompareEditorInput.getNavigator()
ICompareContainer.getNavigator()
Return theICompareNavigator
associated with this container ornull
if the container does not have a global navigator. -
Uses of ICompareNavigator in org.eclipse.compare.internal
Classes in org.eclipse.compare.internal that implement ICompareNavigatorModifier and TypeClassDescriptionclass
Supports cross-pane navigation through the differences contained in aCompareEditorInput
or a similar type of compare container.Methods in org.eclipse.compare.internal that return ICompareNavigator -
Uses of ICompareNavigator in org.eclipse.team.ui.synchronize
Methods in org.eclipse.team.ui.synchronize that return ICompareNavigator