public interface BeanContextContainerProxy
This interface is implemented by BeanContexts' that have an AWT Container associated with them.
- Since:
- 1.2
- See Also:
- BeanContext,- BeanContextSupport
- 
Method SummaryModifier and Type Method Description ContainergetContainer()Gets thejava.awt.Containerassociated with thisBeanContext.
- 
Method Details- 
getContainerContainer getContainer()Gets thejava.awt.Containerassociated with thisBeanContext.- Returns:
- the java.awt.Containerassociated with thisBeanContext.
 
 
-