< prev index next >

src/java.desktop/share/classes/javax/swing/text/Style.java

Print this page

        

*** 47,57 **** */ public interface Style extends MutableAttributeSet { /** * Fetches the name of the style. A style is not required to be named, ! * so <code>null</code> is returned if there is no name * associated with the style. * * @return the name */ public String getName(); --- 47,57 ---- */ public interface Style extends MutableAttributeSet { /** * Fetches the name of the style. A style is not required to be named, ! * so {@code null} is returned if there is no name * associated with the style. * * @return the name */ public String getName();
< prev index next >