< prev index next >

src/java.desktop/share/classes/java/beans/beancontext/BeanContextChildComponentProxy.java

Print this page

        

@@ -28,11 +28,11 @@
 import java.awt.Component;
 
 /**
  * <p>
  * This interface is implemented by
- * <code>BeanContextChildren</code> that have an AWT <code>Component</code>
+ * {@code BeanContextChildren} that have an AWT {@code Component}
  * associated with them.
  * </p>
  *
  * @author Laurence P. G. Cable
  * @since 1.2

@@ -42,13 +42,13 @@
  */
 
 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>
+     * 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 >