Eclipse Platform
2.0

org.eclipse.jface.text.reconciler
Interface IReconcilingStrategyExtension


public interface IReconcilingStrategyExtension

Extension interface for IReconcilingStrategy. The new functions are:

Since:
2.0

Method Summary
 void initialReconcile()
          Called only once in the life time of this reconciling strategy.
 void setProgressMonitor(IProgressMonitor monitor)
          Tells this reconciling strategy with which progress monitor it will work.
 

Method Detail

setProgressMonitor

public void setProgressMonitor(IProgressMonitor monitor)
Tells this reconciling strategy with which progress monitor it will work. This method will be called before any other method and can be called multiple times.

Parameters:
monitor - the progress monitor with which this strategy will work

initialReconcile

public void initialReconcile()
Called only once in the life time of this reconciling strategy.


Eclipse Platform
2.0

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