X-Git-Url: http://git.argeo.org/?a=blobdiff_plain;f=eclipse%2Fplugins%2Forg.argeo.slc.client.rcp%2Fsrc%2Forg%2Fargeo%2Fslc%2Fclient%2Frcp%2FPerspective.java;h=66d392491a2bc4d672c355e4c478da2f86ec51ed;hb=a3e959fcd1fe352e3d1f011142762c3d2f83f31d;hp=31f1b404c1b2a764118648aaccb7e931734be9a2;hpb=545ef79e8a522b784a70dd09f71e43266dba4312;p=gpl%2Fargeo-slc.git diff --git a/eclipse/plugins/org.argeo.slc.client.rcp/src/org/argeo/slc/client/rcp/Perspective.java b/eclipse/plugins/org.argeo.slc.client.rcp/src/org/argeo/slc/client/rcp/Perspective.java index 31f1b404c..66d392491 100644 --- a/eclipse/plugins/org.argeo.slc.client.rcp/src/org/argeo/slc/client/rcp/Perspective.java +++ b/eclipse/plugins/org.argeo.slc.client.rcp/src/org/argeo/slc/client/rcp/Perspective.java @@ -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");