Package org.eclipse.emf.transaction.ui.provider

Extensions of the UI provider classes to conform to the transactional editing domain protocol.

See:
          Description

Class Summary
TransactionalAdapterFactoryContentProvider Automatically wraps any potential access to model objects in read transactions.
TransactionalAdapterFactoryLabelProvider Automatically wraps any potential access to model objects in read transactions.
TransactionalPropertySource A property source wrapper that calls its delegate in transactions of the appropriate kind.
 

Package org.eclipse.emf.transaction.ui.provider Description

Extensions of the UI provider classes to conform to the transactional editing domain protocol.

Package Specification

This package defines extensions to the EMF UI and Eclipse UI classes that provide content to an EMF Editor. The extensions ensure that all read access to the model is performed in transactions as required by the transactional editing domain.

See Also:
org.eclipse.emf.transaction

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