edu.wis.jtlv.env.ui.editors.spc
Class SPCReconcilingStrategy

java.lang.Object
  extended by edu.wis.jtlv.env.ui.editors.spc.SPCReconcilingStrategy
All Implemented Interfaces:
org.eclipse.jface.text.reconciler.IReconcilingStrategy

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


Constructor Summary
SPCReconcilingStrategy()
           
 
Method Summary
 void reconcile(org.eclipse.jface.text.reconciler.DirtyRegion dirtyRegion, org.eclipse.jface.text.IRegion subRegion)
           
 void reconcile(org.eclipse.jface.text.IRegion partition)
           
 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

SPCReconcilingStrategy

public SPCReconcilingStrategy()
Method Detail

setDocument

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

reconcile

public void reconcile(org.eclipse.jface.text.IRegion partition)
Specified by:
reconcile in interface org.eclipse.jface.text.reconciler.IReconcilingStrategy

reconcile

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