Package | Description |
---|---|
org.eclipse.jface.text.reconciler |
Provides a reconciler add-on for an ITextViewer.
|
org.eclipse.jface.text.source |
Provides a support for managing annotations attached to a document.
|
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.
|
Guidelines for using Eclipse APIs. Copyright (c) IBM Corp. and others 2000, 2006. All rights reserved.