Changed Methods |
boolean addEdit(UndoableEdit )
|
Documentation changed from old to new. |
This UndoableEdit should absorb anEdit if it can. |
boolean canRedo()
|
Documentation changed from old to new. |
True if it is still possible to redo this operation. |
boolean canUndo()
|
Documentation changed from old to new. |
True if it is still possible to undo this operation. |
void die()
|
Documentation changed from old to new. |
May be sent to inform an edit that it should no longer be used. |
String getPresentationName()
|
Documentation changed from old to new. |
Provides a localized human readable description of this edit suitable for use in say a change log. |
String getRedoPresentationName()
|
Documentation changed from old to new. |
Provides a localized human readable description of the redoable form of this edit e.g. |
String getUndoPresentationName()
|
Documentation changed from old to new. |
Provides a localized human readable description of the undoable form of this edit e.g. |
boolean isSignificant()
|
Documentation changed from old to new. |
Returns false if this edit is insignificant--for example one that maintains the user's selection but does not change any model state. |
boolean replaceEdit(UndoableEdit )
|
Documentation changed from old to new. |
Returns true if this UndoableEdit should replace anEdit . |