]> gerrit.simantics Code Review - simantics/platform.git/blob - bundles/org.simantics.modeling/scl/Simantics/WorkbenchSelection.scl
Merge changes I09c034e1,Ideac8aae,Ib7751212,Id09d9a3c,I39696ee5, ...
[simantics/platform.git] / bundles / org.simantics.modeling / scl / Simantics / WorkbenchSelection.scl
1 import "Simantics/Variables"
2
3
4 importJava "org.simantics.ui.selection.WorkbenchSelectionElement" where
5     data WorkbenchSelectionElement
6
7 importJava "org.simantics.ui.selection.WorkbenchSelectionUtils" where
8     @JavaName "getPossibleVariableSCL"
9     possibleWSEVariable :: WorkbenchSelectionElement -> <ReadGraph> Maybe Variable
10     @JavaName "getPossibleResourceSCL"
11     possibleWSEResource :: WorkbenchSelectionElement -> <ReadGraph> Maybe Resource
12