A C D E F G H I L M N O R S T U W

E

EMFCommandOperation - Class in org.eclipse.emf.workspace
An operation that wraps an EMF Command to execute it in a read/write transaction on an IOperationHistory.
EMFCommandOperation(TransactionalEditingDomain, Command) - Constructor for class org.eclipse.emf.workspace.EMFCommandOperation
Initializes me with my editing domain and a command to execute.
EMFCommandOperation(TransactionalEditingDomain, Command, Map<?, ?>) - Constructor for class org.eclipse.emf.workspace.EMFCommandOperation
Initializes me with my editing domain, a command to execute, and transaction options.
EMFOperationCommand - Class in org.eclipse.emf.workspace
An implementation of the EMF Command API that wraps an IUndoableOperation.
EMFOperationCommand(TransactionalEditingDomain, IUndoableOperation) - Constructor for class org.eclipse.emf.workspace.EMFOperationCommand
Initializes me with the undoable operation that I wrap.
EMFOperationCommand(TransactionalEditingDomain, IUndoableOperation, IAdaptable) - Constructor for class org.eclipse.emf.workspace.EMFOperationCommand
Initializes me with the undoable operation that I wrap and an adaptable to pass to it when I execute/undo/redo.
EMFOperationTransaction - Class in org.eclipse.emf.workspace.impl
A specialized transaction implementation that knows the EMFCommandOperation that it supports.
EMFOperationTransaction(Command, InternalTransactionalEditingDomain, Map<?, ?>) - Constructor for class org.eclipse.emf.workspace.impl.EMFOperationTransaction
Initializes me with the command, my editing domain, and my options.
equals(Object) - Method in class org.eclipse.emf.workspace.ResourceUndoContext
I am equal to other ResourceUndoContexts on the same resource as mine.
execute(IProgressMonitor, IAdaptable) - Method in class org.eclipse.emf.workspace.AbstractEMFOperation
Implements the execution by delegating to the AbstractEMFOperation.doExecute(IProgressMonitor, IAdaptable) method within a read/write transaction.
execute() - Method in class org.eclipse.emf.workspace.EMFOperationCommand
Executes my wrapped operation and inserts it into the active transaction's change description for rollback and undo/redo support.
executeTriggers(Command, List<Command>, Map<?, ?>) - Method in class org.eclipse.emf.workspace.impl.WorkspaceCommandStackImpl
 

Copyright 2002, 2007 IBM Corporation and others.
All Rights Reserved.
A C D E F G H I L M N O R S T U W