GATE
Version 3.1-2270

Uses of Interface
gate.event.AnnotationListener

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

Uses of AnnotationListener in gate
 

Methods in gate with parameters of type AnnotationListener
 void Annotation.addAnnotationListener(AnnotationListener l)
          Adds an annotation listener
 void Annotation.removeAnnotationListener(AnnotationListener l)
          Removes an annotation listener
 

Uses of AnnotationListener in gate.annotation
 

Classes in gate.annotation that implement AnnotationListener
 class DatabaseAnnotationSetImpl
           
 

Methods in gate.annotation with parameters of type AnnotationListener
 void AnnotationImpl.addAnnotationListener(AnnotationListener l)
          Adds an annotation listener
 void AnnotationImpl.removeAnnotationListener(AnnotationListener l)
          Removes an annotation listener
 

Uses of AnnotationListener in gate.gui.docview
 

Classes in gate.gui.docview that implement AnnotationListener
 class AnnotationListView
          A tabular view for a list of annotations.
 


GATE
Version 3.1-2270