< prev index next >
src/java.desktop/share/classes/java/beans/beancontext/BeanContextChildComponentProxy.java
Print this page
*** 28,38 ****
import java.awt.Component;
/**
* <p>
* This interface is implemented by
! * <code>BeanContextChildren</code> that have an AWT <code>Component</code>
* associated with them.
* </p>
*
* @author Laurence P. G. Cable
* @since 1.2
--- 28,38 ----
import java.awt.Component;
/**
* <p>
* This interface is implemented by
! * {@code BeanContextChildren} that have an AWT {@code Component}
* associated with them.
* </p>
*
* @author Laurence P. G. Cable
* @since 1.2
*** 42,54 ****
*/
public interface BeanContextChildComponentProxy {
/**
! * Gets the <code>java.awt.Component</code> associated with
! * this <code>BeanContextChild</code>.
! * @return the AWT <code>Component</code> associated with
! * this <code>BeanContextChild</code>
*/
Component getComponent();
}
--- 42,54 ----
*/
public interface BeanContextChildComponentProxy {
/**
! * Gets the {@code java.awt.Component} associated with
! * this {@code BeanContextChild}.
! * @return the AWT {@code Component} associated with
! * this {@code BeanContextChild}
*/
Component getComponent();
}
< prev index next >