jdk/src/java.desktop/share/classes/javax/swing/text/html/FormView.java
changeset 45648 87c997b74bb8
parent 44655 06871a50a4b5
equal deleted inserted replaced
45533:e6707cd51e28 45648:87c997b74bb8
    44  * multiple views mapped over the document, they will share the
    44  * multiple views mapped over the document, they will share the
    45  * embedded component models.
    45  * embedded component models.
    46  * <p>
    46  * <p>
    47  * The following table shows what components get built
    47  * The following table shows what components get built
    48  * by this view.
    48  * by this view.
    49  * <table summary="shows what components get built by this view">
    49  *
       
    50  * <table class="striped">
       
    51  * <caption>Shows what components get built by this view</caption>
       
    52  * <thead>
    50  * <tr>
    53  * <tr>
    51  *   <th>Element Type</th>
    54  *   <th>Element Type</th>
    52  *   <th>Component built</th>
    55  *   <th>Component built</th>
    53  * </tr>
    56  * </tr>
       
    57  * </thead>
       
    58  * <tbody>
    54  * <tr>
    59  * <tr>
    55  *   <td>input, type button</td>
    60  *   <td>input, type button</td>
    56  *   <td>JButton</td>
    61  *   <td>JButton</td>
    57  * </tr>
    62  * </tr>
    58  * <tr>
    63  * <tr>
    97  * </tr>
   102  * </tr>
    98  * <tr>
   103  * <tr>
    99  *   <td>input, type file</td>
   104  *   <td>input, type file</td>
   100  *   <td>JTextField</td>
   105  *   <td>JTextField</td>
   101  * </tr>
   106  * </tr>
       
   107  * </tbody>
   102  * </table>
   108  * </table>
   103  *
   109  *
   104  * @author Timothy Prinzing
   110  * @author Timothy Prinzing
   105  * @author Sunita Mani
   111  * @author Sunita Mani
   106  */
   112  */