}
else
{
String rootStr = (String)provider.getRoots().firstElement();
_objectStore = new ObjectStore(new ClassName(rootStr));
_treeModel = new DefaultTreeModel(createTree());
_tree = new JTree(_treeModel);
_tree.addTreeSelectionListener(this);
_tree.addTreeWillExpandListener(this);