Uses of Class
org.eclipse.compare.CompareEditorInput
Package
Description
Provides support for performing structural and textual
compare operations on arbitrary data and displaying the results.
Provides basic support for managing Team providers.
Application programming interfaces for working with history.
Contains the team synchronization presentation framework and support
for the Synchronize View.
-
Uses of CompareEditorInput in org.eclipse.compare
Modifier and TypeMethodDescriptionprotected CompareViewerSwitchingPane
CompareEditorInput.createContentViewerSwitchingPane
(Splitter parent, int style, CompareEditorInput cei) static void
CompareUI.openCompareDialog
(CompareEditorInput input) Performs the comparison described by the given input and opens a modal compare dialog on the result.static void
CompareUI.openCompareEditor
(CompareEditorInput input) Performs the comparison described by the given input and opens a compare editor on the result in the currently active workbench page.static void
CompareUI.openCompareEditor
(CompareEditorInput input, boolean activate) Performs the comparison described by the given input and opens a compare editor on the result in the currently active workbench page.static void
CompareUI.openCompareEditorOnPage
(CompareEditorInput input, IWorkbenchPage page) Performs the comparison described by the given input and opens a compare editor on the result in the given workbench page.static void
CompareUI.reuseCompareEditor
(CompareEditorInput input, IReusableEditor editor) Performs the comparison described by the given input and shows the result in the given editor.void
NavigationAction.setCompareEditorInput
(CompareEditorInput input) Sets theCompareEditorInput
on which this action operates. -
Uses of CompareEditorInput in org.eclipse.compare.internal
Modifier and TypeMethodDescriptionprotected final CompareEditorInput
CompareDialog.getInput()
Return the compare editor input for this dialog.Modifier and TypeMethodDescriptionboolean
CompareUIPlugin.compareResultOK
(CompareEditorInput input, IRunnableContext context) protected void
CompareEditor.initializeInBackground
(CompareEditorInput cei, boolean hadPreviousInput) void
CompareUIPlugin.openCompareDialog
(CompareEditorInput input) Performs the comparison described by the given input and opens a compare dialog on the result.void
CompareUIPlugin.openCompareEditor
(CompareEditorInput input, IWorkbenchPage page, IReusableEditor editor, boolean activate) Performs the comparison described by the given input and opens a compare editor on the result.CompareUIPlugin.prepareInput
(CompareEditorInput input, IProgressMonitor monitor) ModifierConstructorDescriptionCompareContentViewerSwitchingPane
(Splitter parent, int style, CompareEditorInput editorInput) CompareDialog
(Shell shell, CompareEditorInput input) Create a dialog to host the given input.CompareStructureViewerSwitchingPane
(Composite parent, int style, boolean visibility, CompareEditorInput cei) -
Uses of CompareEditorInput in org.eclipse.team.ui
Modifier and TypeClassDescriptionclass
Abstract class for hosting a page based structure input view for the purposes of feeding compare viewers. -
Uses of CompareEditorInput in org.eclipse.team.ui.history
Modifier and TypeClassDescriptionclass
Displays a history page combined with the compare/merge infrastructure. -
Uses of CompareEditorInput in org.eclipse.team.ui.synchronize
Modifier and TypeClassDescriptionclass
Displays a synchronize participant page combined with the compare/merge infrastructure.class
A compare editor input that makes use of aSaveable
to manage the save lifecycle of the editor input.final class
ASyncInfo
editor input used as input to a two-way or three-way compare viewer.