Package org.eclipse.gmf.runtime.common.core.command
Provides a set of classes for executing, undoing and redoing units of
work, known as
Commands.
See:
Description
Package org.eclipse.gmf.runtime.common.core.command Description
Provides a set of classes for executing, undoing and redoing units of
work, known as
Commands.
Extends the Eclipse undoable operations framework with the following
behaviour:
- self-composing operations
- return results from operations
- file modification approval for operations
Commands should be executed, undone and redone through an instance of
the
IOperationHistory
.
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp., Borland Software Corp., and others 2005,2006. All rights reserved.