jdk/src/share/classes/javax/swing/text/html/ParagraphView.java
changeset 7959 2e05332a8f5c
parent 5506 202f599c92aa
child 9035 1255eb81cc2f
equal deleted inserted replaced
7793:bcc54a3c2825 7959:2e05332a8f5c
    59      * guaranteed to be called before any other methods if the
    59      * guaranteed to be called before any other methods if the
    60      * parent view is functioning properly.
    60      * parent view is functioning properly.
    61      * <p>
    61      * <p>
    62      * This is implemented
    62      * This is implemented
    63      * to forward to the superclass as well as call the
    63      * to forward to the superclass as well as call the
    64      * <a href="#setPropertiesFromAttributes">setPropertiesFromAttributes</a>
    64      * {@link #setPropertiesFromAttributes setPropertiesFromAttributes}
    65      * method to set the paragraph properties from the css
    65      * method to set the paragraph properties from the css
    66      * attributes.  The call is made at this time to ensure
    66      * attributes.  The call is made at this time to ensure
    67      * the ability to resolve upward through the parents
    67      * the ability to resolve upward through the parents
    68      * view attributes.
    68      * view attributes.
    69      *
    69      *