GATE
Version 3.1-2270

Uses of Class
gate.event.AnnotationSetEvent

Packages that use AnnotationSetEvent
debugger.resources   
debugger.resources.pr   
gate.annotation   
gate.event   
gate.gui.docview   
 

Uses of AnnotationSetEvent in debugger.resources
 

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

Uses of AnnotationSetEvent in debugger.resources.pr
 

Methods in debugger.resources.pr with parameters of type AnnotationSetEvent
 void RuleAnnotationHistory.annotationAdded(AnnotationSetEvent e)
           
 void RuleAnnotationHistory.annotationRemoved(AnnotationSetEvent e)
           
 

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 CorefEditor.annotationAdded(AnnotationSetEvent ase)
           
 void AnnotationSetsView.annotationRemoved(AnnotationSetEvent e)
           
 void CorefEditor.annotationRemoved(AnnotationSetEvent ase)
           
 


GATE
Version 3.1-2270