Uses of Interface
org.eclipse.ui.IReusableEditor
Package
Description
Provides support for performing structural and textual
compare operations on arbitrary data and displaying the results.
Provides a user interface for debug platform source lookup facilities.
Application programming interfaces for interaction
with and extension of the Eclipse Platform User Interface.
Provides a standard text editor and concrete document providers based
IFileBuffer
and others directly handling IFile
and
IStorage
as editor input.Provides a framework for text editors obeying to the
desktop rules.
-
Uses of IReusableEditor in org.eclipse.compare
Modifier and TypeMethodDescriptionstatic void
CompareUI.reuseCompareEditor
(CompareEditorInput input, IReusableEditor editor) Performs the comparison described by the given input and shows the result in the given editor. -
Uses of IReusableEditor in org.eclipse.compare.internal
Modifier and TypeClassDescriptionclass
A CompareEditor takes a ICompareEditorInput as input.Modifier and TypeMethodDescriptionvoid
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. -
Uses of IReusableEditor in org.eclipse.debug.ui.sourcelookup
Modifier and TypeClassDescriptionclass
Default editor displayed when source is not found. -
Uses of IReusableEditor in org.eclipse.ui
Modifier and TypeMethodDescriptionvoid
IWorkbenchPage.reuseEditor
(IReusableEditor editor, IEditorInput input) Reuses the specified editor by setting its new input. -
Uses of IReusableEditor in org.eclipse.ui.editors.text
-
Uses of IReusableEditor in org.eclipse.ui.internal
Modifier and TypeMethodDescriptionvoid
WorkbenchPage.reuseEditor
(IReusableEditor editor, IEditorInput input) See IWorkbenchPage. -
Uses of IReusableEditor in org.eclipse.ui.texteditor
Modifier and TypeClassDescriptionclass
An intermediate editor comprising functionality not present in the leanerAbstractTextEditor
, but used in many heavy weight (and especially source editing) editors, such as line numbers, change ruler, overview ruler, print margins, current line highlighting, etc.class
Abstract base implementation of a text editor.class
Capable of handling input elements that have an associated status with them.