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

Packages that use TransactionalCommandStack
org.eclipse.emf.transaction.impl Implementation of 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.impl Implementation of the workbench editing domain API. 
 

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

Subinterfaces of TransactionalCommandStack in org.eclipse.emf.transaction.impl
 interface InternalTransactionalCommandStack
          An internal interface that must be provided by any implementation of the public TransactionalCommandStack interface, in order to function correctly in the transactional editing domain framework.
 

Classes in org.eclipse.emf.transaction.impl that implement TransactionalCommandStack
 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.
 

Constructors in org.eclipse.emf.transaction.impl with parameters of type TransactionalCommandStack
TransactionalEditingDomainImpl(AdapterFactory adapterFactory, TransactionalCommandStack stack)
          Initializes me with my adapter factory and a command stack, and a default resource set implementation.
TransactionalEditingDomainImpl(AdapterFactory adapterFactory, TransactionalCommandStack stack, ResourceSet resourceSet)
          Initializes me with my adapter factory, command stack, and resource set.
 

Uses of TransactionalCommandStack in org.eclipse.emf.workspace
 

Subinterfaces of TransactionalCommandStack in org.eclipse.emf.workspace
 interface IWorkspaceCommandStack
          A specialized transactional command stack that delegates the execution of commands to an IOperationHistory.
 

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

Classes in org.eclipse.emf.workspace.impl that implement TransactionalCommandStack
 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.