Searched defs:AttributeUndoableEdit (Results 1 - 1 of 1) 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

Completed in 330 milliseconds