Uses of Interface
gate.gui.annedit.AnnotationEditorOwner

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

Uses of AnnotationEditorOwner in gate.gui.annedit
 

Fields in gate.gui.annedit declared as AnnotationEditorOwner
private  AnnotationEditorOwner SchemaAnnotationEditor.owner
          The controlling object for this editor.
 

Methods in gate.gui.annedit that return AnnotationEditorOwner
 AnnotationEditorOwner OwnedAnnotationEditor.getOwner()
           
 AnnotationEditorOwner SchemaAnnotationEditor.getOwner()
           
 AnnotationEditorOwner SearchAndAnnotatePanel.getOwner()
           
 

Methods in gate.gui.annedit with parameters of type AnnotationEditorOwner
 void OwnedAnnotationEditor.setOwner(AnnotationEditorOwner owner)
          Sets the owner (i.e. controller) for this editor.
 void SchemaAnnotationEditor.setOwner(AnnotationEditorOwner owner)
           
 

Uses of AnnotationEditorOwner in gate.gui.docview
 

Classes in gate.gui.docview that implement AnnotationEditorOwner
 class AnnotationListView
          A tabular view for a list of annotations.
 class AnnotationSetsView
          Display document annotation sets and types in a tree view like with a table.
 

Fields in gate.gui.docview declared as AnnotationEditorOwner
private  AnnotationEditorOwner AnnotationEditor.owner
          The controlling object for this editor.
 

Methods in gate.gui.docview that return AnnotationEditorOwner
 AnnotationEditorOwner AnnotationEditor.getOwner()
           
 

Methods in gate.gui.docview with parameters of type AnnotationEditorOwner
 void AnnotationEditor.setOwner(AnnotationEditorOwner owner)