GEF v2.0

Package org.eclipse.gef.commands

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

See:
          Description

Interface Summary
Command This interface represents basic behaviour that every command is expected to support.
CommandStack This is a simple and obvious interface for an undoable stack of commands with a listener.
CommandStackListener This is the interface used to listen to a CommandStack.
 

Class Summary
AbstractCommand  
CompoundCommand A command that can be used to combine multple commands into a single undoable action.
DefaultCommandStack A default implementation for the CommandStack interface.
ForwardUndoCompoundCommand This command will undo its commands in the same order applied.
UnexecutableCommand This class provides a singleton UnexecutableCommand.INSTANCE that cannot execute.
 

Package org.eclipse.gef.commands Description

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


GEF v2.0