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

D

didCommit(Transaction) - Method in class org.eclipse.emf.workspace.AbstractEMFOperation
Hook for subclasses to learn that the specified transaction has been successfully committed and, if necessary, to extract information from it.
didCommit(Transaction) - Method in class org.eclipse.emf.workspace.CompositeEMFOperation
 
didCommit(Transaction) - Method in class org.eclipse.emf.workspace.EMFCommandOperation
 
didRedo(Transaction) - Method in class org.eclipse.emf.workspace.AbstractEMFOperation
Hook for subclasses to learn that the specified transaction has been successfully redone and, if necessary, to extract information from it.
didUndo(Transaction) - Method in class org.eclipse.emf.workspace.AbstractEMFOperation
Hook for subclasses to learn that the specified transaction has been successfully undone and, if necessary, to extract information from it.
dispose() - Method in class org.eclipse.emf.workspace.AbstractEMFOperation
Forgets my transaction and its change description.
dispose() - Method in class org.eclipse.emf.workspace.CompositeEMFOperation
Removes all of my children and disposes them.
dispose() - Method in class org.eclipse.emf.workspace.EMFCommandOperation
Extends the inherited implementation to additionally dispose my command and my trigger command (if any).
dispose() - Method in class org.eclipse.emf.workspace.EMFOperationCommand
Forgets my operation and the adaptable with which I was initialized, if any.
dispose() - Method in class org.eclipse.emf.workspace.impl.WorkspaceCommandStackImpl
 
dispose() - Method in class org.eclipse.emf.workspace.util.OperationChangeDescription
Forgets my operation and clears my reference to the adaptable.
dispose() - Method in interface org.eclipse.emf.workspace.util.WorkspaceSynchronizer.Delegate
Disposes me.
dispose() - Method in class org.eclipse.emf.workspace.util.WorkspaceSynchronizer
Disposes me, in particular disconnecting me from the workspace so that I no longer respond to resource change events.
doExecute(IProgressMonitor, IAdaptable) - Method in class org.eclipse.emf.workspace.AbstractEMFOperation
Implemented by subclasses to perform the model changes.
doExecute(IProgressMonitor, IAdaptable) - Method in class org.eclipse.emf.workspace.CompositeEMFOperation
Implements the execution logic by sequential execution of my children.
doExecute(IProgressMonitor, IAdaptable) - Method in class org.eclipse.emf.workspace.EMFCommandOperation
Executes me by executing my command.
doExecute(Command, Map<?, ?>) - Method in class org.eclipse.emf.workspace.impl.WorkspaceCommandStackImpl
Implemented by subclasses to perform the execution of the specified command.
doRedo(IProgressMonitor, IAdaptable) - Method in class org.eclipse.emf.workspace.AbstractEMFOperation
Implements the redo behaviour by replaying my recorded changes.
doRedo(IProgressMonitor, IAdaptable) - Method in class org.eclipse.emf.workspace.CompositeEMFOperation
I undo by asking my children to redo, in forward order.
doRedo(IProgressMonitor, IAdaptable) - Method in class org.eclipse.emf.workspace.EMFCommandOperation
Redoes me by redoing my command and my trigger command (if any).
doUndo(IProgressMonitor, IAdaptable) - Method in class org.eclipse.emf.workspace.AbstractEMFOperation
Implements the undo behaviour by inverting my recorded changes.
doUndo(IProgressMonitor, IAdaptable) - Method in class org.eclipse.emf.workspace.CompositeEMFOperation
I undo by asking my children to undo, in reverse order.
doUndo(IProgressMonitor, IAdaptable) - Method in class org.eclipse.emf.workspace.EMFCommandOperation
Undoes me by undoing my trigger command (if any) and my command.
doValidateEdit(Transaction, Collection<? extends Resource>, Object) - Method in class org.eclipse.emf.workspace.util.WorkspaceValidateEditSupport
 

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