Eclipse Platform
Release 3.3

Uses of Interface
org.eclipse.jface.text.reconciler.IReconciler

Packages that use IReconciler
org.eclipse.jface.text.reconciler Provides a reconciler add-on for an ITextViewer.  
org.eclipse.jface.text.source Provides a support for managing annotations attached to a document. 
org.eclipse.ui.editors.text 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.reconciler
 

Classes in org.eclipse.jface.text.reconciler that implement IReconciler
 class AbstractReconciler
          Abstract implementation of IReconciler.
 class MonoReconciler
          Standard implementation of IReconciler.
 class Reconciler
          Standard implementation of IReconciler.
 

Uses of IReconciler in org.eclipse.jface.text.source
 

Fields in org.eclipse.jface.text.source declared as IReconciler
protected  IReconciler SourceViewer.fReconciler
          The viewer's model reconciler
 

Methods in org.eclipse.jface.text.source that return IReconciler
 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
 IReconciler TextSourceViewerConfiguration.getReconciler(ISourceViewer sourceViewer)
          Returns the reconciler ready to be used with the given source viewer.
 


Eclipse Platform
Release 3.3

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2000, 2007. All rights reserved.