java.beans.beancontext
Interface BeanContextChildComponentProxy
java.lang.Object
|
+--java.beans.beancontext.BeanContextChildComponentProxy
public interface BeanContextChildComponentProxy
Interface for BeanContextChild
s 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:Author:getComponent
public Component getComponent()
Get the Component
associated with this BeanContextChild
.
Returns:
- the
Component
associated with this
BeanContextChild
.
BeanContextChild
s which wish to associate an AWT component with them. The proxy is provided because theaddPropertyChangeListener()
method would conflict withComponent
if you tried to extend.