IFolderLayout folder = layout.createFolder(
"left", IPageLayout.LEFT, (float) 0.25, editorArea); //$NON-NLS-1$
folder.addView(ID_PROJECT_EXPLORER);
folder.addView(JavaUI.ID_TYPE_HIERARCHY);
folder.addPlaceholder(IPageLayout.ID_RES_NAV);
folder.addPlaceholder(SigilUI.ID_REPOSITORY_VIEW);
folder.addView(IPageLayout.ID_OUTLINE);
IFolderLayout outputfolder = layout.createFolder(
"bottom", IPageLayout.BOTTOM, (float) 0.75, editorArea); //$NON-NLS-1$
outputfolder.addView(IPageLayout.ID_PROBLEM_VIEW);