]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.document.server/scl/Document/All.scl
Sync git svn branch with SVN repository r33166.
[simantics/platform.git] / bundles / org.simantics.document.server / scl / Document / All.scl
index 35ab38a80ffc403db6ed5e829523c02f13040be5..3d63eaf6a9463ade923a41b168ac0ba78a4d9fd5 100644 (file)
@@ -14,6 +14,9 @@ importJava "org.simantics.document.server.io.IDocument" where
 importJava "org.simantics.document.server.io.ITableCell" where\r
     data ITableCell\r
 \r
+importJava "org.simantics.document.server.io.ITreeTableCell" where\r
+    data ITreeTableCell\r
+\r
 importJava "org.simantics.document.server.io.IFont" where\r
     data IFont\r
 \r
@@ -56,9 +59,9 @@ importJava "org.simantics.document.server.io.CommandContextMutable" where
     data CommandContextMutable\r
 \r
     @JavaName putString\r
-    putString :: CommandContextMutable -> String -> String -> CommandContextMutable\r
+    putString :: CommandContextMutable -> String -> String -> <Proc> CommandContextMutable\r
     \r
-    putValue :: CommandContextMutable -> String -> a -> CommandContextMutable\r
+    putValue :: CommandContextMutable -> String -> a -> <Proc> CommandContextMutable\r
 \r
 importJava "org.simantics.document.server.io.CommandContextImpl" where\r
 \r
@@ -112,6 +115,8 @@ importJava "org.simantics.document.server.Functions" where
     @JavaName getPropertyValueCached\r
     propertyValueCached_ :: Variable -> String -> Binding a -> <ReadGraph> a\r
     \r
+    stateVariable :: Variable -> <ReadGraph> Variable\r
+    \r
 propertyValueCached :: Serializable a => Typeable a => Variable -> String -> <ReadGraph> a\r
 propertyValueCached var prop = propertyValueCached_ var prop binding\r
     \r