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

/openjdk7/jdk/src/share/classes/javax/swing/text/rtf/
H A DRTFReader.java89 static private Dictionary<String, RTFAttribute> straightforwardAttributes; field in class:RTFReader
91 straightforwardAttributes = RTFAttributes.attributesByKeyword();
1121 RTFAttribute attr = straightforwardAttributes.get(keyword);
1189 RTFAttribute attr = straightforwardAttributes.get(keyword);
1471 Enumeration<RTFAttribute> attributes = straightforwardAttributes.elements();
1495 Enumeration<RTFAttribute> attributes = straightforwardAttributes.elements();
1508 Enumeration<RTFAttribute> attributes = straightforwardAttributes.elements();

Completed in 32 milliseconds