Uses of Interface
consciouscode.seedling.EventfulBranch

Packages that use EventfulBranch
consciouscode.seedling Provides the core classes and interfaces of the Seedling container; see consciouscode.seedling.tree for standard implementations. 
consciouscode.seedling.scope   
consciouscode.seedling.tree Provides standard implementations of the Seedling container interfaces. 
 

Uses of EventfulBranch in consciouscode.seedling
 

Subinterfaces of EventfulBranch in consciouscode.seedling
 interface RootNode
          A Seedling root branch, which anchors the hierarchical namespace.
 

Uses of EventfulBranch in consciouscode.seedling.scope
 

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

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