< prev index next >
src/java.desktop/share/classes/java/beans/beancontext/BeanContextContainerProxy.java
Print this page
*** 41,52 ****
*/
public interface BeanContextContainerProxy {
/**
! * Gets the <code>java.awt.Container</code> associated
! * with this <code>BeanContext</code>.
! * @return the <code>java.awt.Container</code> associated
! * with this <code>BeanContext</code>.
*/
Container getContainer();
}
--- 41,52 ----
*/
public interface BeanContextContainerProxy {
/**
! * Gets the {@code java.awt.Container} associated
! * with this {@code BeanContext}.
! * @return the {@code java.awt.Container} associated
! * with this {@code BeanContext}.
*/
Container getContainer();
}
< prev index next >