//layout.addView( "org.locationtech.udig.project.ui.layerManager", IPageLayout.BOTTOM, 0.25f, //$NON-NLS-1$
// "org.locationtech.udig.project.ui.projectExplorer" ); //$NON-NLS-1$
IFolderLayout folder = layout.createFolder("org.locationtech.udig.mapPerspective.selection", IPageLayout.BOTTOM, 0.25f, //$NON-NLS-1$
"org.locationtech.udig.project.ui.projectExplorer");
folder.addView("org.locationtech.udig.project.ui.layerManager");
folder.addView("org.locationtech.udig.ui.aoiView");
layout.addView("org.locationtech.udig.catalog.ui.CatalogView", IPageLayout.BOTTOM, 0.65f, editorArea); //$NON-NLS-1$
layout.addActionSet("org.locationtech.udig.helpMenuItems");
layout.addActionSet("org.locationtech.udig.ui.default");