Uses of Interface
org.annotation.gui.EventListener

Packages that use EventListener
org.annotation.gui Provides GUI functionality that is used in WordFreak but which is not specific to WordFreak. 
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.chooser Provides the annotation input functionality for WordFreak. 
org.annotation.wordfreak.project Provides support for projects within WordFreak. 
org.annotation.wordfreak.viewer Provides functionality to display of source material over which annotation is performed and the annotations themselves. 
 

Uses of EventListener in org.annotation.gui
 

Classes in org.annotation.gui that implement EventListener
 class MenuBarManager
           
 

Methods in org.annotation.gui with parameters of type EventListener
 int EventManager.registerListener(java.lang.String eventType, EventListener listener)
           
 

Uses of EventListener in org.annotation.wordfreak
 

Classes in org.annotation.wordfreak that implement EventListener
 class AnnotatedFileManager
          Class that handles and disbatches file related events to AnnotatedFileListeners.
 class AnnotationFilterViewer
          This class provides a UI for displaying and updating a DefaultAnnotationFilter object.
 class AnnotationManager
          This class keeps track of the plugin components such as schemes, viewers, and annotators as well as which of these plugins are currently in use and disbatchs events.
 class Gui
          This object represents the main WordFreak GUI.
 class wordfreak
          This class processes command-line parameters, looks for plugins, sets up top level components, and launches WordFreak.
 

Uses of EventListener in org.annotation.wordfreak.annotator
 

Classes in org.annotation.wordfreak.annotator that implement EventListener
 class RegExAnnotator
           
 

Uses of EventListener in org.annotation.wordfreak.chooser
 

Classes in org.annotation.wordfreak.chooser that implement EventListener
 class ButtonsComponent
           
 class ChooserComponent
          Abstract component which can be extended for creating most input components.
 class CommentComponent
           
 class CoreferenceComponent
           
 class DebugComponent
           
 class EntityComponent
           
 class HeadComponent
           
 class InfoComponent
           
 class LabelComponent
           
 class MouseModeComponent
           
 class NamedEntityComponent
           
 class NavigationComponent
           
 class OutcomesComponent
           
 class OutcomesGroupComponent
           
 class RefiningComponent
           
 class RelationComponent
           
 class TabbedMultiComponent
           
 class TreeComponent
           
 class WordSenseComponent
           
 

Uses of EventListener in org.annotation.wordfreak.project
 

Classes in org.annotation.wordfreak.project that implement EventListener
 class ProjectItemsViewer
          Component which displays the files which are in the currently loaded project.
 class ProjectViewer
          This object displays the state of the currently loaded project including files, filters, schemes, viewers, and others.
 

Uses of EventListener in org.annotation.wordfreak.viewer
 

Classes in org.annotation.wordfreak.viewer that implement EventListener
 class ColorTextViewer
          Displays the text of the source material and shows colored annotations within that text.
 class ConcordanceViewer
          Display annotations from multiple files in a concordance.
 class DebugViewer
           
 class TableViewer
           
 class TextViewer
          Displays the text of the source material and shows annotations within that text.
 class TreeTableViewer
          Displays annotations in a tree layout.
 class TreeViewer
          Displays annotations in a tree layout.
 class TypeTextViewer
           
 class Viewer
          Abstract component which can be extended for creating most visual displays of the source media on which annotation are being made.
 



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