Uses of Interface
org.eclipse.jface.text.reconciler.IReconciler
-
Packages that use IReconciler Package Description org.eclipse.jface.text.reconciler Provides a reconciler add-on for anITextViewer
.org.eclipse.jface.text.source Provides a framework for connecting document regions with annotations and for displaying those.org.eclipse.ui.editors.text Provides a standard text editor and concrete document providers basedIFileBuffer
and others directly handlingIFile
andIStorage
as editor input. -
-
Uses of IReconciler in org.eclipse.jface.text.reconciler
Classes in org.eclipse.jface.text.reconciler that implement IReconciler Modifier and Type Class Description class
AbstractReconciler
Abstract implementation ofIReconciler
.class
MonoReconciler
Standard implementation ofIReconciler
.class
Reconciler
Standard implementation ofIReconciler
. -
Uses of IReconciler in org.eclipse.jface.text.source
Fields in org.eclipse.jface.text.source declared as IReconciler Modifier and Type Field Description protected IReconciler
SourceViewer. fReconciler
The viewer's model reconcilerMethods in org.eclipse.jface.text.source that return IReconciler Modifier and Type Method Description IReconciler
SourceViewerConfiguration. getReconciler(ISourceViewer sourceViewer)
Returns the reconciler ready to be used with the given source viewer. -
Uses of IReconciler in org.eclipse.ui.editors.text
Methods in org.eclipse.ui.editors.text that return IReconciler Modifier and Type Method Description IReconciler
TextSourceViewerConfiguration. getReconciler(ISourceViewer sourceViewer)
Returns the reconciler ready to be used with the given source viewer.
-