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 Summary
Modifier and TypeMethodDescriptionDeprecated, for removal: This API element is subject to removal in a future version.Gets thejava.awt.Container
associated with thisBeanContext
.
-
Method Details
-
getContainer
Container getContainer()Deprecated, for removal: This API element is subject to removal in a future version.Gets thejava.awt.Container
associated with thisBeanContext
.- Returns:
- the
java.awt.Container
associated with thisBeanContext
.
-