Searched defs:newAttributes (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/swing/text/rtf/
H A DRTFGenerator.java464 AttributeSet newAttributes,
472 if ((parm = attrDiff(currentAttributes, newAttributes,
484 AttributeSet newAttributes,
490 if ((parm = attrDiff(currentAttributes, newAttributes,
499 AttributeSet newAttributes,
509 checkControlWord(currentAttributes, newAttributes, attr);
514 AttributeSet newAttributes,
520 Object newStyle = findStyleNumber(newAttributes, Constants.STSection);
534 checkControlWords(current, newAttributes,
555 AttributeSet newAttributes,
463 checkNumericControlWord(MutableAttributeSet currentAttributes, AttributeSet newAttributes, Object attrName, String controlWord, float dflt, float scale) argument
483 checkControlWord(MutableAttributeSet currentAttributes, AttributeSet newAttributes, RTFAttribute word) argument
498 checkControlWords(MutableAttributeSet currentAttributes, AttributeSet newAttributes, RTFAttribute words[], int domain) argument
513 updateSectionAttributes(MutableAttributeSet current, AttributeSet newAttributes, boolean emitStyleChanges) argument
554 updateParagraphAttributes(MutableAttributeSet current, AttributeSet newAttributes, boolean emitStyleChanges) argument
702 updateCharacterAttributes(MutableAttributeSet current, AttributeSet newAttributes, boolean updateStyleChanges) argument
[all...]
/openjdk7/jdk/src/share/classes/javax/swing/text/
H A DDefaultStyledDocument.java2521 public AttributeUndoableEdit(Element element, AttributeSet newAttributes, argument
2525 this.newAttributes = newAttributes;
2543 as.addAttributes(newAttributes);
2559 protected AttributeSet newAttributes; field in class:DefaultStyledDocument.AttributeUndoableEdit

Completed in 63 milliseconds