this method is called when the container window is opened...
setFocusedExpression
public void setFocusedExpression(Object[] expressionInfo)(Code)
This method is used to higlight and focus a component that is generating an error.
Since the expression to show can be nested in some remote window, the array hold
the complete "path" required to open the right expression.
The simplest case is a single Integer value (like for the PieChart)
A complicated case can be an error in an hyperlink parameter in some category series
that would make the array to be something like:
[0] CATEGORY_LIST
[1] index of the category
[2] (used for the category window) COMPONENT_HYPERLINK
[3] (for the hyper link component) COMPONENT_PARAMETERS
[4] Index of the parameter
[5] Expression to hilight in the parameter link window