java.lang.Object
com.inductiveautomation.ignition.client.util.gui.tree.DefaultParentNode
All Implemented Interfaces:
TreeNode

public class DefaultParentNode extends Object implements TreeNode
A tree node that keeps a list of children and has addChild function to add children. All children should be added before the node is installed in a model. IF you want a tree node that calculates its children on the fly, look at AbstractAsynchronousTreeNode or AbstractLazyLoadingTreeNode