Uses of Class
gate.event.AnnotationSetEvent

Packages that use AnnotationSetEvent
gate.annotation   
gate.event   
gate.gui.docview   
 

Uses of AnnotationSetEvent in gate.annotation
 

Methods in gate.annotation with parameters of type AnnotationSetEvent
protected  void AnnotationSetImpl.fireAnnotationAdded(AnnotationSetEvent e)
           
protected  void AnnotationSetImpl.fireAnnotationRemoved(AnnotationSetEvent e)
           
protected  void DatabaseAnnotationSetImpl.fireAnnotationRemoved(AnnotationSetEvent e)
           
 

Uses of AnnotationSetEvent in gate.event
 

Methods in gate.event with parameters of type AnnotationSetEvent
 void AnnotationSetListener.annotationAdded(AnnotationSetEvent e)
          Called when a new Annotation has been added
 void AnnotationSetListener.annotationRemoved(AnnotationSetEvent e)
          Called when an Annotation has been removed
 

Uses of AnnotationSetEvent in gate.gui.docview
 

Methods in gate.gui.docview with parameters of type AnnotationSetEvent
 void AnnotationSetsView.annotationAdded(AnnotationSetEvent e)
           
 void AnnotationSetsView.annotationRemoved(AnnotationSetEvent e)
           
 void CorefEditor.annotationAdded(AnnotationSetEvent ase)
           
 void CorefEditor.annotationRemoved(AnnotationSetEvent ase)