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 based
IFileBuffer and others directly handling IFile and
IStorage as editor input.
|
org.eclipse.ui.texteditor |
Provides a framework for text editors obeying to the
desktop rules.
|
Modifier and Type | Method and Description |
---|---|
void |
ISourceViewer.configure(SourceViewerConfiguration configuration)
Configures the source viewer using the given configuration.
|
void |
SourceViewer.configure(SourceViewerConfiguration configuration) |
Modifier and Type | Class and Description |
---|---|
class |
TextSourceViewerConfiguration
Source viewer configuration for the text editor.
|
Modifier and Type | Method and Description |
---|---|
protected SourceViewerConfiguration |
AbstractTextEditor.getSourceViewerConfiguration()
Returns the editor's source viewer configuration.
|
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractTextEditor.setSourceViewerConfiguration(SourceViewerConfiguration configuration)
Sets this editor's source viewer configuration used to configure its
internal source viewer.
|
Copyright (c) 2000, 2016 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.