Uses of Interface
org.annotation.wordfreak.chooser.ChooserListener

Packages that use ChooserListener
org.annotation.wordfreak.chooser Provides the annotation input functionality for 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 ChooserListener in org.annotation.wordfreak.chooser
 

Methods in org.annotation.wordfreak.chooser with parameters of type ChooserListener
 void ChooserComponent.setAnnotationScheme(ChooserListener cl)
           
 void ChooserComponent.addChooserListener(ChooserListener cl)
           
 void ChooserComponent.removeChooserListener(ChooserListener cl)
           
 void OutcomesGroupComponent.addChooserListener(ChooserListener cl)
           
 

Uses of ChooserListener in org.annotation.wordfreak.scheme
 

Classes in org.annotation.wordfreak.scheme that implement ChooserListener
 class AnnotationScheme
          Annotation schemes define different types of annotation.
 class ConstituentAnnotationScheme
           
 class CoreferenceAnnotationScheme
          Scheme for annotating coreference relationships.
 class DerivativeAnnotationScheme
          Derivative annotation scheme is used to create annotation schemes which create annotations based on existing annotations.
 class DocumentAnnotationScheme
           
 class EntityAnnotationScheme
           
 class GenericAnnotationScheme
           
 class NamedEntityAnnotationScheme
           
 class ParagraphAnnotationScheme
           
 class POSAnnotationScheme
           
 class RelationAnnotationScheme
           
 class SentenceAnnotationScheme
           
 class TextCorrectionAnnotationScheme
           
 class TokenAnnotationScheme
           
 

Uses of ChooserListener in org.annotation.wordfreak.viewer
 

Subinterfaces of ChooserListener in org.annotation.wordfreak.viewer
 interface ViewerListener
          Describes the callbacks that an object listening to a Viewer must handle.
 



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