Skip to content
Snippets Groups Projects
Commit 733ee9c5 authored by Lukas Ladenberger's avatar Lukas Ladenberger
Browse files

improved perspective

parent a94e95dd
No related branches found
No related tags found
No related merge requests found
...@@ -32,14 +32,9 @@ public class BMSPerspectiveFactory implements IPerspectiveFactory { ...@@ -32,14 +32,9 @@ public class BMSPerspectiveFactory implements IPerspectiveFactory {
0.65f, "left"); 0.65f, "left");
leftb.addView("fr.systerel.explorer.navigator.view"); leftb.addView("fr.systerel.explorer.navigator.view");
// State View
IFolderLayout main1 = layout.createFolder("main1", IPageLayout.BOTTOM,
0.20f, editorArea);
main1.addView("de.prob.ui.StateView");
// Outline View + Palette View + Library View (Right) // Outline View + Palette View + Library View (Right)
IFolderLayout right = layout.createFolder("right", IPageLayout.RIGHT, IFolderLayout right = layout.createFolder("right", IPageLayout.RIGHT,
0.80f, "main1"); 0.80f, editorArea);
right.addView(BMSPaletteView.ID); right.addView(BMSPaletteView.ID);
right.addView(BMotionOutlineView.ID); right.addView(BMotionOutlineView.ID);
...@@ -48,6 +43,11 @@ public class BMSPerspectiveFactory implements IPerspectiveFactory { ...@@ -48,6 +43,11 @@ public class BMSPerspectiveFactory implements IPerspectiveFactory {
IPageLayout.BOTTOM, 0.65f, "right"); IPageLayout.BOTTOM, 0.65f, "right");
rightb.addView(LibraryView.ID); rightb.addView(LibraryView.ID);
// State View
IFolderLayout main1 = layout.createFolder("main1", IPageLayout.BOTTOM,
0.20f, editorArea);
main1.addView("de.prob.ui.StateView");
// Properties view + observer view + control panel // Properties view + observer view + control panel
IFolderLayout bottom1 = layout.createFolder("bottom1", IFolderLayout bottom1 = layout.createFolder("bottom1",
IPageLayout.BOTTOM, 0.65f, "main1"); IPageLayout.BOTTOM, 0.65f, "main1");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment