Uses of Class
org.eclipse.ui.texteditor.SourceViewerDecorationSupport
-
Packages that use SourceViewerDecorationSupport Package Description org.eclipse.ui.texteditor Provides a framework for text editors obeying to the desktop rules. -
-
Uses of SourceViewerDecorationSupport in org.eclipse.ui.texteditor
Fields in org.eclipse.ui.texteditor declared as SourceViewerDecorationSupport Modifier and Type Field Description protected SourceViewerDecorationSupport
AbstractDecoratedTextEditor. fSourceViewerDecorationSupport
Helper for managing the decoration support of this editor's viewer.Methods in org.eclipse.ui.texteditor that return SourceViewerDecorationSupport Modifier and Type Method Description protected SourceViewerDecorationSupport
AbstractDecoratedTextEditor. getSourceViewerDecorationSupport(ISourceViewer viewer)
Returns the source viewer decoration support.Methods in org.eclipse.ui.texteditor with parameters of type SourceViewerDecorationSupport Modifier and Type Method Description protected void
AbstractDecoratedTextEditor. configureSourceViewerDecorationSupport(SourceViewerDecorationSupport support)
Configures the decoration support for this editor's source viewer.
-