java.beans.beancontext
public interface BeanContextContainerProxy
BeanContexts which wish to associate an
AWT container with them. The proxy is provided because the
addPropertyChangeListener() and add() methods
would conflict with Component and Container
if you tried to extend.
Since: JDK1.2
UNKNOWN: It is unclear whether anything besides BeanContexts
are allowed to implement this interface.
| Method Summary | |
|---|---|
| Container | getContainer()
Get the Container associated with this BeanContext. |
Container associated with this BeanContext.Returns: the Container associated with this
BeanContext.