Package com.nt.udc.admin.client.gui
Class NodeLeaf
java.lang.Object
com.nt.udc.admin.client.gui.NodeLeaf
- All Implemented Interfaces:
Serializable
This class defines the leaf for the tree. It defines a string
to display as the name of the node, and the node type for use
in dragging.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionNodeLeaf
(com.nt.udc.admin.TemplateTreeNode treeNode, NodeCreationWizConfig nwc, DCNodeTypeIfc nt) -
Method Summary
-
Constructor Details
-
NodeLeaf
public NodeLeaf(com.nt.udc.admin.TemplateTreeNode treeNode, NodeCreationWizConfig nwc, DCNodeTypeIfc nt)
-
-
Method Details