Package org.pietschy.command.undo

Classes and interfaces related to undoable commands

Interface Summary

UndoableEventSource

Class Summary

UndoableActionCommand UndoableActionCommands provide a default implementation for commands that can be undone.
UndoableToggleCommand UndoableToggleCommands provide a default implementation for toggle commands that can be undone.
UndoContext UndoContext extends UndoManager to provide state change notifications to listners.
UndoController The UndoController monitors instances of UndoableEventSource and manages undo and redo via its undo and redo commands.
Classes and interfaces related to undoable commands