]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.ui/src/org/simantics/ui/selection/ExplorerInputContentType.java
Migrated source code from Simantics SVN
[simantics/platform.git] / bundles / org.simantics.ui / src / org / simantics / ui / selection / ExplorerInputContentType.java
diff --git a/bundles/org.simantics.ui/src/org/simantics/ui/selection/ExplorerInputContentType.java b/bundles/org.simantics.ui/src/org/simantics/ui/selection/ExplorerInputContentType.java
new file mode 100644 (file)
index 0000000..666b379
--- /dev/null
@@ -0,0 +1,8 @@
+package org.simantics.ui.selection;\r
+\r
+\r
+public class ExplorerInputContentType implements WorkbenchSelectionContentType<Object>  {\r
+\r
+       public static ExplorerInputContentType INSTANCE = new ExplorerInputContentType();\r
+       \r
+}\r