org.eclipse.cdt.make.internal.ui.text.makefile
Class MakefileReconcilingStrategy

java.lang.Object
  extended by org.eclipse.cdt.make.internal.ui.text.makefile.MakefileReconcilingStrategy
All Implemented Interfaces:
org.eclipse.jface.text.reconciler.IReconcilingStrategy

public class MakefileReconcilingStrategy
extends java.lang.Object
implements org.eclipse.jface.text.reconciler.IReconcilingStrategy


Constructor Summary
MakefileReconcilingStrategy(MakefileEditor editor)
           
 
Method Summary
 void reconcile(org.eclipse.jface.text.reconciler.DirtyRegion dirtyRegion, org.eclipse.jface.text.IRegion region)
           
 void reconcile(org.eclipse.jface.text.IRegion region)
           
 void setDocument(org.eclipse.jface.text.IDocument document)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MakefileReconcilingStrategy

public MakefileReconcilingStrategy(MakefileEditor editor)
Method Detail

setDocument

public void setDocument(org.eclipse.jface.text.IDocument document)
Specified by:
setDocument in interface org.eclipse.jface.text.reconciler.IReconcilingStrategy
See Also:
IReconcilingStrategy#reconcile(document)

reconcile

public void reconcile(org.eclipse.jface.text.IRegion region)
Specified by:
reconcile in interface org.eclipse.jface.text.reconciler.IReconcilingStrategy
See Also:
IReconcilingStrategy#reconcile(region)

reconcile

public void reconcile(org.eclipse.jface.text.reconciler.DirtyRegion dirtyRegion,
                      org.eclipse.jface.text.IRegion region)
Specified by:
reconcile in interface org.eclipse.jface.text.reconciler.IReconcilingStrategy
See Also:
IReconcilingStrategy#reconcile(dirtyRegion, region)