Added Mograsim perspective that contains all useful views directly
[Mograsim.git] / plugins / net.mograsim.plugin.core / src / net / mograsim / plugin / perspectives / MograsimPerspective.java
diff --git a/plugins/net.mograsim.plugin.core/src/net/mograsim/plugin/perspectives/MograsimPerspective.java b/plugins/net.mograsim.plugin.core/src/net/mograsim/plugin/perspectives/MograsimPerspective.java
new file mode 100644 (file)
index 0000000..1dfef2f
--- /dev/null
@@ -0,0 +1,13 @@
+package net.mograsim.plugin.perspectives;
+
+import org.eclipse.ui.IPageLayout;
+import org.eclipse.ui.IPerspectiveFactory;
+
+public class MograsimPerspective implements IPerspectiveFactory
+{
+       @Override
+       public void createInitialLayout(IPageLayout factory)
+       {
+               // everything is done in the plugin.xml
+       }
+}