]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.selectionview/src/org/simantics/selectionview/SelectionInput.java
Migrated source code from Simantics SVN
[simantics/platform.git] / bundles / org.simantics.selectionview / src / org / simantics / selectionview / SelectionInput.java
diff --git a/bundles/org.simantics.selectionview/src/org/simantics/selectionview/SelectionInput.java b/bundles/org.simantics.selectionview/src/org/simantics/selectionview/SelectionInput.java
new file mode 100644 (file)
index 0000000..fdc1706
--- /dev/null
@@ -0,0 +1,12 @@
+package org.simantics.selectionview;\r
+\r
+import java.util.Collection;\r
+\r
+import org.simantics.ui.selection.WorkbenchSelectionElement;\r
+\r
+public interface SelectionInput {\r
+\r
+       Collection<WorkbenchSelectionElement> getElements();\r
+       <T> T getParameter(String key);\r
+\r
+}\r