X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=bundles%2Forg.simantics.modeling.ui%2Fscl%2FSimantics%2FTesting%2FBuiltinKeys.scl;fp=bundles%2Forg.simantics.modeling.ui%2Fscl%2FSimantics%2FTesting%2FBuiltinKeys.scl;h=e8087a5a4a9a59a9b9416c9ef23b8cc143add4b6;hb=0ae2b770234dfc3cbb18bd38f324125cf0faca07;hp=520508a5bf6c030c351e45188451afddc16d4c49;hpb=24e2b34260f219f0d1644ca7a138894980e25b14;p=simantics%2Fplatform.git diff --git a/bundles/org.simantics.modeling.ui/scl/Simantics/Testing/BuiltinKeys.scl b/bundles/org.simantics.modeling.ui/scl/Simantics/Testing/BuiltinKeys.scl index 520508a5b..e8087a5a4 100644 --- a/bundles/org.simantics.modeling.ui/scl/Simantics/Testing/BuiltinKeys.scl +++ b/bundles/org.simantics.modeling.ui/scl/Simantics/Testing/BuiltinKeys.scl @@ -1,24 +1,24 @@ -import "Simantics/DB" - -importJava "org.simantics.browsing.ui.NodeContext$ConstantKey" where - """ - A key interface used for querying constants from INodeContext. Create static instances of this interface to create re-usable keys. - """ - data ConstantKey - -importJava "org.simantics.browsing.ui.BuiltinKeys" where - - """ - This key is used for storing the main input object into a NodeContext. - """ - INPUT :: ConstantKey - - """ - This key is used for storing the node-specific BrowseContext input object into a NodeContext. - """ - BROWSE_CONTEXT :: ConstantKey - - """ - This key is used for storing the node-specific ActionBrowseContext input object into a NodeContext. - """ +import "Simantics/DB" + +importJava "org.simantics.browsing.ui.NodeContext$ConstantKey" where + """ + A key interface used for querying constants from INodeContext. Create static instances of this interface to create re-usable keys. + """ + data ConstantKey + +importJava "org.simantics.browsing.ui.BuiltinKeys" where + + """ + This key is used for storing the main input object into a NodeContext. + """ + INPUT :: ConstantKey + + """ + This key is used for storing the node-specific BrowseContext input object into a NodeContext. + """ + BROWSE_CONTEXT :: ConstantKey + + """ + This key is used for storing the node-specific ActionBrowseContext input object into a NodeContext. + """ ACTION_BROWSE_CONTEXT :: ConstantKey \ No newline at end of file