Uses of Class
org.eclipse.jface.text.source.SourceViewerConfiguration
-
Packages that use SourceViewerConfiguration Package Description org.eclipse.jface.text.source Provides a framework for connecting document regions with annotations and for displaying those.org.eclipse.ui.editors.text Provides a standard text editor and concrete document providers basedIFileBuffer
and others directly handlingIFile
andIStorage
as editor input.org.eclipse.ui.texteditor Provides a framework for text editors obeying to the desktop rules. -
-
Uses of SourceViewerConfiguration in org.eclipse.jface.text.source
Methods in org.eclipse.jface.text.source with parameters of type SourceViewerConfiguration Modifier and Type Method Description void
ISourceViewer. configure(SourceViewerConfiguration configuration)
Configures the source viewer using the given configuration.void
SourceViewer. configure(SourceViewerConfiguration configuration)
-
Uses of SourceViewerConfiguration in org.eclipse.ui.editors.text
Subclasses of SourceViewerConfiguration in org.eclipse.ui.editors.text Modifier and Type Class Description class
TextSourceViewerConfiguration
Source viewer configuration for the text editor. -
Uses of SourceViewerConfiguration in org.eclipse.ui.texteditor
Methods in org.eclipse.ui.texteditor that return SourceViewerConfiguration Modifier and Type Method Description protected SourceViewerConfiguration
AbstractTextEditor. getSourceViewerConfiguration()
Returns the editor's source viewer configuration.Methods in org.eclipse.ui.texteditor with parameters of type SourceViewerConfiguration Modifier and Type Method Description protected void
AbstractTextEditor. setSourceViewerConfiguration(SourceViewerConfiguration configuration)
Sets this editor's source viewer configuration used to configure its internal source viewer.
-