Uses of Interface
org.eclipse.jface.text.reconciler.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
Modifier and TypeClassDescriptionclass
A reconciler which update code minings. -
Uses of IReconciler in org.eclipse.jface.text.reconciler
Modifier and TypeClassDescriptionclass
Abstract implementation ofIReconciler
.class
Standard implementation ofIReconciler
.class
Standard implementation ofIReconciler
. -
Uses of IReconciler in org.eclipse.jface.text.source
Modifier and TypeFieldDescriptionprotected IReconciler
SourceViewer.fReconciler
The viewer's model reconcilerModifier 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
Modifier and TypeMethodDescriptionTextSourceViewerConfiguration.getReconciler
(ISourceViewer sourceViewer) Returns the reconciler ready to be used with the given source viewer.