Added Mograsim perspective that contains all useful views directly
[Mograsim.git] / plugins / net.mograsim.plugin.core / src / net / mograsim / plugin / perspectives / MograsimPerspective.java
1 package net.mograsim.plugin.perspectives;
2
3 import org.eclipse.ui.IPageLayout;
4 import org.eclipse.ui.IPerspectiveFactory;
5
6 public class MograsimPerspective implements IPerspectiveFactory
7 {
8         @Override
9         public void createInitialLayout(IPageLayout factory)
10         {
11                 // everything is done in the plugin.xml
12         }
13 }