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

I

inherit(Map<?, ?>, Map<Object, Object>, boolean) - Method in interface org.eclipse.emf.transaction. Transaction.OptionMetadata
Updates the options map of a child transaction to inherit the setting in a parent transaction, if it is a hereditary option and the child does not already have a setting for it.
inherit(Map<?, ?>, Map<Object, Object>, boolean) - Method in class org.eclipse.emf.transaction.util. BasicTransactionOptionMetadata
 
inputChanged(Viewer, Object, Object) - Method in class org.eclipse.emf.transaction.ui.provider. TransactionalAdapterFactoryContentProvider
Extends the inherited implementation by running in a read-only transaction.
INSTANCE - Static variable in interface org.eclipse.emf.transaction.impl. TransactionValidator.Factory
The shared default implementation of the validator factory interface.
INSTANCE - Static variable in interface org.eclipse.emf.transaction. Transaction.OptionMetadata.Registry
The shared transaction option metadata registry.
INSTANCE - Static variable in interface org.eclipse.emf.transaction. TransactionalEditingDomain.Factory
Static factory instance that can create instances of the default transactional editing domain implementation.
INSTANCE - Static variable in interface org.eclipse.emf.transaction. TransactionalEditingDomain.Registry
The single static registry instance.
InternalLifecycle - Interface in org.eclipse.emf.transaction.impl
Internal adapter interface that must be provided by a TransactionalEditingDomain implementation that provides a TransactionalEditingDomain.Lifecycle adapter.
InternalTransaction - Interface in org.eclipse.emf.transaction.impl
An internal interface that must be provided by any implementation of the public Transaction interface, in order to function correctly in the transactional editing domain framework.
InternalTransactionalCommandStack - Interface in org.eclipse.emf.transaction.impl
An internal interface that must be provided by any implementation of the public TransactionalCommandStack interface, in order to function correctly in the transactional editing domain framework.
InternalTransactionalEditingDomain - Interface in org.eclipse.emf.transaction.impl
Internal interface that must be provided by any implementation of the public TransactionalEditingDomain API, in order to function correctly in the transactional editing domain framework.
isAborted() - Method in class org.eclipse.emf.transaction.impl. TransactionImpl
Queries whether I have been aborted.
isActive() - Method in class org.eclipse.emf.transaction.impl. TransactionImpl
 
isActive() - Method in interface org.eclipse.emf.transaction. Transaction
Queries whether I am active.
isAggregatePrecommitListener() - Method in interface org.eclipse.emf.transaction. ResourceSetListener
Queries whether I should be invoked only for pre-commit of the root transaction, with all of the notifications from that transaction and any nested transactions.
isAggregatePrecommitListener() - Method in class org.eclipse.emf.transaction. ResourceSetListenerImpl
By default, assume that we want individual transaction pre-commit.
isEmpty() - Method in interface org.eclipse.emf.transaction. TransactionChangeDescription
Queries whether I have no changes.
isEmpty() - Method in class org.eclipse.emf.transaction.util. CommandChangeDescription
I can only assume that the operation I wrap makes some kind of change.
isEmpty() - Method in class org.eclipse.emf.transaction.util. CompositeChangeDescription
Queries whether I have no composed change descriptions.
isHereditary() - Method in interface org.eclipse.emf.transaction. Transaction.OptionMetadata
Queries whether the option is inherited by nested transactions.
isHereditary() - Method in class org.eclipse.emf.transaction.util. BasicTransactionOptionMetadata
 
isLabelProperty(Object, String) - Method in class org.eclipse.emf.transaction.ui.provider. TransactionalAdapterFactoryLabelProvider
Extends the inherited implementation by running in a read-only transaction.
isLoaded(Resource) - Method in class org.eclipse.emf.transaction.impl. ResourceSetManager
Queries whether the specified resource is currently loaded.
isLoading(Resource) - Method in class org.eclipse.emf.transaction.impl. ResourceSetManager
Queries whether the specified resource is currently loading.
isNotificationEnabled(Transaction) - Static method in class org.eclipse.emf.transaction.impl. TransactionImpl
Queries whether the specified transaction should send post-commit events, according to its options.
isPaused() - Method in class org.eclipse.emf.transaction.impl. TransactionChangeRecorder
Queries whether I am currently paused in my recording.
isPostcommitOnly() - Method in class org.eclipse.emf.transaction. DemultiplexingListener
I want only post-commit events, not pre-commit events.
isPostcommitOnly() - Method in interface org.eclipse.emf.transaction. ResourceSetListener
Queries whether I am interested only in the post-commit ( ResourceSetListener.resourceSetChanged(ResourceSetChangeEvent)) call-back.
isPostcommitOnly() - Method in class org.eclipse.emf.transaction. ResourceSetListenerImpl
By default, assume that we do not only want post-commit events but also pre-commit events.
isPrecommitOnly() - Method in interface org.eclipse.emf.transaction. ResourceSetListener
Queries whether I am interested only in the pre-commit ( ResourceSetListener.transactionAboutToCommit(ResourceSetChangeEvent)) call-back.
isPrecommitOnly() - Method in class org.eclipse.emf.transaction. ResourceSetListenerImpl
By default, assume that we do not only want pre-commit events but also post-commit events.
isPrecommitOnly() - Method in class org.eclipse.emf.transaction. TriggerListener
I want only ppre-commit events, not post-commit events.
isPropertyResettable(Object) - Method in class org.eclipse.emf.transaction.ui.provider. TransactionalPropertySource
Delegates the my wrapped property source in the appropriate transaction.
isPropertySet(Object) - Method in class org.eclipse.emf.transaction.ui.provider. TransactionalPropertySource
Delegates the my wrapped property source in the appropriate transaction.
isReadOnly() - Method in class org.eclipse.emf.transaction.impl. TransactionImpl
 
isReadOnly() - Method in interface org.eclipse.emf.transaction. Transaction
Queries whether I am a read-only transaction.
isRollingBack() - Method in interface org.eclipse.emf.transaction.impl. InternalTransaction
Queries whether this transaction or any of its ancestors is in the process of rolling back.
isRollingBack() - Method in class org.eclipse.emf.transaction.impl. TransactionImpl
 
isSet(Map<?, ?>) - Method in interface org.eclipse.emf.transaction. Transaction.OptionMetadata
Queries whether the specified map has a setting for my option.
isSet(Map<?, ?>) - Method in class org.eclipse.emf.transaction.util. BasicTransactionOptionMetadata
 
isStaticallyRegistered(String) - Method in class org.eclipse.emf.transaction.impl. EditingDomainManager
Queries whether the specified editing domain ID is statically registered on our extension point.
isTag() - Method in interface org.eclipse.emf.transaction. Transaction.OptionMetadata
Queries whether the option is a tag, meaning that it adorns a transaction with client-specific information but that it does not otherwise affect the semantics (or behaviour) of the transaction.
isTag() - Method in class org.eclipse.emf.transaction.util. BasicTransactionOptionMetadata
 
isTriggerEnabled(Transaction) - Static method in class org.eclipse.emf.transaction.impl. TransactionImpl
Queries whether the specified transaction should invoke pre-commit, listeners, according to its options and read-only state.
isUndoEnabled(Transaction) - Static method in class org.eclipse.emf.transaction.impl. TransactionImpl
Queries whether the specified transaction should record undo information, according to its options and read-only state.
isUnloaded(Resource) - Method in class org.eclipse.emf.transaction.impl. ResourceSetManager
Queries whether the specified resource is currently unloaded.
isUnloading(Resource) - Method in class org.eclipse.emf.transaction.impl. ResourceSetManager
Queries whether the specified resource is currently unloading.
isUnprotected(Transaction) - Static method in class org.eclipse.emf.transaction.impl. TransactionImpl
Queries whether the specified transaction is an unprotected write, according to its options and read-only state.
isValidationEnabled(Transaction) - Static method in class org.eclipse.emf.transaction.impl. TransactionImpl
Queries whether the specified transaction should validate changes, according to its options and read-only state.

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