this.mainContainer = new Composite(parent, SWT.NONE);
this.mainContainer.setLayout(mainLayout);
this.mainContainer.setLayoutData(new GridData(SWT.FILL, SWT.FILL, true, true, 4, 2));
this.problemTree = new ProblemBrowserTree(mainContainer, this);
this.workspace = new Composite(this.mainContainer, SWT.NONE);
this.workspace.setLayout(this.workspaceStack);
this.workspace.setLayoutData(this.workspaceStackLayoutData);