Uses of Interface
org.eclipse.ui.texteditor.ITextEditorExtension2
-
Packages that use ITextEditorExtension2 Package Description org.eclipse.ui.editors.text Provides a standard text editor and concrete document providers basedIFileBufferand others directly handlingIFileandIStorageas editor input.org.eclipse.ui.texteditor Provides a framework for text editors obeying to the desktop rules. -
-
Uses of ITextEditorExtension2 in org.eclipse.ui.editors.text
Classes in org.eclipse.ui.editors.text that implement ITextEditorExtension2 Modifier and Type Class Description classTextEditorThe standard/default text editor. -
Uses of ITextEditorExtension2 in org.eclipse.ui.texteditor
Classes in org.eclipse.ui.texteditor that implement ITextEditorExtension2 Modifier and Type Class Description classAbstractDecoratedTextEditorAn 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.classAbstractTextEditorAbstract base implementation of a text editor.classStatusTextEditorCapable of handling input elements that have an associated status with them.
-