TreePath targetPath = parentPath.pathByAddingChild(targetNode);
JTree tree = services.getBrowserComponent().getTreePane().getTree();
tree.setSelectionPath(targetPath);
tree.scrollPathToVisible(targetPath);
AttributeDetailPane detailPane = (AttributeDetailPane)services.getBrowserComponent().getDetailPane().getCurrentDetailPane();
((ListDetailPane)detailPane.getAttributeDetailPane(attributeInfoClass)).selectIndex(index);
}