org.drools.eclipse.editors
Class DRLReconcilingStrategy

java.lang.Object
  extended by org.drools.eclipse.editors.DRLReconcilingStrategy
All Implemented Interfaces:
org.eclipse.jface.text.reconciler.IReconcilingStrategy

public class DRLReconcilingStrategy
extends Object
implements org.eclipse.jface.text.reconciler.IReconcilingStrategy


Constructor Summary
DRLReconcilingStrategy(org.eclipse.jface.text.source.ISourceViewer sourceViewer, AbstractRuleEditor editor)
           
 
Method Summary
protected  void calculateFolding(String input)
           
 void reconcile(org.eclipse.jface.text.reconciler.DirtyRegion dirtyRegion, org.eclipse.jface.text.IRegion region)
           
 void reconcile(org.eclipse.jface.text.IRegion region)
           
static void removeAnnotationsFor(org.eclipse.jface.text.source.IAnnotationModel annotationModel)
           
 void setDocument(org.eclipse.jface.text.IDocument document)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DRLReconcilingStrategy

public DRLReconcilingStrategy(org.eclipse.jface.text.source.ISourceViewer sourceViewer,
                              AbstractRuleEditor editor)
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.reconciler.DirtyRegion dirtyRegion,
                      org.eclipse.jface.text.IRegion region)
Specified by:
reconcile in interface org.eclipse.jface.text.reconciler.IReconcilingStrategy

reconcile

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

removeAnnotationsFor

public static void removeAnnotationsFor(org.eclipse.jface.text.source.IAnnotationModel annotationModel)

calculateFolding

protected void calculateFolding(String input)


Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.