Uses of Interface
org.eclipse.jface.text.reconciler.IReconcilingStrategy
Package
Description
Provides a reconciler add-on for an
ITextViewer
.Partial infrastructure for spell checking in text editors.
-
Uses of IReconcilingStrategy in org.eclipse.jface.text.reconciler
Modifier and TypeMethodDescriptionIReconciler.getReconcilingStrategy
(String contentType) Returns the reconciling strategy registered with the reconciler for the specified content type.MonoReconciler.getReconcilingStrategy
(String contentType) Reconciler.getReconcilingStrategy
(String contentType) Modifier and TypeMethodDescriptionvoid
Reconciler.setReconcilingStrategy
(IReconcilingStrategy strategy, String contentType) Registers a given reconciling strategy for a particular content type.ModifierConstructorDescriptionMonoReconciler
(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
Modifier and TypeClassDescriptionclass
Reconcile strategy used for spell checking.