Eclipse GEF
2.1

Package org.eclipse.gef.commands

Simple implementations of the Command interface which support development-time inspection.

See:
          Description

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
 

Package org.eclipse.gef.commands Description

Simple implementations of the Command interface which support development-time inspection.


Eclipse GEF
2.1

Copyright (c) IBM Corp. and others 2000, 2003. All Rights Reserved.