]> gerrit.simantics Code Review - simantics/3d.git/blobdiff - org.simantics.processeditor/src/org/simantics/processeditor/views/PlantStructureOutlinePage.java
Removing ancient 3d framework
[simantics/3d.git] / org.simantics.processeditor / src / org / simantics / processeditor / views / PlantStructureOutlinePage.java
diff --git a/org.simantics.processeditor/src/org/simantics/processeditor/views/PlantStructureOutlinePage.java b/org.simantics.processeditor/src/org/simantics/processeditor/views/PlantStructureOutlinePage.java
deleted file mode 100644 (file)
index fd5a166..0000000
+++ /dev/null
@@ -1,37 +0,0 @@
-/*******************************************************************************\r
- * Copyright (c) 2007- VTT Technical Research Centre of Finland.\r
- * All rights reserved. This program and the accompanying materials\r
- * are made available under the terms of the Eclipse Public License v1.0\r
- * which accompanies this distribution, and is available at\r
- * http://www.eclipse.org/legal/epl-v10.html\r
- *\r
- * Contributors:\r
- *     VTT Technical Research Centre of Finland - initial API and implementation\r
- *******************************************************************************/\r
-package org.simantics.processeditor.views;\r
-\r
-import org.eclipse.swt.widgets.Composite;\r
-import org.simantics.db.Resource;\r
-import org.simantics.db.management.ISessionContext;\r
-import org.simantics.layer0.utils.viewpoints.ResourceViewpoint;\r
-import org.simantics.processeditor.perspectives.ViewpointGenerator;\r
-import org.simantics.proconf.browsing.views.GraphExplorerOutlinePage;\r
-\r
-\r
-public class PlantStructureOutlinePage extends GraphExplorerOutlinePage {\r
-\r
-       \r
-       public PlantStructureOutlinePage(ISessionContext sessionContext, Resource inputResource) {\r
-               super(sessionContext, inputResource);\r
-       }\r
-       \r
-       @Override\r
-       public void createControl(Composite parent) {\r
-               super.createControl(parent);\r
-       }\r
-\r
-       @Override\r
-       public ResourceViewpoint getViewPoint(ISessionContext sessionContext) {\r
-               return ViewpointGenerator.createObjectStructureViewpoint();\r
-       }\r
-}\r