public interface BeanContextChildComponentProxy
 This interface is implemented by
 BeanContextChildren that have an AWT Component
 associated with them.
 
- Since:
- 1.2
- See Also:
- BeanContext,- BeanContextSupport
- 
Method SummaryModifier and Type Method Description ComponentgetComponent()Gets thejava.awt.Componentassociated with thisBeanContextChild.
- 
Method Details- 
getComponentComponent getComponent()Gets thejava.awt.Componentassociated with thisBeanContextChild.- Returns:
- the AWT Componentassociated with thisBeanContextChild
 
 
-