Eclipse Platform
Release 3.1

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

Packages that use IReconcilableModel
org.eclipse.jface.text.reconciler Provides a reconciler add-on for an ITextViewer.  
 

Uses of IReconcilableModel in org.eclipse.jface.text.reconciler
 

Fields in org.eclipse.jface.text.reconciler declared as IReconcilableModel
protected  IReconcilableModel AbstractReconcileStep.fInputModel
           
 

Methods in org.eclipse.jface.text.reconciler that return IReconcilableModel
 IReconcilableModel AbstractReconcileStep.getInputModel()
          Returns the reconcilable input model.
abstract  IReconcilableModel AbstractReconcileStep.getModel()
          Returns the reconcilable model.
 

Methods in org.eclipse.jface.text.reconciler with parameters of type IReconcilableModel
 void IReconcileStep.setInputModel(IReconcilableModel inputModel)
          Tells this reconcile step on which model it will work.
 void AbstractReconcileStep.setInputModel(IReconcilableModel inputModel)
           
 


Eclipse Platform
Release 3.1

Guidelines for using Eclipse APIs.

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