this.view = view;
final Resources res = appContext.getResources();
WorkspaceShell.View workspaceShellView = new WorkspaceShell.View(res, false);
workspacePlace = WorkspacePlace.PLACE; // Used to come from event...
workspacePlace.setIsStrict(false);
FileTreeController<?> fileTreeController = new AppContextFileTreeController(appContext);
FileTreeModelNetworkController.OutgoingController fileTreeModelOutgoingNetworkController = new FileTreeModelNetworkController.OutgoingController(
fileTreeController);
FileTreeModel fileTreeModel = new FileTreeModel(fileTreeModelOutgoingNetworkController);
documentManager = DocumentManager.create(fileTreeModel, fileTreeController);