IContainer.remove

Overview | Methods | This Package | All Packages

IContainer.remove

Removes a component from the container.

Syntax

public synchronized void remove( IComponent component )

Parameters

component

The component to be removed.

Remarks

This method sets the component's site to null.

See Also   add, IComponent.setComponentSite