Uses of Interface
consciouscode.seedling.BranchingBranch

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

Uses of BranchingBranch in consciouscode.seedling.scope
 

Classes in consciouscode.seedling.scope that implement BranchingBranch
 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 BranchingBranch in consciouscode.seedling.tree
 

Classes in consciouscode.seedling.tree that implement BranchingBranch
 class GenericBranch
          Provides a basic implementation of BranchNode, suitable for extension.
 class StandardBranch
          The canonical implementation of BranchNode, providing dynamic node provisioning via a NodeProvider.
 class StandardRoot
          The global root of a Seedling application tree.
 



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