this.layout.createPlaceholderFolder(FOLDER_BOTTOM, IPageLayout.BOTTOM, 0.10f, editorAreaId);
//layout.addStandaloneView(GraphicEditorView.ID, false, IPageLayout.LEFT, 1.0f,
//layout.getEditorArea());
IFolderLayout parts = layout.createFolder(
"bigParts", IPageLayout.LEFT, 0.3f, FOLDER_LEFT);
parts.addView(ShapeView.ID);
parts.addView(RuleView.ID);
IFolderLayout tabs = layout.createFolder(
"bottomParts", IPageLayout.LEFT, 0.3f, FOLDER_BOTTOM);
//tabs.addView(DebugView.ID);
tabs.addView(DebugTree.ID);
tabs.addView(SubshapeView.ID);
tabs.addView(RenderLineView.ID);
tabs.addPlaceholder(IPageLayout.ID_PROP_SHEET);
String editorArea = layout.getEditorArea();
layout.addStandaloneView(IPageLayout.ID_OUTLINE, true, IPageLayout.LEFT, 0.3f,
editorArea);