Uses of Interface
org.annotation.wordfreak.GuiListener

Packages that use GuiListener
org.annotation.wordfreak Provides main WordFreak functionality including data structures for annotation and the infrastructure for components to communicate. 
org.annotation.wordfreak.annotator Provides automatic annotation or tagging functionality for WordFreak. 
org.annotation.wordfreak.project Provides support for projects within WordFreak. 
org.annotation.wordfreak.scheme Provides suppot for creating new annotation specifications or annotation schemes within WordFreak. 
org.annotation.wordfreak.viewer Provides functionality to display of source material over which annotation is performed and the annotations themselves. 
 

Uses of GuiListener in org.annotation.wordfreak
 

Classes in org.annotation.wordfreak that implement GuiListener
 class Gui
          This object represents the main WordFreak GUI.
 

Methods in org.annotation.wordfreak with parameters of type GuiListener
 void AnnotationManager.setGuiListener(GuiListener gl)
           
 

Uses of GuiListener in org.annotation.wordfreak.annotator
 

Fields in org.annotation.wordfreak.annotator declared as GuiListener
protected  GuiListener Annotator.guiListener
          This variable is assigned a value when this annotator is attached to a gui.
 

Methods in org.annotation.wordfreak.annotator with parameters of type GuiListener
 void Annotator.setGuiListener(GuiListener gl)
           
 

Uses of GuiListener in org.annotation.wordfreak.project
 

Methods in org.annotation.wordfreak.project with parameters of type GuiListener
 void ProjectViewer.setGuiListener(GuiListener gl)
           
 

Uses of GuiListener in org.annotation.wordfreak.scheme
 

Fields in org.annotation.wordfreak.scheme declared as GuiListener
protected  GuiListener AnnotationScheme.guiListener
           
 

Methods in org.annotation.wordfreak.scheme with parameters of type GuiListener
 void AnnotationScheme.setGuiListener(GuiListener gl)
          Designates a listener for adding gui objects to the display.
 

Uses of GuiListener in org.annotation.wordfreak.viewer
 

Methods in org.annotation.wordfreak.viewer with parameters of type GuiListener
 void Viewer.setGuiListener(GuiListener gl)
           
 



Copyright © 2004 Thomas Morton and Jeremy LaCivita. All Rights Reserved.