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