Uses of Interface
org.eclipse.jface.text.reconciler.IReconcilableModel
Packages that use IReconcilableModel
Package
Description
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 IReconcilableModelMethods in org.eclipse.jface.text.reconciler that return IReconcilableModelModifier and TypeMethodDescriptionAbstractReconcileStep.getInputModel()Returns the reconcilable input model.abstract IReconcilableModelAbstractReconcileStep.getModel()Returns the reconcilable model.Methods in org.eclipse.jface.text.reconciler with parameters of type IReconcilableModelModifier and TypeMethodDescriptionvoidAbstractReconcileStep.setInputModel(IReconcilableModel inputModel) voidIReconcileStep.setInputModel(IReconcilableModel inputModel) Tells this reconcile step on which model it will work.