Container.getComponent

Overview | Methods | This Package | All Packages

Container.getComponent

Retrieves a component in the container.

Syntax

public synchronized IComponent getComponent( String name )

Parameters

name

The name associated with the component to be retrieved.

Return Value

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