Packagecom.yworks.support
Interfacepublic interface IUndoableEdit
Implementors MementoUndoableEdit

The interface used by IUndoSupport's IUndoSupport.beginEdit implementation.

IUndoSupport implementations create instances of this class. You don't have to implement this class yourself. This class serves as a token for edits, only.

See also

IUndoSupport
IUndoUnit


Public Methods
 MethodDefined By
  
endEdit():void
This method ends the editing process that has been initialized in IUndoSupport.beginEdit.
IUndoableEdit
Method Detail
endEdit()method
public function endEdit():void

This method ends the editing process that has been initialized in IUndoSupport.beginEdit.

Calling this method will automatically enqueue the corresponding IUndoUnits into the corresponding IUndoSupport instance. The edits will be enqueued at the time of the creation of this instance.