fileMonitor = new FileStatusMonitor(tree, repository.getSessionLogs()[0]);
addResource(new DisposableWindowElementResource(fileMonitor));
}
private LogFileRepositoryTree createTree() {
LogFileRepositoryTree tree = new LogFileRepositoryTree(repository, getLeftTreeActions(), getRightTreeActions());
tree.setController(TreeControllerFactory.newController(openFileAction));
tree.asSelectionSource().addSelectionListener(new TreeSelectionHandler());
return tree;
}