Uses of Class
org.eclipse.ui.texteditor.SourceViewerDecorationSupport
Packages that use SourceViewerDecorationSupport
Package
Description
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 SourceViewerDecorationSupportModifier and TypeFieldDescriptionprotected SourceViewerDecorationSupport
AbstractDecoratedTextEditor.fSourceViewerDecorationSupport
Helper for managing the decoration support of this editor's viewer.Methods in org.eclipse.ui.texteditor that return SourceViewerDecorationSupportModifier and TypeMethodDescriptionprotected SourceViewerDecorationSupport
AbstractDecoratedTextEditor.getSourceViewerDecorationSupport
(ISourceViewer viewer) Returns the source viewer decoration support.Methods in org.eclipse.ui.texteditor with parameters of type SourceViewerDecorationSupportModifier and TypeMethodDescriptionprotected void
AbstractDecoratedTextEditor.configureSourceViewerDecorationSupport
(SourceViewerDecorationSupport support) Configures the decoration support for this editor's source viewer.