|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AbstractCommand | |
|---|---|
| org.eclipse.emf.common.command | 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.command | |
|---|---|
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||