Package org.eclipse.gef.commands
package org.eclipse.gef.commands
Simple implementations of the Command interface which support development-time inspection.
-
ClassDescriptionAn Abstract implementation of
Command
.An implementation of a command stack.Instances of this class are sent whenever stack events occur.A listener interface for receiving notification before and after commands are executed, undone, or redone.Deprecated.An aggregation of multipleCommands
.A CompoundCommand that performs undo on its contained Commands in the same order in which they were executed.A Command which can never be executed
CommandStackEventListener
instead and filter for post-events usingCommandStack.POST_MASK
.