]> gerrit.simantics Code Review - simantics/3d.git/blob - org.simantics.proconf.processeditor/src/org/simantics/processeditor/perspectives/Plant3DModellingPerspective.java
bd1d44ff12c318f02a06cba6a53783560e55b7e9
[simantics/3d.git] / org.simantics.proconf.processeditor / src / org / simantics / processeditor / perspectives / Plant3DModellingPerspective.java
1 package org.simantics.processeditor.perspectives;\r
2 \r
3 import org.eclipse.ui.IPageLayout;\r
4 import org.eclipse.ui.IPerspectiveFactory;\r
5 \r
6 public class Plant3DModellingPerspective implements IPerspectiveFactory{\r
7         \r
8         @Override\r
9         public void createInitialLayout(IPageLayout layout) {\r
10                 \r
11         }\r
12 \r
13 }\r