jdk/src/share/classes/javax/swing/text/GlyphView.java
changeset 23715 54ae9dd9df73
parent 22260 c9185e010e03
child 25193 187a455af8f8
equal deleted inserted replaced
23714:468e8b2a358a 23715:54ae9dd9df73
    54  * represents text that may have tabs embedded in it, it implements the
    54  * represents text that may have tabs embedded in it, it implements the
    55  * <code>TabableView</code> interface.  Tabs will only be
    55  * <code>TabableView</code> interface.  Tabs will only be
    56  * expanded if this view is embedded in a container that does
    56  * expanded if this view is embedded in a container that does
    57  * tab expansion.  ParagraphView is an example of a container
    57  * tab expansion.  ParagraphView is an example of a container
    58  * that does tab expansion.
    58  * that does tab expansion.
    59  * <p>
       
    60  *
    59  *
    61  * @since 1.3
    60  * @since 1.3
    62  *
    61  *
    63  * @author  Timothy Prinzing
    62  * @author  Timothy Prinzing
    64  */
    63  */