java.lang.Object
javax.swing.undo.AbstractUndoableEdit
org.autogui.swing.util.KeyUndoManager.DynamicCompoundEdit
- All Implemented Interfaces:
Serializable
,UndoableEdit
- Enclosing class:
KeyUndoManager
a composition of undoable-edits
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected List
<UndoableEdit> protected boolean
protected String
protected String
protected String
Fields inherited from class javax.swing.undo.AbstractUndoableEdit
RedoName, UndoName
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class javax.swing.undo.AbstractUndoableEdit
canRedo, canUndo, isSignificant, replaceEdit, toString
-
Field Details
-
edits
-
fixed
protected boolean fixed -
name
-
undoName
-
redoName
-
-
Constructor Details
-
DynamicCompoundEdit
-
-
Method Details
-
isEmpty
public boolean isEmpty() -
end
public void end() -
die
public void die()- Specified by:
die
in interfaceUndoableEdit
- Overrides:
die
in classAbstractUndoableEdit
-
addEdit
- Specified by:
addEdit
in interfaceUndoableEdit
- Overrides:
addEdit
in classAbstractUndoableEdit
-
undo
- Specified by:
undo
in interfaceUndoableEdit
- Overrides:
undo
in classAbstractUndoableEdit
- Throws:
CannotUndoException
-
redo
- Specified by:
redo
in interfaceUndoableEdit
- Overrides:
redo
in classAbstractUndoableEdit
- Throws:
CannotRedoException
-
getPresentationName
- Specified by:
getPresentationName
in interfaceUndoableEdit
- Overrides:
getPresentationName
in classAbstractUndoableEdit
-
getUndoPresentationName
- Specified by:
getUndoPresentationName
in interfaceUndoableEdit
- Overrides:
getUndoPresentationName
in classAbstractUndoableEdit
-
getRedoPresentationName
- Specified by:
getRedoPresentationName
in interfaceUndoableEdit
- Overrides:
getRedoPresentationName
in classAbstractUndoableEdit
-