org.eclipse.cdt.make.internal.ui.editor
Class NotifyingReconciler
java.lang.Object
org.eclipse.jface.text.reconciler.AbstractReconciler
org.eclipse.jface.text.reconciler.MonoReconciler
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. |
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 |
NotifyingReconciler
public NotifyingReconciler(org.eclipse.jface.text.reconciler.IReconcilingStrategy strategy,
boolean isIncremental)
- Constructor for NotifyingReconciler.
- Parameters:
strategy
- isIncremental
-
addReconcilingParticipant
public void addReconcilingParticipant(IReconcilingParticipant participant)
removeReconcilingParticipant
public void removeReconcilingParticipant(IReconcilingParticipant participant)