Uses of Class
consciouscode.seedling.WrongNodeTypeException

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

Uses of WrongNodeTypeException in consciouscode.seedling
 

Methods in consciouscode.seedling that throw WrongNodeTypeException
static void Nodes.installNode(NodeReference reference, Object node)
          Installs a node at a given reference.
static void Nodes.installPath(BranchNode branch, NodePath nodePath, Object node)
          Installs a node at a given location.
static void Nodes.installPath(BranchNode branch, String path, Object node)
          Installs a node at a given location.
static BranchNode Nodes.requiredChildBranch(BranchNode branch, String name)
          Provisions and installs a child branch.
 



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