java.beans.beancontext
Interface BeanContextContainerProxy
java.lang.Object
|
+--java.beans.beancontext.BeanContextContainerProxy
public interface BeanContextContainerProxy
Interface for BeanContext
s 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:Author:getContainer
public Container getContainer()
Get the Container
associated with this BeanContext
.
Returns:
- the
Container
associated with this
BeanContext
.
BeanContext
s which wish to associate an AWT container with them. The proxy is provided because theaddPropertyChangeListener()
andadd()
methods would conflict withComponent
andContainer
if you tried to extend.