Eclipse Platform
2.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 framework for connecting document regions with annotations and for displaying those annotations in combination with an ITextViewer
 

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
2.1

Copyright (c) IBM Corp. and others 2000, 2003. All Rights Reserved.