| Package | Description |
|---|---|
| org.eclipse.emf.common.command |
Provides a framework for implementing and composing commands.
|
| Class and Description |
|---|
| AbstractCommand
An abstract implementation of a basic command.
|
| Command
An interface that every command is expected to support.
|
| CommandStack
A simple and obvious interface for an undoable stack of commands with a listener.
|
| CommandStackListener
A listener to a
CommandStack. |
| CompoundCommand
A command that comprises a sequence of subcommands.
|
| IdentityCommand
A command that always produces the same result.
|
| 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