Uses of Interface
gate.event.AnnotationSetListener

Packages that use AnnotationSetListener
gate This package contains the public interface to the GATE Java API. 
gate.annotation   
gate.gui   
gate.gui.annedit   
gate.gui.docview   
 

Uses of AnnotationSetListener in gate
 

Methods in gate with parameters of type AnnotationSetListener
 void AnnotationSet.addAnnotationSetListener(AnnotationSetListener l)
           
 void AnnotationSet.removeAnnotationSetListener(AnnotationSetListener l)
           
 

Uses of AnnotationSetListener in gate.annotation
 

Fields in gate.annotation with type parameters of type AnnotationSetListener
protected  Vector<AnnotationSetListener> AnnotationSetImpl.annotationSetListeners
           
 

Methods in gate.annotation with parameters of type AnnotationSetListener
 void AnnotationSetImpl.addAnnotationSetListener(AnnotationSetListener l)
           
 void AnnotationSetImpl.removeAnnotationSetListener(AnnotationSetListener l)
           
 

Uses of AnnotationSetListener in gate.gui
 

Classes in gate.gui that implement AnnotationSetListener
(package private)  class DocumentEditor.EventsHandler
          Deprecated. All the events from the document or its annotation sets are handled by this inner class.
 

Uses of AnnotationSetListener in gate.gui.annedit
 

Fields in gate.gui.annedit declared as AnnotationSetListener
protected  AnnotationSetListener SearchAndAnnotatePanel.annotationSetListener
          Listener for updating the list of searched annotations.
 

Uses of AnnotationSetListener in gate.gui.docview
 

Classes in gate.gui.docview that implement AnnotationSetListener
 class AnnotationSetsView
          Display document annotation sets and types in a tree view like with a table.
 class CorefEditor
          Display a tree that contains the co-references type of the document, highlight co-references in the document, allow creating co-references from existing annotations, editing and deleting co-references.