Uses of Interface
org.eclipse.jface.text.reconciler.IReconciler
Packages that use IReconciler
Package
Description
Provides a reconciler add-on for an
ITextViewer
.Provides a framework for connecting document regions
with annotations and for displaying those.
Provides a standard text editor and concrete document providers based
IFileBuffer
and others directly handling IFile
and
IStorage
as editor input.-
Uses of IReconciler in org.eclipse.jface.text.codemining
Classes in org.eclipse.jface.text.codemining that implement IReconcilerModifier and TypeClassDescriptionclass
A reconciler which update code minings. -
Uses of IReconciler in org.eclipse.jface.text.reconciler
Classes in org.eclipse.jface.text.reconciler that implement IReconcilerModifier and TypeClassDescriptionclass
Abstract implementation ofIReconciler
.class
Standard implementation ofIReconciler
.class
Standard implementation ofIReconciler
. -
Uses of IReconciler in org.eclipse.jface.text.source
Fields in org.eclipse.jface.text.source declared as IReconcilerModifier and TypeFieldDescriptionprotected IReconciler
SourceViewer.fReconciler
The viewer's model reconcilerMethods in org.eclipse.jface.text.source that return IReconcilerModifier and TypeMethodDescriptionSourceViewerConfiguration.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 IReconcilerModifier and TypeMethodDescriptionTextSourceViewerConfiguration.getReconciler
(ISourceViewer sourceViewer) Returns the reconciler ready to be used with the given source viewer.