Package kiyut.sketsa.undo
Class DOMUndoManager.ExtendedCompoundEdit
- java.lang.Object
-
- javax.swing.undo.AbstractUndoableEdit
-
- javax.swing.undo.CompoundEdit
-
- kiyut.sketsa.undo.DOMUndoManager.ExtendedCompoundEdit
-
- All Implemented Interfaces:
Serializable,UndoableEdit
- Enclosing class:
- DOMUndoManager
public class DOMUndoManager.ExtendedCompoundEdit extends CompoundEdit
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class javax.swing.undo.CompoundEdit
edits
-
Fields inherited from class javax.swing.undo.AbstractUndoableEdit
RedoName, UndoName
-
-
Constructor Summary
Constructors Constructor Description ExtendedCompoundEdit()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intsize()-
Methods inherited from class javax.swing.undo.CompoundEdit
addEdit, canRedo, canUndo, die, end, getPresentationName, getRedoPresentationName, getUndoPresentationName, isInProgress, isSignificant, lastEdit, redo, toString, undo
-
Methods inherited from class javax.swing.undo.AbstractUndoableEdit
replaceEdit
-
-