jdk/src/share/classes/javax/swing/text/DefaultEditorKit.java
changeset 21982 fd6e5fe509df
parent 20458 f2423fb3fd19
child 22260 c9185e010e03
equal deleted inserted replaced
21981:48b31d370bc9 21982:fd6e5fe509df
    39  * This is the set of things needed by a text component
    39  * This is the set of things needed by a text component
    40  * to be a reasonably functioning editor for some <em>type</em>
    40  * to be a reasonably functioning editor for some <em>type</em>
    41  * of text document.  This implementation provides a default
    41  * of text document.  This implementation provides a default
    42  * implementation which treats text as plain text and
    42  * implementation which treats text as plain text and
    43  * provides a minimal set of actions for a simple editor.
    43  * provides a minimal set of actions for a simple editor.
    44  * <p>
    44  *
    45  * <dl>
    45  * <dl>
    46  * <dt><b><font size=+1>Newlines</font></b>
    46  * <dt><b><font size=+1>Newlines</font></b>
    47  * <dd>
    47  * <dd>
    48  * There are two properties which deal with newlines.  The
    48  * There are two properties which deal with newlines.  The
    49  * system property, <code>line.separator</code>, is defined to be
    49  * system property, <code>line.separator</code>, is defined to be