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

C

CommandChangeDescription - class org.eclipse.emf.transaction.util.CommandChangeDescription.
A change description that simply wraps a Command, asking it to undo or redo when applying.
CommandChangeDescription(Command) - Constructor for class org.eclipse.emf.transaction.util.CommandChangeDescription
Initializes me with the command that I encapsulate.
CompositeChangeDescription - class org.eclipse.emf.transaction.util.CompositeChangeDescription.
A composition of zero or more change descriptions representing the changes performed by transactions in a possibly nested structure.
CompositeChangeDescription() - Constructor for class org.eclipse.emf.transaction.util.CompositeChangeDescription
 
ConditionalRedoCommand - interface org.eclipse.emf.transaction.util.ConditionalRedoCommand.
A specialization of the EMF Command API that accounts for conditional redoable-ness.
ConditionalRedoCommand.Compound - class org.eclipse.emf.transaction.util.ConditionalRedoCommand.Compound.
A conditionally redoable compound command.
ConditionalRedoCommand.Compound() - Constructor for class org.eclipse.emf.transaction.util.ConditionalRedoCommand.Compound
 
ConditionalRedoCommand.Compound(int, List) - Constructor for class org.eclipse.emf.transaction.util.ConditionalRedoCommand.Compound
 
ConditionalRedoCommand.Compound(int, String, List) - Constructor for class org.eclipse.emf.transaction.util.ConditionalRedoCommand.Compound
 
ConditionalRedoCommand.Compound(int, String, String, List) - Constructor for class org.eclipse.emf.transaction.util.ConditionalRedoCommand.Compound
 
ConditionalRedoCommand.Compound(int, String, String) - Constructor for class org.eclipse.emf.transaction.util.ConditionalRedoCommand.Compound
 
ConditionalRedoCommand.Compound(int, String) - Constructor for class org.eclipse.emf.transaction.util.ConditionalRedoCommand.Compound
 
ConditionalRedoCommand.Compound(int) - Constructor for class org.eclipse.emf.transaction.util.ConditionalRedoCommand.Compound
 
ConditionalRedoCommand.Compound(List) - Constructor for class org.eclipse.emf.transaction.util.ConditionalRedoCommand.Compound
 
ConditionalRedoCommand.Compound(String, List) - Constructor for class org.eclipse.emf.transaction.util.ConditionalRedoCommand.Compound
 
ConditionalRedoCommand.Compound(String, String, List) - Constructor for class org.eclipse.emf.transaction.util.ConditionalRedoCommand.Compound
 
ConditionalRedoCommand.Compound(String, String) - Constructor for class org.eclipse.emf.transaction.util.ConditionalRedoCommand.Compound
 
ConditionalRedoCommand.Compound(String) - Constructor for class org.eclipse.emf.transaction.util.ConditionalRedoCommand.Compound
 
canApply() - Method in interface org.eclipse.emf.transaction.TransactionChangeDescription
Queries whether I can apply my changes.
canApply() - Method in class org.eclipse.emf.transaction.util.CommandChangeDescription
I can apply if my wrapped operation can undo or redo, according to whether it was last undone or redone.
canApply() - Method in class org.eclipse.emf.transaction.util.CompositeChangeDescription
I can apply myself if all of my composed changes can apply themselves.
canRedo() - Method in class org.eclipse.emf.transaction.RecordingCommand
I can be redone if I successfully recorded the changes that I executed.
canRedo() - Method in class org.eclipse.emf.transaction.impl.TransactionalCommandStackImpl
Extends the inherited implementation to consider the redoability of ConditionalRedoCommands.
canRedo() - Method in class org.eclipse.emf.transaction.util.ConditionalRedoCommand.Compound
I can redo if none of my composed commands cannot redo.
canRedo() - Method in interface org.eclipse.emf.transaction.util.ConditionalRedoCommand
Queries whether I can be redone.
canUndo() - Method in class org.eclipse.emf.transaction.RecordingCommand
I can be undone if I successfully recorded the changes that I executed.
chain(Command) - Method in class org.eclipse.emf.transaction.RecordingCommand
 
chain(Command) - Method in class org.eclipse.emf.transaction.util.CommandChangeDescription
Chains a new command onto the command that I encapsulate, returning the chained result.
chain(Command) - Method in class org.eclipse.emf.transaction.util.ConditionalRedoCommand.Compound
I am self-chaining.
change - Variable in class org.eclipse.emf.transaction.impl.TransactionImpl
 
clear() - Method in class org.eclipse.emf.transaction.util.CompositeChangeDescription
Removes any change descriptions that I may have.
close() - Method in class org.eclipse.emf.transaction.impl.TransactionImpl
Closes me.
close() - Method in class org.eclipse.emf.transaction.impl.TriggerCommandTransaction
Extends the inherited implementation by first clearing my change description, so that I will not propagate these changes upwards.
collectsNotifications(Transaction) - Static method in class org.eclipse.emf.transaction.impl.TransactionImpl
Queries whether the specified transaction collects notifications for broadcast to listeners or for validation.
commit() - Method in interface org.eclipse.emf.transaction.Transaction
Attempts to commit the transaction.
commit() - Method in class org.eclipse.emf.transaction.impl.TransactionImpl
 
configureListeners(String, TransactionalEditingDomain) - Method in class org.eclipse.emf.transaction.impl.EditingDomainManager
Creates (if necessary) listeners registered against the specified editing domain ID and and adds them to it.
createChangeRecorder(ResourceSet) - Method in class org.eclipse.emf.transaction.impl.TransactionalEditingDomainImpl
May be overridden by subclasses to create a custom change recorder implementation.
createEditingDomain() - Method in interface org.eclipse.emf.transaction.TransactionalEditingDomain.Factory
Creates an editing domain with a default resource set implementation.
createEditingDomain(ResourceSet) - Method in interface org.eclipse.emf.transaction.TransactionalEditingDomain.Factory
Creates a new transactional editing domain on the specified resource set.
createEditingDomain(String) - Method in class org.eclipse.emf.transaction.impl.EditingDomainManager
Creates the editing domain registered on the extension point under the specified id, if an appropriate extension exists.
createEditingDomain() - Method in class org.eclipse.emf.transaction.impl.TransactionalEditingDomainImpl.FactoryImpl
 
createEditingDomain(ResourceSet) - Method in class org.eclipse.emf.transaction.impl.TransactionalEditingDomainImpl.FactoryImpl
 
createEventTypeFilter(int) - Static method in class org.eclipse.emf.transaction.NotificationFilter
Creates a filter matching any notification of the specified type.
createFeatureFilter(EStructuralFeature) - Static method in class org.eclipse.emf.transaction.NotificationFilter
Creates a filter matching any notification from the specified feature.
createFeatureFilter(Class, int) - Static method in class org.eclipse.emf.transaction.NotificationFilter
Creates a filter matching any notification from the specified feature.
createFeatureFilter(EClassifier, int) - Static method in class org.eclipse.emf.transaction.NotificationFilter
Creates a filter matching any notification from the specified feature.
createNotifierFilter(Object) - Static method in class org.eclipse.emf.transaction.NotificationFilter
Creates a filter matching any notification from the specified notifier.
createNotifierTypeFilter(Class) - Static method in class org.eclipse.emf.transaction.NotificationFilter
Creates a filter matching notifications from any instance of the specified type.
createNotifierTypeFilter(EClassifier) - Static method in class org.eclipse.emf.transaction.NotificationFilter
Creates a filter matching notifications from any instance of the specified type.
createPrivilegedRunnable(Runnable) - Method in interface org.eclipse.emf.transaction.TransactionalEditingDomain
Wraps the specified runnable to give it access to the currently active transaction.
createPrivilegedRunnable(Runnable) - Method in class org.eclipse.emf.transaction.impl.TransactionalEditingDomainImpl
 
createPropertySource(Object, IItemPropertySource) - Method in class org.eclipse.emf.transaction.ui.provider.TransactionalAdapterFactoryContentProvider
Extends the inherited implementation by running in a read-only transaction.
createResourceContentTypeFilter(String) - Static method in class org.eclipse.emf.transaction.NotificationFilter
Creates a filter matches any notification from a resource of the specified content type.
createTransaction(Command, Map) - Method in interface org.eclipse.emf.transaction.impl.InternalTransactionalCommandStack
Creates a read/write transaction in my editing domain for the purpose of executing the specified command.
createTransaction(Command, Map) - Method in class org.eclipse.emf.transaction.impl.TransactionalCommandStackImpl
 

Copyright 2002, 2006 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