- 
public interface BeanContextChildComponentProxyThis interface is implemented by
BeanContextChildrenthat have an AWTComponentassociated with them.- Since:
 - 1.2
 - See Also:
 BeanContext,BeanContextSupport
 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ComponentgetComponent()Gets thejava.awt.Componentassociated with thisBeanContextChild. 
 - 
 
- 
- 
Method Detail
- 
getComponent
Component getComponent()
Gets thejava.awt.Componentassociated with thisBeanContextChild.- Returns:
 - the AWT 
Componentassociated with thisBeanContextChild 
 
 - 
 
 -