public class GFWorkspaceCommandStackImpl
extends org.eclipse.emf.workspace.impl.WorkspaceCommandStackImpl
| Constructor and Description |
|---|
GFWorkspaceCommandStackImpl(IOperationHistory history) |
| Modifier and Type | Method and Description |
|---|---|
void |
dispose() |
void |
execute(org.eclipse.emf.common.command.Command command,
java.util.Map<?,?> options) |
void |
flush() |
void |
redo() |
void |
undo() |
canRedo, canUndo, createTransaction, executeTriggers, getDefaultUndoContext, getMostRecentCommand, getOperationHistory, getRedoCommand, getResourceUndoContextPolicy, getUndoCommand, isSaveNeeded, saveIsDone, setEditingDomain, setResourceUndoContextPolicyexecute, getDomain, getExceptionHandler, makeTriggerTransactionOptions, setExceptionHandleraddCommandStackListener, removeCommandStackListenerequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic GFWorkspaceCommandStackImpl(IOperationHistory history)
public void execute(org.eclipse.emf.common.command.Command command,
java.util.Map<?,?> options)
throws java.lang.InterruptedException,
org.eclipse.emf.transaction.RollbackException
execute in interface org.eclipse.emf.transaction.TransactionalCommandStackexecute in class org.eclipse.emf.transaction.impl.AbstractTransactionalCommandStackjava.lang.InterruptedExceptionorg.eclipse.emf.transaction.RollbackExceptionpublic void dispose()
dispose in interface org.eclipse.emf.transaction.impl.InternalTransactionalCommandStackdispose in class org.eclipse.emf.workspace.impl.WorkspaceCommandStackImplpublic void flush()
flush in interface org.eclipse.emf.common.command.CommandStackflush in class org.eclipse.emf.workspace.impl.WorkspaceCommandStackImplpublic void redo()
redo in interface org.eclipse.emf.common.command.CommandStackredo in class org.eclipse.emf.workspace.impl.WorkspaceCommandStackImplpublic void undo()
undo in interface org.eclipse.emf.common.command.CommandStackundo in class org.eclipse.emf.workspace.impl.WorkspaceCommandStackImpl