public interface IUIContext
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getContextInfo(java.lang.String contextName)
Return the context object corresponding to the specified context type
|
void |
setContextInfo(java.lang.String contextName,
java.lang.Object value)
Sets the context object corresponding to the specified context type
|
java.lang.Object getContextInfo(java.lang.String contextName)
contextName
- the context String constant, please see
IUIContextConstants for possible context namesvoid setContextInfo(java.lang.String contextName, java.lang.Object value)
contextName
- the context String constant, please see
IUIContextConstants for possible context namesvalue
- the context object correspondnig to the contextName