Uses of Interface
gate.creole.AnnotationVisualResource

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

Uses of AnnotationVisualResource in gate.gui
 

Classes in gate.gui that implement AnnotationVisualResource
 class SchemaAnnotationEditor
          Deprecated.  
 class SyntaxTreeViewer
          The SyntaxTreeViewer is capable of showing and editing utterances (fancy name for sentences) and the attached syntax trees.
 class UnrestrictedAnnotationEditor
          Deprecated.  
 

Uses of AnnotationVisualResource in gate.gui.annedit
 

Subinterfaces of AnnotationVisualResource in gate.gui.annedit
 interface OwnedAnnotationEditor
          Interface for all annotation editor components
 

Uses of AnnotationVisualResource in gate.gui.docview
 

Classes in gate.gui.docview that implement AnnotationVisualResource
 class AnnotationEditor
          A generic annotation editor, which uses the known annotation schemas to help speed up the annotation process (e.g. by pre-populating sets of choices) but does not enforce the schemas, allowing the user full control.
 

Fields in gate.gui.docview with type parameters of type AnnotationVisualResource
protected  Map<String,AnnotationVisualResource> AnnotationListView.editorsCache
          A map that stores instantiated annotations editors in order to avoid the delay of building them at each request;
 

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