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

Packages that use AbstractTransactionalCommandStack
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 AbstractTransactionalCommandStack in org.eclipse.emf.transaction.impl
 

Subclasses of AbstractTransactionalCommandStack in org.eclipse.emf.transaction.impl
 class TransactionalCommandStackImpl
          The default implementation of the transactional editing domain command stack.
 

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

Subclasses of AbstractTransactionalCommandStack in org.eclipse.emf.workspace.impl
 class WorkspaceCommandStackImpl
          Implementation of a transactional command stack that delegates execution of commands to an IOperationHistory.
 


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