]> gerrit.simantics Code Review - simantics/3d.git/blob - org.simantics.plant3d/src/org/simantics/plant3d/project/P3DPerspectiveFactory.java
Allow adding adjustable length components in the middle of a pipe
[simantics/3d.git] / org.simantics.plant3d / src / org / simantics / plant3d / project / P3DPerspectiveFactory.java
1 package org.simantics.plant3d.project;
2
3 import org.eclipse.ui.IPageLayout;
4 import org.eclipse.ui.IPerspectiveFactory;
5
6 public class P3DPerspectiveFactory implements IPerspectiveFactory {
7
8         @Override
9         public void createInitialLayout(IPageLayout layout) {
10                 layout.setEditorAreaVisible(true);
11
12         }
13
14 }