Package com.pietschy.command.undo

Classes and interfaces for undo and redo.

See:
          Description

Class Summary
AbstractUndoCommand Base implementation for UndoCommand and RedoCommand.
RedoCommand Causes the last edit of the current UndoContext to be redone.
UndoCommand Causes the last edit of the current UndoContext to be undone.
UndoContext Provides a drop-in replacement for swings UndoManager that provides state change notifications to listners like the UndoCommand and RedoCommand.
 

Package com.pietschy.command.undo Description

Classes and interfaces for undo and redo.



Copyright © 2006 - 2007 Andrew Pietsch