Uses of Class
org.annotation.wordfreak.SortCriteria

Packages that use SortCriteria
org.annotation.wordfreak Provides main WordFreak functionality including data structures for annotation and the infrastructure for components to communicate. 
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 SortCriteria in org.annotation.wordfreak
 

Fields in org.annotation.wordfreak declared as SortCriteria
static SortCriteria SortCriteria.CONFIDENCE
           
static SortCriteria SortCriteria.TYPE
           
static SortCriteria SortCriteria.TEXT
           
static SortCriteria SortCriteria.SPAN
           
 

Methods in org.annotation.wordfreak that return SortCriteria
static SortCriteria SortCriteria.getCriteriaByName(java.lang.String name)
           
 

Methods in org.annotation.wordfreak with parameters of type SortCriteria
 void WordFreakKeyboardFocusManager.setSortCriteria(SortCriteria s)
           
 

Uses of SortCriteria in org.annotation.wordfreak.chooser
 

Methods in org.annotation.wordfreak.chooser with parameters of type SortCriteria
 void ChooserComponent.setSortCriteria(SortCriteria s)
           
 

Uses of SortCriteria in org.annotation.wordfreak.scheme
 

Fields in org.annotation.wordfreak.scheme declared as SortCriteria
protected  SortCriteria AnnotationScheme.sortCriteria
           
 

Methods in org.annotation.wordfreak.scheme with parameters of type SortCriteria
 void AnnotationScheme.setSortScheme(SortCriteria sortCriteria)
          Notifies this scheme to use the specified sorting criteria.
 void AnnotationSchemeAdapter.setSortCriteria(SortCriteria s)
           
 void AnnotationSchemeListener.setSortCriteria(SortCriteria sortCriteria)
          Indicates that the annotations will be sorted based on the specified sort criteria.
 

Uses of SortCriteria in org.annotation.wordfreak.viewer
 

Fields in org.annotation.wordfreak.viewer declared as SortCriteria
protected  SortCriteria Viewer.sortCriteria
          The criteria by which the annotations are sorted in the view.
 

Methods in org.annotation.wordfreak.viewer with parameters of type SortCriteria
 void Viewer.setSortCriteria(SortCriteria sortCriteria)
           
 void ConcordanceViewer.setSortCriteria(SortCriteria s)
           
 



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