tree.getStyle().setLeafIcon(Resources.ICONS.music());
tree.setAutoExpandColumn("name");
tree.setTrackMouseOver(false);
new TreeGridDropTarget(tree);
new TreeGridDragSource(tree);
ContentPanel cp = new ContentPanel();
cp.setHeading("TreeGrid");
cp.setSize(400, 300);
cp.setLayout(new FitLayout());