A B C D E F G H I L M N O P R S T U V W Y

T

toString() - Method in class org.eclipse.emf.transaction.impl.TransactionImpl
 
toString() - Method in class org.eclipse.emf.transaction.util.CompositeChangeDescription
 
toString() - Method in class org.eclipse.emf.transaction.util.Lock
 
Transaction - Interface in org.eclipse.emf.transaction
Specification of a transaction in a TransactionalEditingDomain.
transactionAboutToCommit(ResourceSetChangeEvent) - Method in interface org.eclipse.emf.transaction.ResourceSetListener
Informs the listener that the execution of a command (which may be implicit) is about to complete.
transactionAboutToCommit(ResourceSetChangeEvent) - Method in class org.eclipse.emf.transaction.ResourceSetListenerImpl
The default implementation of this method does nothing, returning no trigger command.
transactionAboutToCommit(ResourceSetChangeEvent) - Method in class org.eclipse.emf.transaction.TriggerListener
Implements the trigger callback by processing the event's notifications one by one, delegating to the TriggerListener.trigger(org.eclipse.emf.transaction.TransactionalEditingDomain, org.eclipse.emf.common.notify.Notification) method for each to generate a command.
TransactionalAdapterFactoryContentProvider - Class in org.eclipse.emf.transaction.ui.provider
Automatically wraps any potential access to model objects in read transactions.
TransactionalAdapterFactoryContentProvider(TransactionalEditingDomain, AdapterFactory) - Constructor for class org.eclipse.emf.transaction.ui.provider.TransactionalAdapterFactoryContentProvider
Initializes me with the editing domain in which I create read transactions and that adapter factory that provides content providers.
TransactionalAdapterFactoryLabelProvider - Class in org.eclipse.emf.transaction.ui.provider
Automatically wraps any potential access to model objects in read transactions.
TransactionalAdapterFactoryLabelProvider(TransactionalEditingDomain, AdapterFactory) - Constructor for class org.eclipse.emf.transaction.ui.provider.TransactionalAdapterFactoryLabelProvider
Initializes me with the editing domain in which I create read transactions and that adapter factory that provides content providers.
TransactionalCommandStack - Interface in org.eclipse.emf.transaction
Extension of the basic CommandStack API providing additional control over (and feed-back from) the transactions used to execute commands.
TransactionalCommandStackImpl - Class in org.eclipse.emf.transaction.impl
The default implementation of the transactional editing domain command stack.
TransactionalCommandStackImpl() - Constructor for class org.eclipse.emf.transaction.impl.TransactionalCommandStackImpl
Initializes me.
TransactionalEditingDomain - Interface in org.eclipse.emf.transaction
An extension of the EditingDomain API that applies transactional semantics to reading and writing the contents of an EMF ResourceSet.
TransactionalEditingDomain.DefaultOptions - Interface in org.eclipse.emf.transaction
Adapter interface provided by TransactionalEditingDomains that support the notion of default transaction options.
TransactionalEditingDomain.Factory - Interface in org.eclipse.emf.transaction
Interface defining the protocol for creating transactional editing domains.
TransactionalEditingDomain.Registry - Interface in org.eclipse.emf.transaction
An ID-based registry of shareable TransactionalEditingDomain instances.
TransactionalEditingDomainImpl - Class in org.eclipse.emf.transaction.impl
The default implementation of the transactional editing domain.
TransactionalEditingDomainImpl(AdapterFactory, TransactionalCommandStack, ResourceSet) - Constructor for class org.eclipse.emf.transaction.impl.TransactionalEditingDomainImpl
Initializes me with my adapter factory, command stack, and resource set.
TransactionalEditingDomainImpl(AdapterFactory, TransactionalCommandStack) - Constructor for class org.eclipse.emf.transaction.impl.TransactionalEditingDomainImpl
Initializes me with my adapter factory and a command stack, and a default resource set implementation.
TransactionalEditingDomainImpl(AdapterFactory, ResourceSet) - Constructor for class org.eclipse.emf.transaction.impl.TransactionalEditingDomainImpl
Initializes me with my adapter factory and a resource set, and a default command stack implementation.
TransactionalEditingDomainImpl(AdapterFactory) - Constructor for class org.eclipse.emf.transaction.impl.TransactionalEditingDomainImpl
Initializes me with my adapter factory and default implementations of a resource set and a command stack.
TransactionalEditingDomainImpl.FactoryImpl - Class in org.eclipse.emf.transaction.impl
Default implementation of a transaction editing domain factory.
TransactionalEditingDomainImpl.FactoryImpl() - Constructor for class org.eclipse.emf.transaction.impl.TransactionalEditingDomainImpl.FactoryImpl
 
TransactionalEditingDomainImpl.RegistryImpl - Class in org.eclipse.emf.transaction.impl
Implementation of the global editing domain registry.
TransactionalEditingDomainImpl.RegistryImpl() - Constructor for class org.eclipse.emf.transaction.impl.TransactionalEditingDomainImpl.RegistryImpl
 
TransactionalEditingDomainImpl.ValidatorFactoryImpl - Class in org.eclipse.emf.transaction.impl
Default implementation of the validator factory
TransactionalEditingDomainImpl.ValidatorFactoryImpl() - Constructor for class org.eclipse.emf.transaction.impl.TransactionalEditingDomainImpl.ValidatorFactoryImpl
 
TransactionalPropertySource - Class in org.eclipse.emf.transaction.ui.provider
A property source wrapper that calls its delegate in transactions of the appropriate kind.
TransactionalPropertySource(TransactionalEditingDomain, IPropertySource) - Constructor for class org.eclipse.emf.transaction.ui.provider.TransactionalPropertySource
Initializes me with the editing domain in which I create transactions, and the property source that I delegate to.
TransactionChangeDescription - Interface in org.eclipse.emf.transaction
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.
TransactionChangeRecorder - Class in org.eclipse.emf.transaction.impl
The change recorder for a TransactionalEditingDomain, used by transactions to record rollback information and to detect changes that violate the transaction protocol.
TransactionChangeRecorder(InternalTransactionalEditingDomain, ResourceSet) - Constructor for class org.eclipse.emf.transaction.impl.TransactionChangeRecorder
Initializes me with the editing domain that I assist and the resource set in which I will record changes.
TransactionImpl - Class in org.eclipse.emf.transaction.impl
The default transaction implementation.
TransactionImpl(TransactionalEditingDomain, boolean) - Constructor for class org.eclipse.emf.transaction.impl.TransactionImpl
Initializes me with my editing domain and read-only state.
TransactionImpl(TransactionalEditingDomain, boolean, Map<?, ?>) - Constructor for class org.eclipse.emf.transaction.impl.TransactionImpl
Initializes me with my editing domain, read-only state, and additional options.
TransactionUtil - Class in org.eclipse.emf.transaction.util
Static utilities for dealing with EMF elements and resources in a transactional editing domain.
TransactionValidator - Interface in org.eclipse.emf.transaction.impl
Interface for an object that validates a transaction when it commits.
TransactionValidator.Factory - Interface in org.eclipse.emf.transaction.impl
Interface that clients implement to define a validator factory.
transfer(Thread) - Method in class org.eclipse.emf.transaction.util.Lock.Access
Transfers the lock's ownership to the specified thread.
trigger(TransactionalEditingDomain, Notification) - Method in class org.eclipse.emf.transaction.TriggerListener
Implemented by subclasses to provide a trigger command for a single change in the model.
TriggerCommand - Class in org.eclipse.emf.transaction.util
A specialized compound command that combines a "triggering" command with commands contributed by ResourceSetListeners as triggers.
TriggerCommand(List<? extends Command>) - Constructor for class org.eclipse.emf.transaction.util.TriggerCommand
Initializes me with a list of commands triggered not by the execution of a command but by direct manipulation of the model during a read/write transaction.
TriggerCommand(Command, List<? extends Command>) - Constructor for class org.eclipse.emf.transaction.util.TriggerCommand
Initializes me with a list of commands triggered by the execution of some command on the command stack.
TriggerCommandTransaction - Class in org.eclipse.emf.transaction.impl
A transaction implementation used by the command stack to wrap the execution of TriggerCommands, to provide them the write access that they need.
TriggerCommandTransaction(TriggerCommand, InternalTransactionalEditingDomain, Map<?, ?>) - Constructor for class org.eclipse.emf.transaction.impl.TriggerCommandTransaction
Initializes me with my command, editing domain, and options.
TriggerListener - Class in org.eclipse.emf.transaction
A convenient superclass for listeners that implement "triggers" to process Notifications one at a time, generating a command for each that will make dependent updates to the model.
TriggerListener() - Constructor for class org.eclipse.emf.transaction.TriggerListener
Initializes me with the default filter.
TriggerListener(NotificationFilter) - Constructor for class org.eclipse.emf.transaction.TriggerListener
Initializes me with the specified filter.

Copyright 2002, 2007 IBM Corporation and others.
All Rights Reserved.
A B C D E F G H I L M N O P R S T U V W Y