8283848586878889909192
} public void handleSuccess(ImportsData result) { TreeNode root = importsTree.getRootNode(); addImports(result, root); root.select(); root.expand(); } } /*
231232233234235236237238239240241
else { freshChild = childTn; } if (freshChild != null && shouldSelect) { parentTn.expand(); freshChild.select(); selectNode(freshChild); } }