Package org.eclipse.emf.common.command
package org.eclipse.emf.common.command
Provides a framework for implementing and composing commands.
-
ClassDescriptionAn exception thrown when a command's
executionis to be silently aborted.An abstract implementation of a basic command.A marker interface implemented by commands that don't dirty the model.A basic and obvious implementation of an undoable stack of commands.An interface that every command is expected to support.A simple and obvious interface for an undoable stack of commands with a listener.A listener to aCommandStack.A command that wraps another command.A command that comprises a sequence of subcommands.A command that always produces the same result.A composite command which assumes that later commands in the list may depend on the results and side-effects of earlier commands in the list.A singletonUnexecutableCommand.INSTANCEthat cannot execute.