Please note that the specifications and other information contained herein are not final and are subject to change. The information is being made available to you solely for purpose of evaluation.
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.
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.
Specified by: redo in interface UndoableEdit
Overrides: redo in class AbstractUndoableEdit
Throws:
CannotRedoException - if the change cannot be redoneSee Also: AbstractUndoableEdit.canRedo()
undo
public void undo ()
throws CannotUndoException
Undoes a change.
Specified by: undo in interface UndoableEdit
Overrides: undo in class AbstractUndoableEdit
Throws:
CannotUndoException - if the change cannot be undoneSee Also: AbstractUndoableEdit.canUndo()
Submit a bug or feature For further API reference and developer documentation, see Java SE Documentation . That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples. Copyright © 1993, 2010, Oracle Corporation. All rights reserved.
DRAFT ea-b118
Scripting on this page tracks web page traffic, but does not change the content in any way.
Spec-Zone.ru - all specs in one place