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 basedIFileBufferand others directly handlingIFileandIStorageas 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 classAbstractReconcilerAbstract implementation ofIReconciler.classMonoReconcilerStandard implementation ofIReconciler.classReconcilerStandard 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 IReconcilerSourceViewer. fReconcilerThe viewer's model reconcilerMethods in org.eclipse.jface.text.source that return IReconciler Modifier and Type Method Description IReconcilerSourceViewerConfiguration. 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 IReconcilerTextSourceViewerConfiguration. getReconciler(ISourceViewer sourceViewer)Returns the reconciler ready to be used with the given source viewer.
-