Uses of Interface
org.annotation.wordfreak.AnnotationFilter

Packages that use AnnotationFilter
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. 
 

Uses of AnnotationFilter in org.annotation.wordfreak
 

Classes in org.annotation.wordfreak that implement AnnotationFilter
 class DefaultAnnotationFilter
           
 class MethodAnnotationFilter
           
 

Fields in org.annotation.wordfreak declared as AnnotationFilter
protected  AnnotationFilter AbstractListAnnotationView.annoFilter
           
protected  AnnotationFilter AbstractListAnnotationView.baseFilter
           
protected  AnnotationFilter AbstractListAnnotationView.filter
           
 

Methods in org.annotation.wordfreak that return AnnotationFilter
 AnnotationFilter AnnotationFile.getFilter()
           
 

Methods in org.annotation.wordfreak with parameters of type AnnotationFilter
 void AnnotationFile.setFilter(AnnotationFilter f)
           
 void UnmarkedTextAnnotationView.filter(AnnotationFilter f)
           
 void AnnotationManager.setAnnotationFilter(AnnotationFilter af)
           
 void AnnotationManager.setTaggingFilter(AnnotationFilter af)
           
 void AnnotationManager.setTrainingFilter(AnnotationFilter af)
           
 void AnnotationManager.setSavingFilter(AnnotationFilter af)
           
 void AnnotationView.filter(AnnotationFilter f)
          Applies the specified filter to this view.
 void SettingsListener.setAnnotationFilter(AnnotationFilter af)
          Indicates that the specified filter should be applied to annotations being displayed.
 void SettingsListener.setTaggingFilter(AnnotationFilter af)
          Indicates that the specified filter should be applied to annotations being automatically annotated (tagged).
 void SettingsListener.setTrainingFilter(AnnotationFilter af)
          Indicates that the specified filter should be applied to annotations being used for training.
 void SettingsListener.setSavingFilter(AnnotationFilter af)
          Indicates that the specified filter should be applied to annotations being used saved.
 void AnnotatedFileManager.setFilter(AnnotationFilter f)
           
 AnnotationView AnnotationTree.addAnnotationView(java.lang.Object key, AnnotationFilter filter)
           
 AnnotationView AnnotationTree.addAnnotationView(java.lang.Object key, AnnotationFilter aFilter, AnnotationFilter bFilter)
           
 AnnotationView AnnotationTree.addAnnotationView(java.lang.Object key, AnnotationFilter aFilter, AnnotationFilter bFilter, SortedAnnotations s)
           
 void FileRequestListener.setFilter(AnnotationFilter f)
          Set the saving filter for all files.
 void DefaultAnnotationView.filter(AnnotationFilter f)
           
 void AbstractListAnnotationView.filter(AnnotationFilter f)
           
 

Constructors in org.annotation.wordfreak with parameters of type AnnotationFilter
DefaultAnnotationView(AnnotationTree t, AnnotationFilter af)
           
DefaultAnnotationView(AnnotationTree t, AnnotationFilter af, AnnotationFilter baf)
           
DefaultAnnotationView(AnnotationTree t, AnnotationFilter af, AnnotationFilter baf, SortedAnnotations sa)
           
 

Uses of AnnotationFilter in org.annotation.wordfreak.annotator
 

Fields in org.annotation.wordfreak.annotator declared as AnnotationFilter
protected  AnnotationFilter Annotator.annotationFilter
          The filter that should be used during annotation so as to only change existing annotations which meet the filter criteria.
protected  AnnotationFilter Annotator.trainingFilter
          The filter that should be used during training so as to only use existing annotations which meet the filter criteria for training.
 

Methods in org.annotation.wordfreak.annotator with parameters of type AnnotationFilter
 void Annotator.setAnnotationFilter(AnnotationFilter af)
           
 void Annotator.setTrainingFilter(AnnotationFilter af)
           
 

Uses of AnnotationFilter in org.annotation.wordfreak.project
 

Methods in org.annotation.wordfreak.project that return AnnotationFilter
 AnnotationFilter Project.getTaggingFilter()
          Gets the taggingFilter attribute of the Project object
 AnnotationFilter Project.getTrainingFilter()
          Gets the trainingFilter attribute of the Project object
 AnnotationFilter Project.getAnnotationFilter()
          Returns the filter used to determine whether an annotation is displayed to the user.
 AnnotationFilter Project.getSavingFilter()
          Returns the filter used to determine whether an annotation should be saved.
 

Uses of AnnotationFilter in org.annotation.wordfreak.scheme
 

Fields in org.annotation.wordfreak.scheme declared as AnnotationFilter
protected  AnnotationFilter AnnotationScheme.annotationFilter
          Filter which determines what subset of the annotations this scheme cares about.
 

Methods in org.annotation.wordfreak.scheme that return AnnotationFilter
 AnnotationFilter AnnotationScheme.getAnnotationFilter()
           
 

Methods in org.annotation.wordfreak.scheme with parameters of type AnnotationFilter
 void AnnotationScheme.setAnnotationFilter(AnnotationFilter af)
          Designates the filter that will be applied whenever the filter method is called.
 



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