Changed Methods |
boolean addEdit(UndoableEdit )
|
Documentation changed from old to new. |
If this edit is inProgress accepts anEdit and returns true. |
boolean canRedo()
|
Documentation changed from old to new. |
Returns false if isInProgress or if super returns false. |
boolean canUndo()
|
Documentation changed from old to new. |
Returns false if isInProgress or if super returns false. |
void die()
|
Documentation changed from old to new. |
Sends die to each subedit in the reverse of the order that they were added. |
void end()
|
Documentation changed from old to new. |
Sets inProgress to false. |
String getPresentationName()
|
Documentation changed from old to new. |
Returns getPresentationName from the last UndoableEdit added to edits . |
String getRedoPresentationName()
|
Documentation changed from old to new. |
Returns getRedoPresentationName from the last UndoableEdit added to edits . |
String getUndoPresentationName()
|
Documentation changed from old to new. |
Returns getUndoPresentationName from the last UndoableEdit added to edits . |
boolean isSignificant()
|
Documentation changed from old to new. |
Returns true if any of the UndoableEdit s in edits do. |
UndoableEdit lastEdit()
|
Documentation changed from old to new. |
Returns the last UndoableEdit in edits or null if edits is empty. |
void redo()
|
Documentation changed from old to new. |
Sends redo to all contained UndoableEdit s in the order in which they were added. |
void undo()
|
Documentation changed from old to new. |
Sends undoK/code> to all contained UndoableEdits in the reverse of the order in which they were added. |