javax.swing.text
Class DefaultStyledDocument.AttributeUndoableEdit
java.lang.Object
|
+--javax.swing.undo.AbstractUndoableEdit
|
+--javax.swing.text.DefaultStyledDocument.AttributeUndoableEdit
- All Implemented Interfaces:
- Serializable, UndoableEdit
- Enclosing class:
- DefaultStyledDocument
- public static class DefaultStyledDocument.AttributeUndoableEdit
- extends AbstractUndoableEdit
An UndoableEdit used to remember AttributeSet changes to an
Element.
- See Also:
- Serialized Form
Method Summary |
void |
redo()
Redoes a change. |
void |
undo()
Undoes a change. |
newAttributes
protected AttributeSet newAttributes
copy
protected AttributeSet copy
isReplacing
protected boolean isReplacing
element
protected Element element
DefaultStyledDocument.AttributeUndoableEdit
public DefaultStyledDocument.AttributeUndoableEdit(Element element,
AttributeSet newAttributes,
boolean isReplacing)
redo
public void redo()
throws CannotRedoException
- Redoes a change.
- Overrides:
redo
in class AbstractUndoableEdit
- Throws:
CannotRedoException
- if the change cannot be redone
undo
public void undo()
throws CannotUndoException
- Undoes a change.
- Overrides:
undo
in class AbstractUndoableEdit
- Throws:
CannotUndoException
- if the change cannot be undone
Submit a bug or feature
For further API reference and developer documentation, see Java 2 SDK SE Developer Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples. Java, Java 2D, and JDBC are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-2000 Sun Microsystems, Inc. 901 San Antonio Road
Palo Alto, California, 94303, U.S.A. All Rights Reserved.