Package org.eclipse.gef.commands

Interface Summary
CommandStackListener A CommandStackListener is notified whenever the CommandStack's state has changed.
 

Class Summary
Command An Abstract implementation of Command.
CommandStack An implementation of a command stack.
CompoundCommand An aggregation of multiple Commands.
ForwardUndoCompoundCommand A CompoundCommand that performs undo on its contained Commands in the same order in which they were executed.
UnexecutableCommand A Command which can never be executed