Uses of Interface
org.eclipse.jface.text.reconciler.IReconcilableModel
Package
Description
Provides a reconciler add-on for an
ITextViewer
.-
Uses of IReconcilableModel in org.eclipse.jface.text.reconciler
Modifier and TypeMethodDescriptionAbstractReconcileStep.getInputModel()
Returns the reconcilable input model.abstract IReconcilableModel
AbstractReconcileStep.getModel()
Returns the reconcilable model.Modifier and TypeMethodDescriptionvoid
AbstractReconcileStep.setInputModel
(IReconcilableModel inputModel) void
IReconcileStep.setInputModel
(IReconcilableModel inputModel) Tells this reconcile step on which model it will work.