public interface BeanContextChildComponentProxy
This interface is implemented by
BeanContextChildren that have an AWT Component
associated with them.
- Since:
- 1.2
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionGets thejava.awt.Componentassociated with thisBeanContextChild.
-
Method Details
-
getComponent
Component getComponent()Gets thejava.awt.Componentassociated with thisBeanContextChild.- Returns:
- the AWT
Componentassociated with thisBeanContextChild
-