blob: 5348dae9f7d8e8ba5ff39dc18bf8526120ab6c7b [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<html>
<head>
<!--
/******************************************************************************
* Copyright (c) 2004, 2006 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* IBM Corporation - initial API and implementation
****************************************************************************/
-->
</head>
<body>
<P>
Provides a set of classes for executing, undoing and redoing units of
work, known as
<i>Commands</i>.
</P>
<P>
Extends the Eclipse undoable operations framework with the following
behaviour:
<UL>
<LI> self-composing operations </LI>
<LI> return results from operations </LI>
<LI> file modification approval for operations </LI>
</P>
<p>Commands should be executed, undone and redone through an instance of
the {@link org.eclipse.core.commands.operations.IOperationHistory}. </p>
@canBeSeenBy %partners
</body>
</html>