Uses of Class
org.annotation.wordfreak.AnnotationSource

Packages that use AnnotationSource
org.annotation.wordfreak Provides main WordFreak functionality including data structures for annotation and the infrastructure for components to communicate. 
 

Uses of AnnotationSource in org.annotation.wordfreak
 

Subclasses of AnnotationSource in org.annotation.wordfreak
 class TextAnnotationSource
           
 

Fields in org.annotation.wordfreak declared as AnnotationSource
protected  AnnotationSource AnnotationTree.source
          The data source that this Tree annotates.
 

Methods in org.annotation.wordfreak that return AnnotationSource
abstract  AnnotationSource AbstractAnnotationView.getSource()
           
 AnnotationSource UnmarkedTextAnnotationView.getSource()
           
 AnnotationSource AnnotationView.getSource()
          Returns the source data associated with the file for this view.
 AnnotationSource AnnotationTree.getAnnotationSource()
           
 AnnotationSource AnnotationTree.getSource()
           
 AnnotationSource DefaultAnnotationView.getSource()
           
 

Methods in org.annotation.wordfreak with parameters of type AnnotationSource
 void AnnotationTree.setAnnotationSource(AnnotationSource s)
           
 

Constructors in org.annotation.wordfreak with parameters of type AnnotationSource
AnnotationTree(AnnotationFile f, AnnotationSource s)
           
 



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