X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=bundles%2Forg.simantics.modeling%2Fscl%2FSimantics%2FWorkbenchSelection.scl;h=60ab7797b288ab5a5b1316cd646ce2f55a7ef80a;hb=0ae2b770234dfc3cbb18bd38f324125cf0faca07;hp=70987a2fa0c960d0d6d9e3c9cc49505ebd42dc57;hpb=24e2b34260f219f0d1644ca7a138894980e25b14;p=simantics%2Fplatform.git diff --git a/bundles/org.simantics.modeling/scl/Simantics/WorkbenchSelection.scl b/bundles/org.simantics.modeling/scl/Simantics/WorkbenchSelection.scl index 70987a2fa..60ab7797b 100644 --- a/bundles/org.simantics.modeling/scl/Simantics/WorkbenchSelection.scl +++ b/bundles/org.simantics.modeling/scl/Simantics/WorkbenchSelection.scl @@ -1,12 +1,12 @@ -import "Simantics/Variables" - - -importJava "org.simantics.ui.selection.WorkbenchSelectionElement" where - data WorkbenchSelectionElement - -importJava "org.simantics.ui.selection.WorkbenchSelectionUtils" where - @JavaName "getPossibleVariableSCL" - possibleWSEVariable :: WorkbenchSelectionElement -> Maybe Variable - @JavaName "getPossibleResourceSCL" - possibleWSEResource :: WorkbenchSelectionElement -> Maybe Resource +import "Simantics/Variables" + + +importJava "org.simantics.ui.selection.WorkbenchSelectionElement" where + data WorkbenchSelectionElement + +importJava "org.simantics.ui.selection.WorkbenchSelectionUtils" where + @JavaName "getPossibleVariableSCL" + possibleWSEVariable :: WorkbenchSelectionElement -> Maybe Variable + @JavaName "getPossibleResourceSCL" + possibleWSEResource :: WorkbenchSelectionElement -> Maybe Resource \ No newline at end of file