|
|||||||||
| 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 BeanContextChildComponentProxy

- public interface BeanContextChildComponentProxy
Interface for BeanContextChilds which wish to associate an
AWT component with them. The proxy is provided because the
addPropertyChangeListener() method would conflict with
Component if you tried to extend.
- Since:
- JDK1.2
| Method Summary | |
java.awt.Component |
getComponent()
Get the Component associated with this BeanContextChild. |
| Method Detail |
getComponent
public java.awt.Component getComponent()
- Get the
Componentassociated with thisBeanContextChild.
|
|||||||||
| Home >> All >> java >> beans >> [ beancontext overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC