|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectEMFCommandTransaction
org.eclipse.emf.workspace.impl.EMFOperationTransaction
A specialized transaction implementation that knows the
EMFCommandOperation
that it supports. It is used to communicate
trigger information back to the command operation to support undo/redo.
Constructor Summary | |
---|---|
EMFOperationTransaction(org.eclipse.emf.common.command.Command command,
InternalTransactionalEditingDomain domain,
java.util.Map options)
Initializes me with the command, my editing domain, and my options. |
Method Summary | |
---|---|
EMFCommandOperation |
getOperation()
Obtains the operation that wraps my command. |
void |
setOperation(EMFCommandOperation operation)
Sets the operation that wraps my command. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public EMFOperationTransaction(org.eclipse.emf.common.command.Command command, InternalTransactionalEditingDomain domain, java.util.Map options)
command
- a command that is being wrapped in an
EMFCommandOperation
domain
- my editing domainoptions
- my optionsMethod Detail |
public EMFCommandOperation getOperation()
public void setOperation(EMFCommandOperation operation)
operation
- my operation
|
Copyright 2002, 2006 IBM Corporation and others. All Rights Reserved. |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |