Microsoft SDK for Java

Container Class

Represents a container for components.

package com.ms.wfc.core

public class Container
implements
IContainer

Remarks

A container represents a logical containment of components, rather than a physical containment. For each component that is added to a container, the container creates a site that it uses to manage the component. The container is responsible for the lifetime of its components.

See Also   Component, IComponentSite

© 1999 Microsoft Corporation. All rights reserved. Terms of use.