The ControlBean interface defines a base set of methods that are implemented by all
JavaBeans that host Java Controls.
A ControlBean will implement the java.beans.beancontext.BeanContextProxy
interface to provide a way to get the BeanContext directly associated
with the Java Control. The getBeanContext() API on the interface will
return the parent (containing) context.
See Also: java.beans.beancontext.BeanContextProxy |