jdk/src/share/classes/javax/swing/text/html/StyleSheet.java
changeset 7959 2e05332a8f5c
parent 7668 d4a77089c587
child 9035 1255eb81cc2f
equal deleted inserted replaced
7793:bcc54a3c2825 7959:2e05332a8f5c
    49  * <code>toString</code> method is required
    49  * <code>toString</code> method is required
    50  * to return a string representation of CSS value.
    50  * to return a string representation of CSS value.
    51  * <p>
    51  * <p>
    52  * The primary entry point for HTML View implementations
    52  * The primary entry point for HTML View implementations
    53  * to get their attributes is the
    53  * to get their attributes is the
    54  * <a href="#getViewAttributes">getViewAttributes</a>
    54  * {@link #getViewAttributes getViewAttributes}
    55  * method.  This should be implemented to establish the
    55  * method.  This should be implemented to establish the
    56  * desired policy used to associate attributes with the view.
    56  * desired policy used to associate attributes with the view.
    57  * Each HTMLEditorKit (i.e. and therefore each associated
    57  * Each HTMLEditorKit (i.e. and therefore each associated
    58  * JEditorPane) can have its own StyleSheet, but by default one
    58  * JEditorPane) can have its own StyleSheet, but by default one
    59  * sheet will be shared by all of the HTMLEditorKit instances.
    59  * sheet will be shared by all of the HTMLEditorKit instances.