|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TransactionalCommandStack | |
---|---|
org.eclipse.emf.transaction.impl | Implementation of the transactional 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 |
TransactionalCommandStackImpl
The default implementation of the transactional editing domain command stack. |
Constructors in org.eclipse.emf.transaction.impl with parameters of type TransactionalCommandStack | |
TransactionalEditingDomainImpl(org.eclipse.emf.common.notify.AdapterFactory adapterFactory,
TransactionalCommandStack stack,
org.eclipse.emf.ecore.resource.ResourceSet resourceSet)
Initializes me with my adapter factory, command stack, and resource set. |
|
TransactionalEditingDomainImpl(org.eclipse.emf.common.notify.AdapterFactory adapterFactory,
TransactionalCommandStack stack)
Initializes me with my adapter factory and a command stack, and a default resource set implementation. |
|
Copyright 2002, 2006 IBM Corporation and others. All Rights Reserved. |
||||||||||
PREV NEXT | FRAMES NO FRAMES |