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

/openjdk7/jdk/src/share/classes/javax/swing/text/
H A DDefaultStyledDocument.java519 changes.addEdit(new AttributeUndoableEdit(run, sCopy, replace));
565 changes.addEdit(new AttributeUndoableEdit(paragraph, sCopy, replace));
1482 de.addEdit(new AttributeUndoableEdit(root, newAttrs, true));
2520 public static class AttributeUndoableEdit extends AbstractUndoableEdit { class in class:DefaultStyledDocument
2521 public AttributeUndoableEdit(Element element, AttributeSet newAttributes, method in class:DefaultStyledDocument.AttributeUndoableEdit
/openjdk7/jdk/src/share/classes/javax/swing/text/html/
H A DHTMLDocument.java510 changes.addEdit(new AttributeUndoableEdit(paragraph, sCopy, replace));
821 changes.addEdit(new AttributeUndoableEdit(element, sCopy, false));

Completed in 167 milliseconds