setSortDirection(SortDirection.ASCENDING);
setShowHeader(false);
setDataSource(new BundleTreeDataSource());
addNodeClickHandler(new NodeClickHandler() {
public void onNodeClick(NodeClickEvent event) {
TreeNode node = event.getNode();
String path = node.getAttribute("id").replaceAll("_", "/");
// the node ID is the path the form <bundleGroupId>_<the rest of the node ID>