org.drools.eclipse.editors
Class DRLProblemAnnotation

java.lang.Object
  extended by org.eclipse.jface.text.source.Annotation
      extended by org.drools.eclipse.editors.DRLProblemAnnotation

public class DRLProblemAnnotation
extends org.eclipse.jface.text.source.Annotation

Problem annotation for Drools.


Field Summary
static String ERROR
           
 
Fields inherited from class org.eclipse.jface.text.source.Annotation
TYPE_UNKNOWN
 
Constructor Summary
DRLProblemAnnotation(String text)
           
 
Method Summary
 
Methods inherited from class org.eclipse.jface.text.source.Annotation
getText, getType, isMarkedDeleted, isPersistent, markDeleted, setText, setType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ERROR

public static final String ERROR
See Also:
Constant Field Values
Constructor Detail

DRLProblemAnnotation

public DRLProblemAnnotation(String text)


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