Eclipse Platform
Release 3.1

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. 
 

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.
 


Eclipse Platform
Release 3.1

Guidelines for using Eclipse APIs.

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