Searched defs:pattr (Results 1 - 1 of 1) sorted by relevance
/openjdk7/jdk/src/share/classes/javax/swing/text/ |
H A D | DefaultStyledDocument.java | 643 AttributeSet pattr = paragraph.getAttributes(); 665 (paragraph, pParagraph, pattr, parseBuffer, 680 pattr = pParagraph.getAttributes(); 695 lastStartSpec = new ElementSpec(pattr, ElementSpec. 812 Element pParagraph, AttributeSet pattr, Vector<ElementSpec> parseBuffer, 818 ElementSpec spec = new ElementSpec(pattr, ElementSpec.EndTagType); 820 spec = new ElementSpec(pattr, ElementSpec.StartTagType); 811 createSpecsForInsertAfterNewline(Element paragraph, Element pParagraph, AttributeSet pattr, Vector<ElementSpec> parseBuffer, int offset, int endOffset) argument
|
Completed in 165 milliseconds