X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=dev%2Forg.simantics.proconf.processeditor%2Fsrc%2Ffi%2Fvtt%2Fsimantics%2Fprocesseditor%2Fviews%2FPlantStructureView.java;fp=dev%2Forg.simantics.proconf.processeditor%2Fsrc%2Ffi%2Fvtt%2Fsimantics%2Fprocesseditor%2Fviews%2FPlantStructureView.java;h=0000000000000000000000000000000000000000;hb=34ca2a15526fd19014b66de48717dd7a469ec222;hp=6685e36c3aa424dc8762fb9a50f78fbba7629c13;hpb=9b0a862f752c8d55da47c8d0265bcc135b38cede;p=simantics%2F3d.git diff --git a/dev/org.simantics.proconf.processeditor/src/fi/vtt/simantics/processeditor/views/PlantStructureView.java b/dev/org.simantics.proconf.processeditor/src/fi/vtt/simantics/processeditor/views/PlantStructureView.java deleted file mode 100644 index 6685e36c..00000000 --- a/dev/org.simantics.proconf.processeditor/src/fi/vtt/simantics/processeditor/views/PlantStructureView.java +++ /dev/null @@ -1,22 +0,0 @@ -package fi.vtt.simantics.processeditor.views; - -import org.eclipse.swt.widgets.Composite; -import org.simantics.db.management.ISessionContext; -import org.simantics.layer0.utils.viewpoints.ResourceViewpoint; -import org.simantics.proconf.browsing.GraphExplorer; -import org.simantics.proconf.browsing.views.GraphExplorerView; - -import fi.vtt.simantics.processeditor.perspectives.ViewpointGenerator; - -public class PlantStructureView extends GraphExplorerView { - - @Override - protected GraphExplorer createExplorer(Composite parent) { - return super.createExplorer(parent); - } - - @Override - protected ResourceViewpoint getViewpoint(ISessionContext context) { - return ViewpointGenerator.createViewpoint(); - } -}