1 package org.simantics.selectionview;
3 import java.util.Collection;
5 import org.simantics.ui.selection.WorkbenchSelectionElement;
7 public interface SelectionInput {
9 Collection<WorkbenchSelectionElement> getElements();
10 <T> T getParameter(String key);