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