]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - eclipse/plugins/org.argeo.slc.client.rcp/src/org/argeo/slc/client/rcp/Perspective.java
GIS field viewer completely integrated in SLC RCP
[gpl/argeo-slc.git] / eclipse / plugins / org.argeo.slc.client.rcp / src / org / argeo / slc / client / rcp / Perspective.java
index c5b83678429aa9e9bcd49d75f96776b681ca0fbb..66d392491a2bc4d672c355e4c478da2f86ec51ed 100644 (file)
@@ -9,7 +9,7 @@ public class Perspective implements IPerspectiveFactory {
        public void createInitialLayout(IPageLayout layout) {
                String editorArea = layout.getEditorArea();
                layout.setEditorAreaVisible(false);
-               layout.setFixed(true);
+               layout.setFixed(false);
 
                IFolderLayout topLeft = layout.createFolder("topLeft",
                                IPageLayout.LEFT, 0.5f, editorArea);
@@ -18,10 +18,14 @@ public class Perspective implements IPerspectiveFactory {
                IFolderLayout topRight = layout.createFolder("topRight",
                                IPageLayout.RIGHT, 0.5f, editorArea);
                topRight.addView("org.argeo.slc.client.ui.resultListView");
+               topRight
+                               .addPlaceholder("org.argeo.slc.client.ui.resultDetailView:UUID-*");
 
                IFolderLayout bottomRight = layout.createFolder("bottomRight",
                                IPageLayout.BOTTOM, 0.6f, "topRight");
                bottomRight.addView("org.argeo.slc.client.ui.processListView");
+               bottomRight
+                               .addPlaceholder("org.argeo.slc.client.ui.processDetailView:UUID-*");
 
                IFolderLayout bottomLeft = layout.createFolder("bottomLeft",
                                IPageLayout.BOTTOM, 0.6f, "topLeft");