]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - eclipse/plugins/org.argeo.slc.client.rcp/src/org/argeo/slc/client/rcp/Perspective.java
First working integration of field viewer in SLC RCP
[gpl/argeo-slc.git] / eclipse / plugins / org.argeo.slc.client.rcp / src / org / argeo / slc / client / rcp / Perspective.java
index 31f1b404c1b2a764118648aaccb7e931734be9a2..66d392491a2bc4d672c355e4c478da2f86ec51ed 100644 (file)
@@ -18,16 +18,15 @@ 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.addView("org.argeo.slc.client.ui.processDetailView");
                bottomRight
                                .addPlaceholder("org.argeo.slc.client.ui.processDetailView:UUID-*");
 
-               // bottomRight.addView("org.argeo.slc.client.ui.resultListView");
-
                IFolderLayout bottomLeft = layout.createFolder("bottomLeft",
                                IPageLayout.BOTTOM, 0.6f, "topLeft");
                bottomLeft.addView("org.argeo.slc.client.ui.processBuilderView");