Containedpublic interface Contained Decoupling interface which specifies that an implementing class is
associated with at most one Container instance. |
Methods Summary |
---|
public Container | getContainer()Return the Container with which this instance is associated
(if any); otherwise return null .
| public void | setContainer(Container container)Set the Container with which this instance is associated.
|
|