]> gerrit.simantics Code Review - simantics/platform.git/blob - bundles/org.simantics.modeling.ui/scl/Simantics/Testing/BuiltinKeys.scl
Migrated source code from Simantics SVN
[simantics/platform.git] / bundles / org.simantics.modeling.ui / scl / Simantics / Testing / BuiltinKeys.scl
1 import "Simantics/DB"\r
2 \r
3 importJava "org.simantics.browsing.ui.NodeContext$ConstantKey" where\r
4     """\r
5     A key interface used for querying constants from INodeContext. Create static instances of this interface to create re-usable keys. \r
6     """\r
7     data ConstantKey\r
8 \r
9 importJava "org.simantics.browsing.ui.BuiltinKeys" where\r
10     \r
11     """\r
12     This key is used for storing the main input object into a NodeContext. \r
13     """\r
14     INPUT :: ConstantKey\r
15     \r
16     """\r
17     This key is used for storing the node-specific BrowseContext input object into a NodeContext. \r
18     """\r
19     BROWSE_CONTEXT :: ConstantKey\r
20     \r
21     """\r
22     This key is used for storing the node-specific ActionBrowseContext input object into a NodeContext.\r
23     """\r
24     ACTION_BROWSE_CONTEXT :: ConstantKey