Retrieves a component in the container.
public synchronized IComponent getComponent( String name )
name
The name associated with the component to be retrieved.
Returns an object implementing the IComponent interface that represents the specified component. If no component has the specified name, null is returned.
See Also getComponents