X-Git-Url: https://gerrit.simantics.org/r/gitweb?p=simantics%2Fplatform.git;a=blobdiff_plain;f=bundles%2Forg.simantics.document.server%2Fscl%2FDocument%2FAll.scl;h=53124fb464194fcbbf53eab3cfc04c3d1e6fab8c;hp=35ab38a80ffc403db6ed5e829523c02f13040be5;hb=6a4a43b278d6819c660182eb4954524d1757e077;hpb=4e40f9793cc18f08f1fa6c96d9bb4f42408997b4 diff --git a/bundles/org.simantics.document.server/scl/Document/All.scl b/bundles/org.simantics.document.server/scl/Document/All.scl index 35ab38a80..53124fb46 100644 --- a/bundles/org.simantics.document.server/scl/Document/All.scl +++ b/bundles/org.simantics.document.server/scl/Document/All.scl @@ -14,6 +14,9 @@ importJava "org.simantics.document.server.io.IDocument" where importJava "org.simantics.document.server.io.ITableCell" where data ITableCell +importJava "org.simantics.document.server.io.ITreeTableCell" where + data ITreeTableCell + importJava "org.simantics.document.server.io.IFont" where data IFont @@ -56,9 +59,9 @@ importJava "org.simantics.document.server.io.CommandContextMutable" where data CommandContextMutable @JavaName putString - putString :: CommandContextMutable -> String -> String -> CommandContextMutable + putString :: CommandContextMutable -> String -> String -> CommandContextMutable - putValue :: CommandContextMutable -> String -> a -> CommandContextMutable + putValue :: CommandContextMutable -> String -> a -> CommandContextMutable importJava "org.simantics.document.server.io.CommandContextImpl" where