// return treeLoader;
// }
private final FastMSTree createTree(boolean multiSelect) {
FastMSTree.addDefaultCSS();
final FastMSTree tree = new FastMSTree(multiSelect);
// tree.setAnimate(false);
// tree.setSelectionModel(new TreeNodeSelectionModel(SelectionMode.MULTI));
// tree.setIndentWidth(10);
// tree.setCheckStyle(CheckCascade.NONE);
// tree.setAnimate(false);