rootsTableView.getTable().setDelegate(this);
rootsTableView.getTable().setAllowEmptySelection(false);
rootsTableView.getTable().setRememberSelection(true);
rootsTableView.autoresizeColumns();
treePanel = new AWTreePanel(new DefaultTreeModel(null));
treePanel.setRootVisible(true);
treePanel.setDelegate(this);
tablesSplitPane = new JSplitPane();
tablesSplitPane.setBorder(null);