| Package | com.yworks.support |
| Interface | public interface IUndoableEdit |
| Implementors | MementoUndoableEdit |
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
| Method | Defined By | ||
|---|---|---|---|
endEdit():void
This method ends the editing process that has been initialized in IUndoSupport.beginEdit. | IUndoableEdit | ||
| 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.