Package consciouscode.seedling.tree

Provides standard implementations of the Seedling container interfaces.

See:
          Description

Interface Summary
NodeProvider Provisions new nodes for branches within a Seedling container.
 

Class Summary
EmptyBranch A trivial branch that has no child nodes, and can't have any installed.
GenericBranch Provides a basic implementation of BranchNode, suitable for extension.
GenericNode A basic Seedling node that provides location and logging features.
ShutdownNode A seedling node that handles clean shutdown of the JVM and of the Seedling itself.
StandardBranch The canonical implementation of BranchNode, providing dynamic node provisioning via a NodeProvider.
StandardRoot The global root of a Seedling application tree.
StartupNode A Seedling node that simply causes other nodes to be loaded.
 

Package consciouscode.seedling.tree Description

Provides standard implementations of the Seedling container interfaces.



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