Uses of Interface
org.eclipse.emf.transaction.impl.InternalTransactionalCommandStack

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

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

Classes in org.eclipse.emf.transaction.impl that implement InternalTransactionalCommandStack
 class AbstractTransactionalCommandStack
          Partial implementation of the TransactionalCommandStack interface, useful for subclasses to define their specific handling of transactions and other concerns.
 class TransactionalCommandStackImpl
          The default implementation of the transactional editing domain command stack.
 

Methods in org.eclipse.emf.transaction.impl that return InternalTransactionalCommandStack
protected  InternalTransactionalCommandStack TransactionalEditingDomainImpl.getTransactionalCommandStack()
          Obtains my command stack as the internal interface.
 


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