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);
searchIndex.setFileTreeModel(fileTreeModel);