Uses of Class
org.eclipse.gef.commands.CompoundCommand
-
Packages that use CompoundCommand Package Description org.eclipse.gef.commands Simple implementations of the Command interface which support development-time inspection. -
-
Uses of CompoundCommand in org.eclipse.gef.commands
Subclasses of CompoundCommand in org.eclipse.gef.commands Modifier and Type Class Description class
ForwardUndoCompoundCommand
A CompoundCommand that performs undo on its contained Commands in the same order in which they were executed.
-