Uses of Interface
org.eclipse.ui.IReusableEditor
Packages that use 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
Methods in org.eclipse.compare with parameters of type IReusableEditorModifier and TypeMethodDescriptionstatic voidCompareUI.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
Classes in org.eclipse.compare.internal that implement IReusableEditorModifier and TypeClassDescriptionclassA CompareEditor takes a ICompareEditorInput as input.Methods in org.eclipse.compare.internal with parameters of type IReusableEditorModifier and TypeMethodDescriptionvoidCompareUIPlugin.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
Classes in org.eclipse.debug.ui.sourcelookup that implement IReusableEditorModifier and TypeClassDescriptionclassDefault editor displayed when source is not found. -
Uses of IReusableEditor in org.eclipse.ui
Methods in org.eclipse.ui with parameters of type IReusableEditorModifier and TypeMethodDescriptionvoidIWorkbenchPage.reuseEditor(IReusableEditor editor, IEditorInput input) Reuses the specified editor by setting its new input. -
Uses of IReusableEditor in org.eclipse.ui.editors.text
Classes in org.eclipse.ui.editors.text that implement IReusableEditor -
Uses of IReusableEditor in org.eclipse.ui.internal
Methods in org.eclipse.ui.internal with parameters of type IReusableEditorModifier and TypeMethodDescriptionvoidWorkbenchPage.reuseEditor(IReusableEditor editor, IEditorInput input) See IWorkbenchPage. -
Uses of IReusableEditor in org.eclipse.ui.texteditor
Classes in org.eclipse.ui.texteditor that implement IReusableEditorModifier and TypeClassDescriptionclassAn 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.classAbstract base implementation of a text editor.classCapable of handling input elements that have an associated status with them.