Package | Description |
---|---|
org.eclipse.jface.text.reconciler |
Provides a reconciler add-on for an ITextViewer.
|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractReconciler
Abstract implementation of
IReconciler . |
class |
MonoReconciler
Standard implementation of
IReconciler . |
class |
Reconciler
Standard implementation of
IReconciler . |
Modifier and Type | Field and Description |
---|---|
protected IReconciler |
SourceViewer.fReconciler
The viewer's model reconciler
|
Modifier and Type | Method and Description |
---|---|
IReconciler |
SourceViewerConfiguration.getReconciler(ISourceViewer sourceViewer)
Returns the reconciler ready to be used with the given source viewer.
|
Modifier and Type | Method and Description |
---|---|
IReconciler |
TextSourceViewerConfiguration.getReconciler(ISourceViewer sourceViewer)
Returns the reconciler ready to be used with the given source viewer.
|
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.