|
|||||||||
| Home >> All >> java >> beans >> [ beancontext overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.beans.beancontext
Interface BeanContextContainerProxy

- public interface BeanContextContainerProxy
Interface for 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
| Method Summary | |
java.awt.Container |
getContainer()
Get the Container associated with this BeanContext. |
| Method Detail |
getContainer
public java.awt.Container getContainer()
- Get the
Containerassociated with thisBeanContext.
|
|||||||||
| Home >> All >> java >> beans >> [ beancontext overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC