Package com._1c.g5.v8.dt.compare.ui
Class ReadOnlyCompareEditorInput
java.lang.Object
org.eclipse.core.runtime.PlatformObject
org.eclipse.compare.CompareEditorInput
org.eclipse.team.ui.synchronize.SaveableCompareEditorInput
com._1c.g5.v8.dt.compare.ui.DtCompareEditorInput
com._1c.g5.v8.dt.compare.ui.ReadOnlyCompareEditorInput
- All Implemented Interfaces:
org.eclipse.compare.ICompareContainer,org.eclipse.compare.IPropertyChangeNotifier,org.eclipse.core.runtime.IAdaptable,org.eclipse.jface.operation.IRunnableContext,org.eclipse.jface.operation.IRunnableWithProgress,org.eclipse.ui.IEditorInput,org.eclipse.ui.ISaveablesSource
The
DtCompareEditorInput for read only comparison.-
Field Summary
Fields inherited from class org.eclipse.compare.CompareEditorInput
DIRTY_STATE, PROP_SELECTED_EDITION, PROP_TITLE, PROP_TITLE_IMAGE -
Constructor Summary
ConstructorsConstructorDescriptionReadOnlyCompareEditorInput(org.eclipse.compare.ITypedElement main, org.eclipse.compare.ITypedElement other, org.eclipse.compare.ITypedElement ancestor, org.eclipse.ui.IWorkbenchPage page, org.eclipse.compare.CompareConfiguration compareConfiguration) CreatesReadOnlyCompareEditorInputwith the given parameters. -
Method Summary
Methods inherited from class com._1c.g5.v8.dt.compare.ui.DtCompareEditorInput
createContentViewerSwitchingPane, fireInputChange, getAncestor, getLeft, getOKButtonLabel, getRight, prepareCompareInput, setAncestor, setLeft, setRightMethods inherited from class org.eclipse.team.ui.synchronize.SaveableCompareEditorInput
addCompareInputChangeListener, canRunAsJob, closeEditor, contentsCreated, createFileElement, createSaveable, findContentViewer, getActiveSaveables, getAdapter, getCompareInput, getImageDescriptor, getSaveable, getSaveables, getTitleImage, handleDispose, isDirty, prepareInput, registerContextMenu, removeCompareInputChangeListenerMethods inherited from class org.eclipse.compare.CompareEditorInput
addPropertyChangeListener, belongsTo, cancelPressed, contributeToToolBar, createContents, createDiffViewer, createOutlineContents, createStructureInputPane, exists, findStructureViewer, firePropertyChange, flushLeftViewers, flushRightViewers, flushViewers, getActionBars, getCancelButtonLabel, getCompareConfiguration, getCompareResult, getContainer, getContentViewerDescriptor, getMessage, getName, getNavigator, getPersistable, getSelectedEdition, getServiceLocator, getStructureViewerDescriptor, getTitle, getToolTipText, getWorkbenchPart, isEditionSelectionDialog, isLeftSaveNeeded, isRightSaveNeeded, isSaveNeeded, okPressed, removePropertyChangeListener, run, run, runAsynchronously, save, saveChanges, setContainer, setContentViewerDescriptor, setDirty, setFocus, setFocus2, setHelpContextId, setLeftDirty, setMessage, setRightDirty, setStatusMessage, setStructureViewerDescriptor, setTitle
-
Constructor Details
-
ReadOnlyCompareEditorInput
public ReadOnlyCompareEditorInput(org.eclipse.compare.ITypedElement main, org.eclipse.compare.ITypedElement other, org.eclipse.compare.ITypedElement ancestor, org.eclipse.ui.IWorkbenchPage page, org.eclipse.compare.CompareConfiguration compareConfiguration) CreatesReadOnlyCompareEditorInputwith the given parameters.- Parameters:
main- the main typed element, can not benullother- the other typed element, can not benullancestor- the common ancestor typed element, may benullpage- theIWorkbenchPage, can not benullcompareConfiguration- the compare configuration, cannot benull
-