TreeNode childNode = (TreeNode)childNodesArray.nextElement();
indices[index]=index;
childNodes.add(childNode);
index++;
}
rootNode.removeAllChildren();
this.fireTreeNodesRemoved(this, this.getPathToRoot(rootNode), indices, childNodes.toArray());
}
public void fireAddTestSuite(TCTreeNode parentNode, Object[] childNodes) {