Uses of Interface
org.eclipse.emf.transaction.TransactionChangeDescription

Packages that use TransactionChangeDescription
org.eclipse.emf.transaction Definition of the API for a transactional editing domain. 
org.eclipse.emf.transaction.impl Implementation of the transactional editing domain API. 
org.eclipse.emf.transaction.util Utilities used by/with the transactional editing domain API. 
org.eclipse.emf.workspace Definition of the API for a transactional editing domain integrated with the Eclipse Workbench's operation history. 
org.eclipse.emf.workspace.util Utilities used by/with the workbench editing domain API. 
 

Uses of TransactionChangeDescription in org.eclipse.emf.transaction
 

Methods in org.eclipse.emf.transaction that return TransactionChangeDescription
 TransactionChangeDescription Transaction.getChangeDescription()
          Obtains the change description summarizing the changes made to the model during the execution of the transaction.
 

Uses of TransactionChangeDescription in org.eclipse.emf.transaction.impl
 

Methods in org.eclipse.emf.transaction.impl that return TransactionChangeDescription
 TransactionChangeDescription TransactionImpl.getChangeDescription()
           
 

Methods in org.eclipse.emf.transaction.impl with parameters of type TransactionChangeDescription
 void TransactionImpl.resume(TransactionChangeDescription nestedChanges)
           
 void InternalTransaction.resume(TransactionChangeDescription nestedChanges)
          Resumes me after completion of a child transaction.
 

Uses of TransactionChangeDescription in org.eclipse.emf.transaction.util
 

Classes in org.eclipse.emf.transaction.util that implement TransactionChangeDescription
 class CommandChangeDescription
          A change description that simply wraps a Command, asking it to undo or redo when applying.
 class CompositeChangeDescription
          A composition of zero or more change descriptions representing the changes performed by transactions in a possibly nested structure.
 

Uses of TransactionChangeDescription in org.eclipse.emf.workspace
 

Methods in org.eclipse.emf.workspace that return TransactionChangeDescription
protected  TransactionChangeDescription AbstractEMFOperation.getChange()
          Obtains the change description that I recorded during execution of my transaction.
 

Uses of TransactionChangeDescription in org.eclipse.emf.workspace.util
 

Classes in org.eclipse.emf.workspace.util that implement TransactionChangeDescription
 class OperationChangeDescription
          A change description that simply wraps an IUndoableOperation, asking it to undo or redo when applying.
 


Copyright 2002, 2007 IBM Corporation and others.
All Rights Reserved.