|
Eclipse Platform Release 3.6 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IReconcilingStrategy | |
---|---|
org.eclipse.jface.text.reconciler | Provides a reconciler add-on for an ITextViewer. |
org.eclipse.ui.texteditor.spelling | Partial infrastructure for spell checking in text editors. |
Uses of IReconcilingStrategy in org.eclipse.jface.text.reconciler |
---|
Methods in org.eclipse.jface.text.reconciler that return IReconcilingStrategy | |
---|---|
IReconcilingStrategy |
MonoReconciler.getReconcilingStrategy(String contentType)
|
IReconcilingStrategy |
Reconciler.getReconcilingStrategy(String contentType)
|
IReconcilingStrategy |
IReconciler.getReconcilingStrategy(String contentType)
Returns the reconciling strategy registered with the reconciler for the specified content type. |
Methods in org.eclipse.jface.text.reconciler with parameters of type IReconcilingStrategy | |
---|---|
void |
Reconciler.setReconcilingStrategy(IReconcilingStrategy strategy,
String contentType)
Registers a given reconciling strategy for a particular content type. |
Constructors in org.eclipse.jface.text.reconciler with parameters of type IReconcilingStrategy | |
---|---|
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. |
Uses of IReconcilingStrategy in org.eclipse.ui.texteditor.spelling |
---|
Classes in org.eclipse.ui.texteditor.spelling that implement IReconcilingStrategy | |
---|---|
class |
SpellingReconcileStrategy
Reconcile strategy used for spell checking. |
|
Eclipse Platform Release 3.6 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Guidelines for using Eclipse APIs.
Copyright (c) Eclipse contributors and others 2000, 2010. All rights reserved.