Selects a set of components in the Forms Designer.
public void setSelectedComponents( IComponent [] components )
components
An array of IComponent objects that represent the components to select in the Forms Designer. Either set to null or set to an empty array to indicate that nothing should be selected.
Use this method with care. It can change the behavior of the Forms Designer's selection model.