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

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

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

Methods in org.eclipse.emf.transaction.impl that return TransactionChangeRecorder
protected  TransactionChangeRecorder TransactionalEditingDomainImpl.createChangeRecorder(ResourceSet rset)
          May be overridden by subclasses to create a custom change recorder implementation.
 TransactionChangeRecorder TransactionalEditingDomainImpl.getChangeRecorder()
           
 TransactionChangeRecorder InternalTransactionalEditingDomain.getChangeRecorder()
          Obtains the change recorder that I use to track changes in my resource set.
 


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