Uses of Class
gate.gui.docview.AnnotationStack.StackMouseListener

Packages that use AnnotationStack.StackMouseListener
gate.gui   
gate.gui.docview   
 

Uses of AnnotationStack.StackMouseListener in gate.gui
 

Subclasses of AnnotationStack.StackMouseListener in gate.gui
protected  class LuceneDataStoreSearchGUI.AnnotationMouseListener
          Modifies the query or displays statistics according to the annotation rectangle clicked.
protected  class LuceneDataStoreSearchGUI.HeaderMouseListener
          Displays statistics according to the stack row header right-clicked.
 class LuceneDataStoreSearchGUI.TextMouseListener
          Add at the caret position or replace the selection in the query according to the text row value left clicked.
 

Uses of AnnotationStack.StackMouseListener in gate.gui.docview
 

Subclasses of AnnotationStack.StackMouseListener in gate.gui.docview
protected  class AnnotationStackView.HeaderMouseListener
           
 

Methods in gate.gui.docview with parameters of type AnnotationStack.StackMouseListener
 void AnnotationStack.setAnnotationMouseListener(AnnotationStack.StackMouseListener annotationMouseListener)
           
 void AnnotationStack.setHeaderMouseListener(AnnotationStack.StackMouseListener headerMouseListener)
           
 void AnnotationStack.setTextMouseListener(AnnotationStack.StackMouseListener textMouseListener)