org.eclipse.cdt.make.internal.ui.editor
Class NotifyingReconciler

java.lang.Object
  extended by org.eclipse.jface.text.reconciler.AbstractReconciler
      extended by org.eclipse.jface.text.reconciler.MonoReconciler
          extended by org.eclipse.cdt.make.internal.ui.editor.NotifyingReconciler
All Implemented Interfaces:
org.eclipse.jface.text.reconciler.IReconciler

public class NotifyingReconciler
extends org.eclipse.jface.text.reconciler.MonoReconciler

NotifyingReconciler


Constructor Summary
NotifyingReconciler(org.eclipse.jface.text.reconciler.IReconcilingStrategy strategy, boolean isIncremental)
          Constructor for NotifyingReconciler.
 
Method Summary
 void addReconcilingParticipant(IReconcilingParticipant participant)
           
 void removeReconcilingParticipant(IReconcilingParticipant participant)
           
 
Methods inherited from class org.eclipse.jface.text.reconciler.MonoReconciler
getReconcilingStrategy, setProgressMonitor
 
Methods inherited from class org.eclipse.jface.text.reconciler.AbstractReconciler
install, setDelay, setIsAllowedToModifyDocument, setIsIncrementalReconciler, uninstall
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NotifyingReconciler

public NotifyingReconciler(org.eclipse.jface.text.reconciler.IReconcilingStrategy strategy,
                           boolean isIncremental)
Constructor for NotifyingReconciler.

Parameters:
strategy -
isIncremental -
Method Detail

addReconcilingParticipant

public void addReconcilingParticipant(IReconcilingParticipant participant)

removeReconcilingParticipant

public void removeReconcilingParticipant(IReconcilingParticipant participant)