Class EclipseAnnotationPeer
java.lang.Object
org.eclipse.jface.text.source.Annotation
org.apache.uima.caseditor.editor.annotation.EclipseAnnotationPeer
public class EclipseAnnotationPeer
extends org.eclipse.jface.text.source.Annotation
This class is used to provide additional information about the
AnnotationFS
object to the
custom drawing strategies.-
Field Summary
Fields inherited from class org.eclipse.jface.text.source.Annotation
TYPE_UNKNOWN
-
Constructor Summary
-
Method Summary
Methods inherited from class org.eclipse.jface.text.source.Annotation
getText, getType, isMarkedDeleted, isPersistent, markDeleted, setText, setType
-
Constructor Details
-
EclipseAnnotationPeer
Initializes a new instance.- Parameters:
annotation
- the annotation
-
-
Method Details