getComponent
Description
Returns a JComponent for either a component id or a specified project and component name.
Parameters
Return Type
Example 1
getComponent("TEST", "sil");
Returns a JComponent structure for the "sil" component in the "TEST" project.
Example 2
getComponent(10000);
Returns a JComponent structure for the 10000 component ID.
See also
Peacock