Uses of Interface
gate.gui.annedit.OwnedAnnotationEditor

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

Uses of OwnedAnnotationEditor in gate.gui.annedit
 

Classes in gate.gui.annedit that implement OwnedAnnotationEditor
 class SchemaAnnotationEditor
           
 

Fields in gate.gui.annedit declared as OwnedAnnotationEditor
private  OwnedAnnotationEditor SearchAndAnnotatePanel.annotationEditor
          The annotation editor that use this search and annotate panel.
 

Constructors in gate.gui.annedit with parameters of type OwnedAnnotationEditor
SearchAndAnnotatePanel(Color color, OwnedAnnotationEditor annotationEditor, Window window)
           
 

Uses of OwnedAnnotationEditor in gate.gui.docview
 

Classes in gate.gui.docview that implement OwnedAnnotationEditor
 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 declared as OwnedAnnotationEditor
(package private)  OwnedAnnotationEditor AnnotationSetsView.annotationEditor
           
 

Methods in gate.gui.docview that return OwnedAnnotationEditor
protected  OwnedAnnotationEditor AnnotationSetsView.createAnnotationEditor(TextualDocumentView textView, AnnotationSetsView asView)
          Create the annotation editor (responsible for creating the window used to edit individual annotations).