Returns the local contexts for this context computer.
Typically this method is called by other instances of
IContextComputer in their computeContexts
method.
The important concept here is that the value returned by
computeContexts represents the complete help
contexts and is passed directly to the help support system.
However the value returned by this method represents the
only the contexts for the particular control with which this
IContextComputer is associated.
Parameters: event - the help event which triggered this request for help a mixed-type array of context ids (type String )and/or help contexts (type IContext ) See Also: org.eclipse.help.IContext |