"topRight", IPageLayout.RIGHT, (float) 0.7, editorArea);//$NON-NLS-1$
topRight.addView(IPageLayout.ID_OUTLINE);
IFolderLayout bottomRight = layout.createFolder(
"bottomRight", IPageLayout.BOTTOM, (float) 0.5, "topRight");//$NON-NLS-1$
IViewRegistry viewRegistry = WorkbenchPlugin.getDefault()
.getViewRegistry();
IViewDescriptor containedInTextGrid = viewRegistry
.find("info.textgrid.lab.navigator.view");
if (containedInTextGrid != null) {
// contained in textgrid
bottomRight.addView("info.textgrid.lab.navigator.view");