Uses of Class
consciouscode.seedling.ChildExistsException

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

Uses of ChildExistsException in consciouscode.seedling
 

Methods in consciouscode.seedling that throw ChildExistsException
static void Nodes.installChild(BranchNode branch, String name, Object node)
          Attempts to install a child into a given branch by downcasting it to GrowingBranch.
 void GrowingBranch.installChild(String nodeName, Object node)
          Installs an object as a child of this branch.
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.
 

Uses of ChildExistsException in consciouscode.seedling.tree
 

Methods in consciouscode.seedling.tree that throw ChildExistsException
 void GenericBranch.installChild(String nodeName, Object node)
           
 



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