]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - eclipse/plugins/org.argeo.slc.ui.launch/src/main/java/org/argeo/slc/ui/launch/SlcPerspectiveFactory.java
Working version
[gpl/argeo-slc.git] / eclipse / plugins / org.argeo.slc.ui.launch / src / main / java / org / argeo / slc / ui / launch / SlcPerspectiveFactory.java
diff --git a/eclipse/plugins/org.argeo.slc.ui.launch/src/main/java/org/argeo/slc/ui/launch/SlcPerspectiveFactory.java b/eclipse/plugins/org.argeo.slc.ui.launch/src/main/java/org/argeo/slc/ui/launch/SlcPerspectiveFactory.java
deleted file mode 100644 (file)
index e375949..0000000
+++ /dev/null
@@ -1,27 +0,0 @@
-package org.argeo.slc.ui.launch;\r
-\r
-import org.eclipse.jdt.ui.JavaUI;\r
-import org.eclipse.ui.IFolderLayout;\r
-import org.eclipse.ui.IPageLayout;\r
-import org.eclipse.ui.IPerspectiveFactory;\r
-import org.eclipse.ui.console.IConsoleConstants;\r
-\r
-public class SlcPerspectiveFactory implements IPerspectiveFactory {\r
-\r
-       public void createInitialLayout(IPageLayout layout) {\r
-               // Get the editor area.\r
-               String editorArea = layout.getEditorArea();\r
-\r
-               IFolderLayout topLeft = layout.createFolder("topLeft", IPageLayout.LEFT, 0.25f,\r
-                       editorArea);\r
-               topLeft.addView(JavaUI.ID_PACKAGES);\r
-\r
-               IFolderLayout bottom = layout.createFolder("bottom", IPageLayout.BOTTOM, 0.66f,\r
-                               editorArea);\r
-               bottom.addView(IConsoleConstants.ID_CONSOLE_VIEW);\r
-               bottom.addView(IPageLayout.ID_TASK_LIST);\r
-               \r
-               layout.addActionSet("org.eclipse.debug.ui.launchActionSet");\r
-       }\r
-\r
-}\r