Uses of Class
org.annotation.wordfreak.SortedAnnotations

Packages that use SortedAnnotations
org.annotation.wordfreak Provides main WordFreak functionality including data structures for annotation and the infrastructure for components to communicate. 
org.annotation.wordfreak.scheme Provides suppot for creating new annotation specifications or annotation schemes within WordFreak. 
 

Uses of SortedAnnotations in org.annotation.wordfreak
 

Fields in org.annotation.wordfreak declared as SortedAnnotations
protected  SortedAnnotations AbstractAnnotationView.sort
          Sorted version of filt based on comparator.
 

Methods in org.annotation.wordfreak that return SortedAnnotations
 SortedAnnotations AbstractAnnotationView.getSortedAnnotations()
           
 SortedAnnotations AnnotationView.getSortedAnnotations()
          Returns the object which manages sorted annotations.
 SortedAnnotations DefaultAnnotationView.getSortedAnnotations()
           
 

Methods in org.annotation.wordfreak with parameters of type SortedAnnotations
 AnnotationView AnnotationTree.addAnnotationView(java.lang.Object key, AnnotationFilter aFilter, AnnotationFilter bFilter, SortedAnnotations s)
           
 

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

Uses of SortedAnnotations in org.annotation.wordfreak.scheme
 

Fields in org.annotation.wordfreak.scheme declared as SortedAnnotations
protected  SortedAnnotations AnnotationScheme.sorted
           
 



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