" TreeNode root = new TreeNode('R');",
" setRootNode(root);",
" }",
"}");
treePanel.refresh();
TreeNodeInfo rootNode = treePanel.getRootNode();
//
TreeNodeInfo newNode = createJavaInfo("com.gwtext.client.widgets.tree.TreeNode");
AssociationObject association =
AssociationObjects.invocationChild("%parent%.appendChild(%child%)", true);
JavaInfoUtils.add(newNode, association, rootNode, null);
assertEditor(
"public class Test extends TreePanel {",