Interface BeanContextContainerProxy
Deprecated, for removal: This API element is subject to removal in a future version.
This interface is implemented by BeanContexts' that have an AWT Container associated with them.
- Since:
- 1.2
- See Also:
- 
Method SummaryModifier and TypeMethodDescriptionDeprecated, for removal: This API element is subject to removal in a future version.Gets thejava.awt.Containerassociated with thisBeanContext.
- 
Method Details- 
getContainerContainer getContainer()Deprecated, for removal: This API element is subject to removal in a future version.Gets thejava.awt.Containerassociated with thisBeanContext.- Returns:
- the java.awt.Containerassociated with thisBeanContext.
 
 
-