Uses of Class
consciouscode.seedling.tree.GenericBranch

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

Uses of GenericBranch in consciouscode.seedling.scope
 

Subclasses of GenericBranch in consciouscode.seedling.scope
 class ScopeManager
          A branch that creates and manages ScopeRoots.
 class ScopeRoot
          A local root node that contains all of the nodes of a non-global scope.
 

Uses of GenericBranch in consciouscode.seedling.tree
 

Subclasses of GenericBranch in consciouscode.seedling.tree
 class StandardBranch
          The canonical implementation of BranchNode, providing dynamic node provisioning via a NodeProvider.
 class StandardRoot
          The global root of a Seedling application tree.
 

Methods in consciouscode.seedling.tree that return GenericBranch
protected  GenericBranch GenericBranch.constructChildBranch()
          Strategy method called by provisionChildBranch() to do initial construction of child branches.
 



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