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

D

deactivate(InternalTransaction) - Method in interface org.eclipse.emf.transaction.impl.InternalTransactionalEditingDomain
Deactivates the specified transaction.
deactivate(InternalTransaction) - Method in class org.eclipse.emf.transaction.impl.TransactionalEditingDomainImpl
 
deactivate() - Method in class org.eclipse.emf.workspace.examples.extlibrary.presentation.EXTLibraryActionBarContributor
Extends the inherited method to notify the long-running read task action that there is no longer an active editor.
DEBUG - Static variable in class org.eclipse.emf.transaction.internal.EMFTransactionDebugOptions
 
DEBUG - Static variable in class org.eclipse.emf.transaction.ui.internal.EMFTransactionUIDebugOptions
 
DEBUG - Static variable in class org.eclipse.emf.workspace.internal.EMFWorkspaceDebugOptions
 
deconfigureListeners(String, TransactionalEditingDomain) - Method in class org.eclipse.emf.transaction.impl.EditingDomainManager
Removes from the editing domain the listeners that are registered against its ID.
DEFAULT - Static variable in interface org.eclipse.emf.workspace.IResourceUndoContextPolicy
The default undo-context policy used by editing domains for which none is assigned by the client application.
DEFAULT_UNDO_REDO_OPTIONS - Static variable in class org.eclipse.emf.transaction.impl.TransactionImpl
The transaction options that should be used when undoing/redoing changes on the command stack.
delegatedGetOptionMetadata(Object) - Method in class org.eclipse.emf.transaction.util.BasicTransactionOptionMetadataRegistry
 
DemultiplexingListener - Class in org.eclipse.emf.transaction
A convenient superclass for post-commit listeners to process Notifications one at a time.
DemultiplexingListener() - Constructor for class org.eclipse.emf.transaction.DemultiplexingListener
Initializes me with the default filter.
DemultiplexingListener(NotificationFilter) - Constructor for class org.eclipse.emf.transaction.DemultiplexingListener
Initializes me with the specified filter.
depopulateManager(IContributionManager, Collection<? extends IAction>) - Method in class org.eclipse.emf.workspace.examples.extlibrary.presentation.EXTLibraryActionBarContributor
This removes from the specified manager all ActionContributionItems based on the IActions contained in the actions collection
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.
disconnectFromEditingDomain(Resource) - Static method in class org.eclipse.emf.transaction.util.TransactionUtil
Disconnects the specified resource from its editing domain, so that it is released from the constraints of the transactional environment.
disconnectFromEditingDomain(EObject) - Static method in class org.eclipse.emf.transaction.util.TransactionUtil
Disconnects the specified element from its editing domain, so that it is released from the constraints of the transactional environment.
dispose() - Method in interface org.eclipse.emf.transaction.impl.InternalTransactionalCommandStack
Disposes of my state and any additional resources that I may be retaining.
dispose() - Method in class org.eclipse.emf.transaction.impl.ReadWriteValidatorImpl
 
dispose() - Method in class org.eclipse.emf.transaction.impl.TransactionalCommandStackImpl
 
dispose() - Method in class org.eclipse.emf.transaction.impl.TransactionalEditingDomainImpl
 
dispose() - Method in class org.eclipse.emf.transaction.impl.TransactionalEditingDomainImpl.LifecycleImpl
 
dispose() - Method in class org.eclipse.emf.transaction.impl.TransactionChangeRecorder
Extends the inherited implementation to remove myself from all adapters that I can find in my editing domain.
dispose() - Method in interface org.eclipse.emf.transaction.impl.TransactionValidator
Disposes me by clearing my state and cleaning up any resources that I am retaining.
dispose() - Method in class org.eclipse.emf.transaction.RecordingCommand
Extends the inherited implementation by disposing my change description, if any.
dispose() - Method in interface org.eclipse.emf.transaction.TransactionalEditingDomain
Disposes of this editing domain and any resources that it has allocated.
dispose() - Method in class org.eclipse.emf.transaction.util.CommandChangeDescription
Forgets my operation and clears my reference to the adaptable.
dispose(ChangeDescription) - Static method in class org.eclipse.emf.transaction.util.TransactionUtil
Disposes a change description.
dispose() - Method in class org.eclipse.emf.transaction.util.TriggerCommand
Extends the inherited implementation by disposing my triggering command, also (if any).
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.examples.extlibrary.presentation.EXTLibraryEditor
 
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(Command, Map<?, ?>) - Method in class org.eclipse.emf.transaction.impl.AbstractTransactionalCommandStack
Implemented by subclasses to perform the execution of the specified command.
doExecute(Command, Map<?, ?>) - Method in class org.eclipse.emf.transaction.impl.TransactionalCommandStackImpl
Implemented by subclasses to perform the execution of the specified command.
doExecute() - Method in class org.eclipse.emf.transaction.RecordingCommand
Implemented by subclasses to perform the necessary changes in the model.
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).
doSave(IProgressMonitor) - Method in class org.eclipse.emf.workspace.examples.extlibrary.presentation.EXTLibraryEditor
This is for implementing IEditorPart and simply saves the model file
doSaveAs() - Method in class org.eclipse.emf.workspace.examples.extlibrary.presentation.EXTLibraryEditor
This also changes the editor's input
doSaveAs(URI, IEditorInput) - Method in class org.eclipse.emf.workspace.examples.extlibrary.presentation.EXTLibraryEditor
 
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.transaction.util.ValidateEditSupport.Default
Performs the actual edit validation.
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 B C D E F G H I L M N O P R S T U V W Y