Uses of Class
org.eclipse.emf.common.command.AbstractCommand
Packages that use AbstractCommand
Package
Description
Provides a framework for implementing and composing commands.
-
Uses of AbstractCommand in org.eclipse.emf.common.command
Subclasses of AbstractCommand in org.eclipse.emf.common.commandModifier and TypeClassDescriptionclassA command that wraps another command.classA command that comprises a sequence of subcommands.classA command that always produces the same result.classA composite command which assumes that later commands in the list may depend on the results and side-effects of earlier commands in the list.classA singletonUnexecutableCommand.INSTANCEthat cannot execute.