- 
 public interface BeanContextContainerProxyThis interface is implemented by BeanContexts' that have an AWT Container associated with them. - Since:
- 1.2
- See Also:
- BeanContext,- BeanContextSupport
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description ContainergetContainer()Gets thejava.awt.Containerassociated with thisBeanContext.
 
- 
- 
- 
Method Detail- 
getContainerContainer getContainer() Gets thejava.awt.Containerassociated with thisBeanContext.- Returns:
- the java.awt.Containerassociated with thisBeanContext.
 
 
- 
 
-