Uses of Class
org.eclipse.ui.texteditor.AbstractDecoratedTextEditor
-
Packages that use AbstractDecoratedTextEditor Package Description org.eclipse.team.ui.history Application programming interfaces for working with history.org.eclipse.ui.editors.text Provides a standard text editor and concrete document providers basedIFileBuffer
and others directly handlingIFile
andIStorage
as editor input. -
-
Uses of AbstractDecoratedTextEditor in org.eclipse.team.ui.history
Methods in org.eclipse.team.ui.history that return AbstractDecoratedTextEditor Modifier and Type Method Description static AbstractDecoratedTextEditor
RevisionAnnotationController. openEditor(IWorkbenchPage page, Object fileRevision, IStorage storage)
Open a text editor that supports the use of a revision ruler on the given file.static AbstractDecoratedTextEditor
RevisionAnnotationController. openEditor(IWorkbenchPage page, IFile file)
Open a text editor that supports the use of a revision ruler on the given file. -
Uses of AbstractDecoratedTextEditor in org.eclipse.ui.editors.text
Subclasses of AbstractDecoratedTextEditor in org.eclipse.ui.editors.text Modifier and Type Class Description class
TextEditor
The standard/default text editor.
-