]> gerrit.simantics Code Review - simantics/3d.git/blobdiff - org.simantics.processeditor/src/org/simantics/processeditor/dialogs/PipelineComponentDialog.java
Removing ancient 3d framework
[simantics/3d.git] / org.simantics.processeditor / src / org / simantics / processeditor / dialogs / PipelineComponentDialog.java
diff --git a/org.simantics.processeditor/src/org/simantics/processeditor/dialogs/PipelineComponentDialog.java b/org.simantics.processeditor/src/org/simantics/processeditor/dialogs/PipelineComponentDialog.java
deleted file mode 100644 (file)
index b72f994..0000000
+++ /dev/null
@@ -1,34 +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.dialogs;\r
-\r
-import java.util.Collection;\r
-\r
-import org.eclipse.swt.widgets.Shell;\r
-import org.simantics.db.Resource;\r
-import org.simantics.db.Session;\r
-import org.simantics.processeditor.ProcessResource;\r
-\r
-\r
-\r
-\r
-public class PipelineComponentDialog extends LibraryComponentDialog{\r
-\r
\r
-        public PipelineComponentDialog(Shell parentShell, Collection<Resource> requiredTypes, Collection<Resource> filteredTypes, Session session) {\r
-            super(parentShell,session,ProcessResource.plant3Dresource.PipelineComponent,"Select Component");\r
-            if (requiredTypes != null)\r
-               setRequired(requiredTypes);\r
-            if (filteredTypes != null)\r
-               setFilter(filteredTypes);\r
-        }\r
-\r
-}\r