X-Git-Url: https://gerrit.simantics.org/r/gitweb?p=simantics%2Fplatform.git;a=blobdiff_plain;f=bundles%2Forg.simantics.modeling%2Fscl%2FSimantics%2FWorkbenchSelection.scl;h=60ab7797b288ab5a5b1316cd646ce2f55a7ef80a;hp=70987a2fa0c960d0d6d9e3c9cc49505ebd42dc57;hb=refs%2Fchanges%2F38%2F238%2F2;hpb=24e2b34260f219f0d1644ca7a138894980e25b14 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