Uses of Interface
org.annotation.util.Recursable

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

Uses of Recursable in org.annotation.util
 

Classes in org.annotation.util that implement Recursable
 class RecursiveTreeNode
          SortedTreeNode is a data structure to have a sorted tree structure.
 

Fields in org.annotation.util declared as Recursable
protected  Recursable RecursiveTreeNode.data
           
 

Methods in org.annotation.util with parameters of type Recursable
 RecursiveTreeNode RecursiveTreeNode.getNode(Recursable d)
           
 

Constructors in org.annotation.util with parameters of type Recursable
RecursiveTreeNode(Recursable d)
           
 

Uses of Recursable in org.annotation.wordfreak
 

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



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