butler.client.util
Class DLabelTreeNode

java.lang.Object
  extended by butler.client.util.DTree
      extended by butler.client.util.DLabelTreeNode

public class DLabelTreeNode
extends DTree

Author:
Fredrik Bertilsson

Constructor Summary
DLabelTreeNode(java.lang.String caption)
           
 
Method Summary
 void addChild(DTree child)
           
 java.lang.String getCaption()
           
 java.util.List getChildren()
           
static DLabelTreeNode parse(org.dom4j.Element element)
           
 
Methods inherited from class butler.client.util.DTree
parseTree
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DLabelTreeNode

public DLabelTreeNode(java.lang.String caption)
Method Detail

addChild

public void addChild(DTree child)

getChildren

public java.util.List getChildren()

getCaption

public java.lang.String getCaption()

parse

public static DLabelTreeNode parse(org.dom4j.Element element)
                            throws java.lang.Exception
Throws:
java.lang.Exception