Uses of Interface
gate.creole.AnnotationVisualResource

Packages that use AnnotationVisualResource
gate.gui   
gate.gui.docview   
 

Uses of AnnotationVisualResource in gate.gui
 

Classes in gate.gui that implement AnnotationVisualResource
 class SchemaAnnotationEditor
          This class is a viewer which adds/edits features on a GATE annotation.
 class SyntaxTreeViewer
          The SyntaxTreeViewer is capable of showing and editing utterances (fancy name for sentences) and the attached syntax trees.
 class UnrestrictedAnnotationEditor
          This class visually adds/edits features and annot type of an annotation It does this without using an AnnotationSchema.
 

Uses of AnnotationVisualResource in gate.gui.docview
 

Fields in gate.gui.docview declared as AnnotationVisualResource
(package private)  AnnotationVisualResource AnnotationListView.EditAnnotationAction.editor
           
 

Constructors in gate.gui.docview with parameters of type AnnotationVisualResource
AnnotationListView.EditAnnotationAction(AnnotationSet set, Annotation ann, AnnotationVisualResource editor)