Uses of Interface
org.annotation.util.TreeComparable

Packages that use TreeComparable
org.annotation.util Provides utility functionality that is used in WordFreak but which is not specific to WordFreak. 
org.annotation.wordfreak Provides main WordFreak functionality including data structures for annotation and the infrastructure for components to communicate. 
org.annotation.wordfreak.viewer Provides functionality to display of source material over which annotation is performed and the annotations themselves. 
 

Uses of TreeComparable in org.annotation.util
 

Classes in org.annotation.util that implement TreeComparable
 class CompoundSpan
           
 class SortedTreeNode
          SortedTreeNode is a data structure to have a sorted tree structure.
 class Span
           
 

Fields in org.annotation.util declared as TreeComparable
protected  TreeComparable SortedTreeNode.data
           
 

Constructors in org.annotation.util with parameters of type TreeComparable
SortedTreeNode(TreeComparable d)
           
 

Uses of TreeComparable in org.annotation.wordfreak
 

Classes in org.annotation.wordfreak that implement TreeComparable
 class Annotation
          Class for storing annotations.
 

Uses of TreeComparable in org.annotation.wordfreak.viewer
 

Classes in org.annotation.wordfreak.viewer that implement TreeComparable
 class AnnotationTreeNode
           
 

Constructors in org.annotation.wordfreak.viewer with parameters of type TreeComparable
AnnotationTreeNode(TreeComparable data)
           
 



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