Class CompoundUndoManager

All Implemented Interfaces:
Serializable, EventListener, UndoableEditListener, UndoableEdit

public class CompoundUndoManager extends UndoManager
A simple UndoManager that groups the Edits in each 0.5 second. If the time difference between the current undo and the last one is less than 0.5 secs, then the two edits are compound.
Author:
Ayman Al-Sairafi
See Also: