Package | Description |
---|---|
org.eclipse.jface.text.reconciler |
Provides a reconciler add-on for an ITextViewer.
|
Modifier and Type | Method and Description |
---|---|
IReconcilingStrategy |
Reconciler.getReconcilingStrategy(String contentType) |
IReconcilingStrategy |
MonoReconciler.getReconcilingStrategy(String contentType) |
IReconcilingStrategy |
IReconciler.getReconcilingStrategy(String contentType)
Returns the reconciling strategy registered with the reconciler
for the specified content type.
|
Modifier and Type | Method and Description |
---|---|
void |
Reconciler.setReconcilingStrategy(IReconcilingStrategy strategy,
String contentType)
Registers a given reconciling strategy for a particular content type.
|
Constructor and Description |
---|
MonoReconciler(IReconcilingStrategy strategy,
boolean isIncremental)
Creates a new reconciler that uses the same reconciling strategy to
reconcile its document independent of the type of the document's contents.
|
Guidelines for using Eclipse APIs. Copyright (c) IBM Corp. and others 2000, 2006. All rights reserved.