package org.simantics.ui.selection; /* * All data in Simantics ISelections use elements based on this interface. */ public interface WorkbenchSelectionElement { T getContent(WorkbenchSelectionContentType contentType); }