org.jitterbit.integration.client.ui.interchange.component.structure.ldap.tree
This class cannot be instantiated. @author Torgil Zethson @since 1.3.0
297298299300301302303304305306307
// Build the tree. TreeNode tn = new CommentTreeNode(); tn.setType("comments"); tn.setLeaf(false); // Create the tree: TreeModel tm = new TreeModelBase(tn); // Add child nodes: this.getChildComments(tm, tn, cmts); // Add a child for the reply box: