Uses of Package
org.eclipse.emf.transaction

Packages that use org.eclipse.emf.transaction
org.eclipse.emf.transaction Definition of the API for a transactional editing domain. 
org.eclipse.emf.transaction.impl Implementation of the transactional editing domain API. 
org.eclipse.emf.transaction.ui.provider Extensions of the UI provider classes to conform to the transactional editing domain protocol. 
org.eclipse.emf.transaction.ui.view Extensions of the UI view classes to conform to the transactional editing domain protocol. 
org.eclipse.emf.transaction.util Utilities used by/with the transactional editing domain API. 
 

Classes in org.eclipse.emf.transaction used by org.eclipse.emf.transaction
ExceptionHandler
          An interface for client objects that handle exceptions occurring in the interaction with an editing domain's command stack.
NotificationFilter
          A filter that determines which Notifications will be passed to ResourceSetListeners.
ResourceSetChangeEvent
          Event object describing the nature of changes in a resource set to ResourceSetListeners.
ResourceSetListener
          Listener interface for batched notification of changes to a resource set.
ResourceSetListenerImpl
          Default implementation of a resource-set listener, useful for extending to implement only the callbacks of interest to the client.
RollbackException
          Exception indicating that a transaction was automatically rolled back on attempting to commit.
RunnableWithResult
          Extends the core Java Runnable interface with the ability to return a result.
Transaction
          Specification of a transaction in a TransactionalEditingDomain.
TransactionalEditingDomain
          An extension of the EditingDomain API that applies transactional semantics to reading and writing the contents of an EMF ResourceSet.
TransactionalEditingDomain.Factory
          Interface defining the protocol for creating transactional editing domains.
TransactionalEditingDomain.Registry
          An ID-based registry of shareable TransactionalEditingDomain instances.
TransactionChangeDescription
          A specialized change description that may not be able to apply itself, especially in the case where it includes non-EMF changes that are not reversible.
 

Classes in org.eclipse.emf.transaction used by org.eclipse.emf.transaction.impl
ExceptionHandler
          An interface for client objects that handle exceptions occurring in the interaction with an editing domain's command stack.
NotificationFilter
          A filter that determines which Notifications will be passed to ResourceSetListeners.
ResourceSetListener
          Listener interface for batched notification of changes to a resource set.
RollbackException
          Exception indicating that a transaction was automatically rolled back on attempting to commit.
RunnableWithResult
          Extends the core Java Runnable interface with the ability to return a result.
RunnableWithResult.Impl
          A convenient partial implementation of the RunnableWithResult interface that implements a settable result field and commit status.
Transaction
          Specification of a transaction in a TransactionalEditingDomain.
TransactionalCommandStack
          Extension of the basic CommandStack API providing additional control over (and feed-back from) the transactions used to execute commands.
TransactionalEditingDomain
          An extension of the EditingDomain API that applies transactional semantics to reading and writing the contents of an EMF ResourceSet.
TransactionalEditingDomain.DefaultOptions
           Adapter interface provided by TransactionalEditingDomains that support the notion of default transaction options.
TransactionalEditingDomain.Factory
          Interface defining the protocol for creating transactional editing domains.
TransactionalEditingDomain.Registry
          An ID-based registry of shareable TransactionalEditingDomain instances.
TransactionChangeDescription
          A specialized change description that may not be able to apply itself, especially in the case where it includes non-EMF changes that are not reversible.
 

Classes in org.eclipse.emf.transaction used by org.eclipse.emf.transaction.ui.provider
RunnableWithResult
          Extends the core Java Runnable interface with the ability to return a result.
TransactionalEditingDomain
          An extension of the EditingDomain API that applies transactional semantics to reading and writing the contents of an EMF ResourceSet.
 

Classes in org.eclipse.emf.transaction used by org.eclipse.emf.transaction.ui.view
TransactionalEditingDomain
          An extension of the EditingDomain API that applies transactional semantics to reading and writing the contents of an EMF ResourceSet.
 

Classes in org.eclipse.emf.transaction used by org.eclipse.emf.transaction.util
RunnableWithResult
          Extends the core Java Runnable interface with the ability to return a result.
Transaction
          Specification of a transaction in a TransactionalEditingDomain.
TransactionalEditingDomain
          An extension of the EditingDomain API that applies transactional semantics to reading and writing the contents of an EMF ResourceSet.
TransactionChangeDescription
          A specialized change description that may not be able to apply itself, especially in the case where it includes non-EMF changes that are not reversible.
 


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