Searched refs:contentAttributeSet (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/swing/text/html/
H A DHTMLDocument.java445 attr = contentAttributeSet;
450 ((MutableAttributeSet)attr).addAttributes(contentAttributeSet);
1811 private static AttributeSet contentAttributeSet; field in class:HTMLDocument
1828 contentAttributeSet = new SimpleAttributeSet();
1829 ((MutableAttributeSet)contentAttributeSet).

Completed in 901 milliseconds