@Override
public void createInitialLayout(IPageLayout layout) {
final IFolderLayout scanFolder = layout.createFolder(SCAN_INFO_FOLDER, IPageLayout.TOP, 0, layout.getEditorArea());
scanFolder.addView(ScanInfoView.ID);
layout.getViewLayout(ScanInfoView.ID).setCloseable(false);
scanFolder.addPlaceholder("*:*");
layout.addStandaloneView(WEBSITE_VIEW, true, IPageLayout.LEFT, 0.25f, ScanInfoView.ID);
layout.getViewLayout(WEBSITE_VIEW).setCloseable(false);
layout.addStandaloneView(ScanAlertView.ID, true, IPageLayout.BOTTOM, 0.40f, WEBSITE_VIEW);
layout.getViewLayout(ScanAlertView.ID).setCloseable(false);