IContainer.add

Overview | Methods | This Package | All Packages

IContainer.add

Adds a component to the container.

Syntax

public void add( IComponent component )

public void add( IComponent component, String name )

Parameters

component

The component to be added.

name

The name to be associated with the component.

Remarks

This method creates the site that associates the component with the container.

See Also   remove