}
});
}
private LdapStructureEntryTree createTree() {
LdapStructureEntryTree tree = new LdapStructureEntryTree(entryNode, false);
tree.setDragEnabled();
tree.setRootVisible(true);
tree.setSelectionMode(SelectionMode.SINGLE_TREE_SELECTION);
tree.asSelectionSource().setDefaultAction(new TreeDoubleClickAction(tree));
return tree;
}