Uses of Class
consciouscode.seedling.tree.StandardBranch

Packages that use StandardBranch
consciouscode.seedling.junit   
consciouscode.seedling.scope   
consciouscode.seedling.tree Provides standard implementations of the Seedling container interfaces. 
 

Uses of StandardBranch in consciouscode.seedling.junit
 

Fields in consciouscode.seedling.junit declared as StandardBranch
protected  StandardBranch SeedlingTestCase.myScratchBranch
           
 

Methods in consciouscode.seedling.junit that return StandardBranch
 StandardBranch SeedlingTestCase.getScratchBranch()
          Provides a StandardBranch for testing.
 

Uses of StandardBranch in consciouscode.seedling.scope
 

Subclasses of StandardBranch in consciouscode.seedling.scope
 class ScopeRoot
          A local root node that contains all of the nodes of a non-global scope.
 

Uses of StandardBranch in consciouscode.seedling.tree
 

Subclasses of StandardBranch in consciouscode.seedling.tree
 class StandardRoot
          The global root of a Seedling application tree.
 

Methods in consciouscode.seedling.tree that return StandardBranch
protected  StandardBranch StandardBranch.constructChildBranch()
           
 



Copyright © 2001–2012 Todd V. Jonker. All Rights Reserved.