]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.ui/src/org/simantics/ui/selection/JSONContentType.java
Migrated source code from Simantics SVN
[simantics/platform.git] / bundles / org.simantics.ui / src / org / simantics / ui / selection / JSONContentType.java
diff --git a/bundles/org.simantics.ui/src/org/simantics/ui/selection/JSONContentType.java b/bundles/org.simantics.ui/src/org/simantics/ui/selection/JSONContentType.java
new file mode 100644 (file)
index 0000000..815595d
--- /dev/null
@@ -0,0 +1,13 @@
+package org.simantics.ui.selection;\r
+\r
+import org.simantics.db.RequestProcessor;\r
+\r
+public class JSONContentType implements WorkbenchSelectionContentType<String>  {\r
+\r
+       public RequestProcessor processor;\r
+       \r
+       public JSONContentType(RequestProcessor processor) {\r
+               this.processor = processor;\r
+       }\r
+       \r
+}\r