Uses of Interface
org.eclipse.jface.text.reconciler.IReconcilingStrategy
Packages that use 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
Methods in org.eclipse.jface.text.reconciler that return IReconcilingStrategyModifier 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) Methods in org.eclipse.jface.text.reconciler with parameters of type IReconcilingStrategyModifier and TypeMethodDescriptionvoidReconciler.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 IReconcilingStrategyModifierConstructorDescriptionMonoReconciler(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 IReconcilingStrategyModifier and TypeClassDescriptionclassReconcile strategy used for spell checking.