Uses of Class
org.eclipse.compare.CompareEditorInput
Packages that use 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
Methods in org.eclipse.compare with parameters of type CompareEditorInputModifier and TypeMethodDescriptionprotected CompareViewerSwitchingPaneCompareEditorInput.createContentViewerSwitchingPane(Splitter parent, int style, CompareEditorInput cei) static voidCompareUI.openCompareDialog(CompareEditorInput input) Performs the comparison described by the given input and opens a modal compare dialog on the result.static voidCompareUI.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 voidCompareUI.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 voidCompareUI.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 voidCompareUI.reuseCompareEditor(CompareEditorInput input, IReusableEditor editor) Performs the comparison described by the given input and shows the result in the given editor.voidNavigationAction.setCompareEditorInput(CompareEditorInput input) Sets theCompareEditorInputon which this action operates. -
Uses of CompareEditorInput in org.eclipse.compare.internal
Methods in org.eclipse.compare.internal that return CompareEditorInputModifier and TypeMethodDescriptionprotected final CompareEditorInputCompareDialog.getInput()Return the compare editor input for this dialog.Methods in org.eclipse.compare.internal with parameters of type CompareEditorInputModifier and TypeMethodDescriptionbooleanCompareUIPlugin.compareResultOK(CompareEditorInput input, IRunnableContext context) protected voidCompareEditor.initializeInBackground(CompareEditorInput cei, boolean hadPreviousInput) voidCompareUIPlugin.openCompareDialog(CompareEditorInput input) Performs the comparison described by the given input and opens a compare dialog on the result.voidCompareUIPlugin.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) Constructors in org.eclipse.compare.internal with parameters of type CompareEditorInputModifierConstructorDescriptionCompareContentViewerSwitchingPane(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
Subclasses of CompareEditorInput in org.eclipse.team.uiModifier and TypeClassDescriptionclassAbstract 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
Subclasses of CompareEditorInput in org.eclipse.team.ui.historyModifier and TypeClassDescriptionclassDisplays a history page combined with the compare/merge infrastructure. -
Uses of CompareEditorInput in org.eclipse.team.ui.synchronize
Subclasses of CompareEditorInput in org.eclipse.team.ui.synchronizeModifier and TypeClassDescriptionclassDisplays a synchronize participant page combined with the compare/merge infrastructure.classA compare editor input that makes use of aSaveableto manage the save lifecycle of the editor input.final classASyncInfoeditor input used as input to a two-way or three-way compare viewer.