| Package | Description |
|---|---|
| org.eclipse.emf.common.command |
Provides a framework for implementing and composing commands.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CommandWrapper
A command that wraps another command.
|
class |
CompoundCommand
A command that comprises a sequence of subcommands.
|
class |
IdentityCommand
A command that always produces the same result.
|
class |
StrictCompoundCommand
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.
|
class |
UnexecutableCommand
A singleton
UnexecutableCommand.INSTANCE that cannot execute. |
Copyright © 2018. Licensed under the Eclipse Public License v1.0. All rights reserved.
Submit a bug or feature