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
 

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.
 class AnnotationStackView
          Show a stack view of highlighted annotations in the document centred on the document caret.