// Construct the Root View for the CodePerspective.
CodePerspective.Resources res = appContext.getResources();
CodePerspective.View codePerspectiveView = new CodePerspective.View(res);
// Then create all the Presenters.
OutlineModel outlineModel = new OutlineModel();
editorBundle = EditorBundle.create(appContext,
workspacePlace,
documentManager,
participantModel,
outlineModel,