UndoableEdit
that describes the modification of the timeline visual properties (position, selection, visible span). This edit is always "insignificant", placing it on the pending stack of the undo manager, and not appearing as separately undoable edits. By fusing all visual properties into one edit class, successive visual edits can be collapsed into one edit object without flooding the undo manager's list.
@author Hanns Holger Rutz
@version 0.70, 27-Apr-06
@see UndoManager
|
|