]> gerrit.simantics Code Review - simantics/platform.git/blob - 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
1 package org.simantics.selectionview;\r
2 \r
3 import java.util.Collection;\r
4 \r
5 import org.simantics.ui.selection.WorkbenchSelectionElement;\r
6 \r
7 public interface SelectionInput {\r
8 \r
9         Collection<WorkbenchSelectionElement> getElements();\r
10         <T> T getParameter(String key);\r
11 \r
12 }\r