src/java.desktop/share/classes/javax/swing/text/html/HTMLDocument.java
changeset 58325 d32a3b1ca84a
parent 52752 5e7dba63836d
equal deleted inserted replaced
58324:0aba35254e00 58325:d32a3b1ca84a
     1 /*
     1 /*
     2  * Copyright (c) 1997, 2018, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 1997, 2019, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.  Oracle designates this
     7  * published by the Free Software Foundation.  Oracle designates this
  3575          *   <tr>
  3575          *   <tr>
  3576          *     <th scope="row">select
  3576          *     <th scope="row">select
  3577          *     <td>{@link DefaultComboBoxModel} or an {@link DefaultListModel},
  3577          *     <td>{@link DefaultComboBoxModel} or an {@link DefaultListModel},
  3578          *     with an item type of Option
  3578          *     with an item type of Option
  3579          *   <tr>
  3579          *   <tr>
  3580          *     <td>textarea
  3580          *     <th scope="row">textarea
  3581          *     <td>{@link PlainDocument}
  3581          *     <td>{@link PlainDocument}
  3582          * </tbody>
  3582          * </tbody>
  3583          * </table>
  3583          * </table>
  3584          */
  3584          */
  3585         public class FormAction extends SpecialAction {
  3585         public class FormAction extends SpecialAction {