public class ProgressStrictCompoundCommand
extends org.eclipse.emf.common.command.StrictCompoundCommand
StrictCompoundCommand which reports the progress.isPessimistic, isUndoable, rightMostExecutedCommandIndex| Constructor and Description |
|---|
ProgressStrictCompoundCommand(IProgressMonitorProvider monitor)
Creates an empty instance.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
appendAndExecute(org.eclipse.emf.common.command.Command command) |
void |
execute() |
protected boolean |
prepare() |
void |
redo() |
String |
toString() |
void |
undo() |
append, appendIfCanExecute, canUndo, dispose, getAffectedObjects, getCommandList, getDescription, getLabel, getMergedAffectedObjectsCollection, getMergedResultCollection, getResult, getResultIndex, isEmpty, unwrappublic ProgressStrictCompoundCommand(IProgressMonitorProvider monitor)
monitor - the monitorprotected boolean prepare()
prepare in class org.eclipse.emf.common.command.StrictCompoundCommandpublic void execute()
execute in interface org.eclipse.emf.common.command.Commandexecute in class org.eclipse.emf.common.command.StrictCompoundCommandpublic void undo()
undo in interface org.eclipse.emf.common.command.Commandundo in class org.eclipse.emf.common.command.StrictCompoundCommandpublic void redo()
redo in interface org.eclipse.emf.common.command.Commandredo in class org.eclipse.emf.common.command.StrictCompoundCommandpublic boolean appendAndExecute(org.eclipse.emf.common.command.Command command)
appendAndExecute in class org.eclipse.emf.common.command.StrictCompoundCommandpublic String toString()
toString in class org.eclipse.emf.common.command.StrictCompoundCommandCopyright © 2018. All rights reserved.