]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.ui/src/org/simantics/ui/selection/WorkbenchSelectionElement.java
Migrated source code from Simantics SVN
[simantics/platform.git] / bundles / org.simantics.ui / src / org / simantics / ui / selection / WorkbenchSelectionElement.java
diff --git a/bundles/org.simantics.ui/src/org/simantics/ui/selection/WorkbenchSelectionElement.java b/bundles/org.simantics.ui/src/org/simantics/ui/selection/WorkbenchSelectionElement.java
new file mode 100644 (file)
index 0000000..348c2e3
--- /dev/null
@@ -0,0 +1,10 @@
+package org.simantics.ui.selection;\r
+\r
+/*\r
+ * All data in Simantics ISelections use elements based on this interface.\r
+ */\r
+public interface WorkbenchSelectionElement {\r
+\r
+       <T> T getContent(WorkbenchSelectionContentType<T> contentType);\r
+       \r
+}\r