Uses of Class
org.eclipse.emf.transaction.impl.TransactionImpl

Packages that use TransactionImpl
org.eclipse.emf.transaction.impl Implementation of the transactional editing domain API. 
org.eclipse.emf.workspace.impl Implementation of the workbench editing domain API. 
 

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

Subclasses of TransactionImpl in org.eclipse.emf.transaction.impl
 class EMFCommandTransaction
          A transaction implementation use by the command stack to wrap the execution of Commands, to provide them the write access that they need.
 class TriggerCommandTransaction
          A transaction implementation used by the command stack to wrap the execution of TriggerCommands, to provide them the write access that they need.
 

Uses of TransactionImpl in org.eclipse.emf.workspace.impl
 

Subclasses of TransactionImpl in org.eclipse.emf.workspace.impl
 class EMFOperationTransaction
          A specialized transaction implementation that knows the EMFCommandOperation that it supports.
 class NonEMFTransaction
          A transaction encapsulating non-EMF changes (as represented by an unoable operation).
 


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