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

  




 

 

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

C

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 command 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.impl. TransactionalCommandStackImpl
Extends the inherited implementation to consider the redoability of ConditionalRedoCommands.
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 interface org.eclipse.emf.transaction.util. ConditionalRedoCommand
Queries whether I can be redone.
canRedo() - Method in class org.eclipse.emf.transaction.util. ConditionalRedoCommand.Compound
I can redo if none of my composed commands cannot redo.
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.
CommandChangeDescription - Class in org.eclipse.emf.transaction.util
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.
commit() - Method in class org.eclipse.emf.transaction.impl. TransactionImpl
 
commit() - Method in interface org.eclipse.emf.transaction. Transaction
Attempts to commit the transaction.
CompositeChangeDescription - Class in org.eclipse.emf.transaction.util
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 in org.eclipse.emf.transaction.util
A specialization of the EMF Command API that accounts for conditional redoable-ness.
ConditionalRedoCommand.Compound - Class in org.eclipse.emf.transaction.util
A conditionally redoable compound command.
ConditionalRedoCommand.Compound() - Constructor for class org.eclipse.emf.transaction.util. ConditionalRedoCommand.Compound
 
ConditionalRedoCommand.Compound(int, List<Command>) - Constructor for class org.eclipse.emf.transaction.util. ConditionalRedoCommand.Compound
 
ConditionalRedoCommand.Compound(int, String, List<Command>) - Constructor for class org.eclipse.emf.transaction.util. ConditionalRedoCommand.Compound
 
ConditionalRedoCommand.Compound(int, String, String, List<Command>) - 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<Command>) - Constructor for class org.eclipse.emf.transaction.util. ConditionalRedoCommand.Compound
 
ConditionalRedoCommand.Compound(String, List<Command>) - Constructor for class org.eclipse.emf.transaction.util. ConditionalRedoCommand.Compound
 
ConditionalRedoCommand.Compound(String, String, List<Command>) - 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
 
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(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
 
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.
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.
createLifecycle() - Method in class org.eclipse.emf.transaction.impl. TransactionalEditingDomainImpl
Creates a new lifecycle implementation.
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.
createOptionMetadataRegistry() - Method in class org.eclipse.emf.transaction.impl. TransactionalEditingDomainImpl
Creates a new transaction option metadata registry.
createPrivilegedRunnable(Runnable) - Method in class org.eclipse.emf.transaction.impl. TransactionalEditingDomainImpl
 
createPrivilegedRunnable(Runnable) - Method in interface org.eclipse.emf.transaction. TransactionalEditingDomain
Wraps the specified runnable to give it access to the currently active transaction.
createPrivilegedRunnable(TransactionalEditingDomain, RunnableWithResult<? extends T>) - Static method in class org.eclipse.emf.transaction.util. TransactionUtil
Utility method for providing privileged access to runnables that return values.
createPropertySource(Object, IItemPropertySource) - Method in class org.eclipse.emf.transaction.ui.provider. TransactionalAdapterFactoryContentProvider
Extends the inherited implementation by running in a read-only transaction.
createReadOnlyValidator() - Method in class org.eclipse.emf.transaction.impl. TransactionalEditingDomainImpl.ValidatorFactoryImpl
Creates and returns a TransactionValidator which is used to validate a read write transaction.
createReadOnlyValidator() - Method in interface org.eclipse.emf.transaction.impl. TransactionValidator.Factory
Creates and returns a TransactionValidator which is used to validate a read write transaction.
createReadWriteValidator() - Method in class org.eclipse.emf.transaction.impl. TransactionalEditingDomainImpl.ValidatorFactoryImpl
Creates and returns a TransactionValidator which is used to validate a read only transaction.
createReadWriteValidator() - Method in interface org.eclipse.emf.transaction.impl. TransactionValidator.Factory
Creates and returns a TransactionValidator which is used to validate 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
 
createValidator() - Method in class org.eclipse.emf.transaction.impl. ReadWriteValidatorImpl
Creates a validator which will be responsible for the transaction validation

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

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