Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 


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

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 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.
 


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


 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire