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

R

READ - Static variable in class org.eclipse.emf.transaction. NotificationFilter
Matches any notification that can occur during the normal course of a read-only transaction.
ReadOnlyValidatorImpl - Class in org.eclipse.emf.transaction.impl
A validator for read-only transactions.
ReadOnlyValidatorImpl() - Constructor for class org.eclipse.emf.transaction.impl. ReadOnlyValidatorImpl
Initializes me.
ReadWriteValidatorImpl - Class in org.eclipse.emf.transaction.impl
A validator for read/write transactions.
ReadWriteValidatorImpl() - Constructor for class org.eclipse.emf.transaction.impl. ReadWriteValidatorImpl
Initializes me.
RecordingCommand - Class in org.eclipse.emf.transaction
A partial Command implementation that records the changes made by a subclass's direct manipulation of objects via the metamodel's API.
RecordingCommand(TransactionalEditingDomain) - Constructor for class org.eclipse.emf.transaction. RecordingCommand
Initializes me with the editing domain in which I am to be executed.
RecordingCommand(TransactionalEditingDomain, String) - Constructor for class org.eclipse.emf.transaction. RecordingCommand
Initializes me with my editing domain and a human-readable label.
RecordingCommand(TransactionalEditingDomain, String, String) - Constructor for class org.eclipse.emf.transaction. RecordingCommand
Initializes me with my editing domain, label, and more expansive description.
redo() - Method in class org.eclipse.emf.transaction.impl. TransactionalCommandStackImpl
Extends the inherited implementation by invoking it within the context of a redo transaction (a read/write transaction with the undo/redo options).
redo() - Method in class org.eclipse.emf.transaction. RecordingCommand
Redoes the changes that I recorded.
refresh() - Method in class org.eclipse.emf.transaction.ui.view. ExtendedPropertySheetPage
Delegates to the superclass implementation within a read transaction, if an editing domain is available.
register(Transaction.OptionMetadata) - Method in class org.eclipse.emf.transaction.util. BasicTransactionOptionMetadataRegistry
Registers an option metadata descriptor.
release() - Method in class org.eclipse.emf.transaction.util. Lock
Releases me.
remove(InternalTransaction) - Method in class org.eclipse.emf.transaction.impl. ReadWriteValidatorImpl
Removes the specified transaction from me.
remove(String) - Method in class org.eclipse.emf.transaction.impl. TransactionalEditingDomainImpl.RegistryImpl
 
remove(InternalTransaction) - Method in interface org.eclipse.emf.transaction.impl. TransactionValidator
Removes a transaction that has rolled back.
remove(String) - Method in interface org.eclipse.emf.transaction. TransactionalEditingDomain.Registry
Removes the editing domain matching the specified ID from the registry.
removeResourceSetListener(ResourceSetListener) - Method in class org.eclipse.emf.transaction.impl. TransactionalEditingDomainImpl
 
removeResourceSetListener(ResourceSetListener) - Method in interface org.eclipse.emf.transaction. TransactionalEditingDomain
Removes a resource set listener from me.
removeTransactionalEditingDomainListener(TransactionalEditingDomainListener) - Method in class org.eclipse.emf.transaction.impl. TransactionalEditingDomainImpl.LifecycleImpl
 
removeTransactionalEditingDomainListener(TransactionalEditingDomainListener) - Method in interface org.eclipse.emf.transaction. TransactionalEditingDomain.Lifecycle
Removes a lif-cycle event listener from the editing domain.
resetPropertyValue(Object) - Method in class org.eclipse.emf.transaction.ui.provider. TransactionalPropertySource
Delegates the my wrapped property source in the appropriate transaction.
RESOURCE_LOADED - Static variable in class org.eclipse.emf.transaction. NotificationFilter
A filter matching "resource loaded" events.
RESOURCE_UNLOADED - Static variable in class org.eclipse.emf.transaction. NotificationFilter
A filter matching "resource unloaded" events.
resourceSetChanged(ResourceSetChangeEvent) - Method in class org.eclipse.emf.transaction. DemultiplexingListener
Implements the post-commit callback by processing the event's notifications one by one, delegating to the DemultiplexingListener.handleNotification(org.eclipse.emf.transaction.TransactionalEditingDomain, org.eclipse.emf.common.notify.Notification) method.
resourceSetChanged(ResourceSetChangeEvent) - Method in interface org.eclipse.emf.transaction. ResourceSetListener
Informs the listener that changes have been committed to the model.
resourceSetChanged(ResourceSetChangeEvent) - Method in class org.eclipse.emf.transaction. ResourceSetListenerImpl
The default implementation of this method does nothing.
ResourceSetChangeEvent - Class in org.eclipse.emf.transaction
Event object describing the nature of changes in a resource set to ResourceSetListeners.
ResourceSetChangeEvent(TransactionalEditingDomain) - Constructor for class org.eclipse.emf.transaction. ResourceSetChangeEvent
Initializes me with my source editing domain.
ResourceSetChangeEvent(TransactionalEditingDomain, Transaction, List<Notification>) - Constructor for class org.eclipse.emf.transaction. ResourceSetChangeEvent
Initializes me with my source editing domain, command, and notifications.
ResourceSetListener - Interface in org.eclipse.emf.transaction
Listener interface for batched notification of changes to a resource set.
ResourceSetListener.Internal - Interface in org.eclipse.emf.transaction
An interface for communication of internal life-cycle events to the listener.
ResourceSetListenerImpl - Class in org.eclipse.emf.transaction
Default implementation of a resource-set listener, useful for extending to implement only the callbacks of interest to the client.
ResourceSetListenerImpl() - Constructor for class org.eclipse.emf.transaction. ResourceSetListenerImpl
Initializes me with the default filter.
ResourceSetListenerImpl(NotificationFilter) - Constructor for class org.eclipse.emf.transaction. ResourceSetListenerImpl
Initializes me with the specified filter.
ResourceSetManager - Class in org.eclipse.emf.transaction.impl
The resource set manager keeps track of the load state of Resources in a resource set managed by a transactional editing domain.
resume(TransactionChangeDescription) - Method in interface org.eclipse.emf.transaction.impl. InternalTransaction
Resumes me after completion of a child transaction.
resume() - Method in class org.eclipse.emf.transaction.impl. TransactionChangeRecorder
Resumes the paused recording of the current change description.
resume(TransactionChangeDescription) - Method in class org.eclipse.emf.transaction.impl. TransactionImpl
 
rollback(Transaction) - Method in class org.eclipse.emf.transaction.impl. AbstractTransactionalCommandStack
Ensures that the specified transaction is rolled back, first rolling back a nested transaction (if any).
rollback() - Method in class org.eclipse.emf.transaction.impl. TransactionImpl
 
rollback() - Method in interface org.eclipse.emf.transaction. Transaction
Rolls back the transaction, undoing all of the pending model changes.
RollbackException - Exception in org.eclipse.emf.transaction
Exception indicating that a transaction was automatically rolled back on attempting to commit.
RollbackException(IStatus) - Constructor for exception org.eclipse.emf.transaction. RollbackException
Initializes me with the status indicating the reason(s) for rolling back.
run() - Method in class org.eclipse.emf.transaction.impl. PrivilegedRunnable
Runs my delegate in the context of the transaction that I share.
run(RunnableWithResult<? extends T>) - Method in class org.eclipse.emf.transaction.ui.provider. TransactionalAdapterFactoryContentProvider
Runs the specified runnable in the editing domain, with interrupt handling.
run(RunnableWithResult<? extends T>) - Method in class org.eclipse.emf.transaction.ui.provider. TransactionalAdapterFactoryLabelProvider
Runs the specified runnable in the editing domain, with interrupt handling.
run(RunnableWithResult<? extends T>) - Method in class org.eclipse.emf.transaction.ui.provider. TransactionalPropertySource
Runs the specified runnable in the editing domain, with interrupt handling.
runExclusive(Runnable) - Method in class org.eclipse.emf.transaction.impl. TransactionalEditingDomainImpl
 
runExclusive(Runnable) - Method in interface org.eclipse.emf.transaction. TransactionalEditingDomain
Runs an operation that requires exclusive access to my resource set, for reading.
runExclusive(TransactionalEditingDomain, RunnableWithResult<? extends T>) - Static method in class org.eclipse.emf.transaction.util. TransactionUtil
Utility method for executing exclusive runnables that return values.
RunnableWithResult< T> - Interface in org.eclipse.emf.transaction
Extends the core Java Runnable interface with the ability to return a result.
RunnableWithResult.Impl< T> - Class in org.eclipse.emf.transaction
A convenient partial implementation of the RunnableWithResult interface that implements a settable result field and commit status.
RunnableWithResult.Impl() - Constructor for class org.eclipse.emf.transaction. RunnableWithResult.Impl
 

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