Skip navigation links
Eclipse EMF 2.15 API Specification
A B C D E F G H I J K L M N O P Q R S T U V W Y 

R

rawAppendFragment(CharSequence) - Method in class org.eclipse.emf.common.util.URI
 
rawSegments() - Method in class org.eclipse.emf.common.util.URI.Fragment
 
rawSegments() - Method in class org.eclipse.emf.common.util.URI.Hierarchical
 
rawSegments() - Method in class org.eclipse.emf.common.util.URI
 
readLock - Variable in class org.eclipse.emf.common.util.Pool
To support maximum concurrency, a pair of read and write locks is maintained; this is the read lock.
readWriteLock - Variable in class org.eclipse.emf.common.util.Pool
 
recomputeSeverity() - Method in class org.eclipse.emf.common.util.BasicDiagnostic
 
redo() - Method in class org.eclipse.emf.common.command.BasicCommandStack
 
redo() - Method in interface org.eclipse.emf.common.command.Command
Performs the command activity required to redo the effect after undoing the effect.
redo() - Method in interface org.eclipse.emf.common.command.CommandStack
Moves the top of the stack up, redoing the new top command.
redo() - Method in class org.eclipse.emf.common.command.CommandWrapper
Delegates to the redo method of the command.
redo() - Method in class org.eclipse.emf.common.command.CompoundCommand
Calls Command.redo() for each command in the list.
redo() - Method in class org.eclipse.emf.common.command.IdentityCommand
Do nothing.
redo() - Method in class org.eclipse.emf.common.command.StrictCompoundCommand
Calls Command.redo() for each command in the list.
redo() - Method in class org.eclipse.emf.common.command.UnexecutableCommand
Throws an exception if it should ever be called.
Reflect - Class in org.eclipse.emf.common.util
A utility class for helping implement reflective capabilities not available with Google Widget Toolkit, i.e., specifically the ability to instance test and to create typed arrays.
Reflect() - Constructor for class org.eclipse.emf.common.util.Reflect
 
Reflect.Helper - Interface in org.eclipse.emf.common.util
An interface implemented by reflective helpers.
register() - Static method in class org.eclipse.emf.common.archive.Handler
Registers this class.
register(Class<?>, Reflect.Helper) - Static method in class org.eclipse.emf.common.util.Reflect
Register a helper for the given class.
relativeCharacters - Variable in class org.eclipse.emf.common.util.URI.URIPool.FileAccessUnit
The buffer for relative file paths.
rematches(E, WeakInterningHashSet.Entry<E>) - Method in class org.eclipse.emf.common.util.Pool.AccessUnit
Used to determine whether the given value from the pool is equal to the value being accessed.
remove(Object) - Method in class org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EAdapterList
 
remove(int) - Method in class org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EAdapterList
 
remove(int) - Method in class org.eclipse.emf.common.notify.impl.DelegatingNotifyingListImpl
Removes the object at the index from the list and returns it.
remove(int) - Method in class org.eclipse.emf.common.notify.impl.NotifyingListImpl
Removes the object at the index from the list and returns it.
REMOVE - Static variable in interface org.eclipse.emf.common.notify.Notification
An event type indicating that a value has been removed from a list-based feature of the notifier.
remove() - Method in class org.eclipse.emf.common.util.AbstractEList.EIterator
Removes the last object returned by AbstractEList.EIterator.next() from the list, it's an optional operation.
remove() - Method in class org.eclipse.emf.common.util.AbstractEList.NonResolvingEIterator
Throws and exception.
remove() - Method in class org.eclipse.emf.common.util.AbstractEList.NonResolvingEListIterator
Throws an exception.
remove(Object) - Method in class org.eclipse.emf.common.util.AbstractEList
Removes the object from the list and returns whether the object was actually contained by the list.
remove(int) - Method in class org.eclipse.emf.common.util.AbstractEList
Removes the object at the index from the list and returns it.
remove() - Method in class org.eclipse.emf.common.util.AbstractTreeIterator
Removes the last object returned by AbstractTreeIterator.next() from the underlying tree; it's an optional operation.
remove() - Method in class org.eclipse.emf.common.util.ArrayDelegatingEList.EIterator
 
remove() - Method in class org.eclipse.emf.common.util.ArrayDelegatingEList.EListIterator
 
remove(int) - Method in class org.eclipse.emf.common.util.ArrayDelegatingEList
Removes the object at the index from the list and returns it.
remove(int) - Method in class org.eclipse.emf.common.util.BasicEList
Removes the object at the index from the list and returns it.
remove(Object) - Method in class org.eclipse.emf.common.util.BasicEList.UnmodifiableEList
Throws an exception.
remove(int) - Method in class org.eclipse.emf.common.util.BasicEList.UnmodifiableEList
Throws an exception.
remove() - Method in class org.eclipse.emf.common.util.BasicEMap.BasicEMapIterator
Removes the entry of the last object returned by BasicEMap.BasicEMapIterator.next() from the map, it's an optional operation.
remove(Object) - Method in class org.eclipse.emf.common.util.BasicEMap.DelegatingMap
 
remove(Object) - Method in class org.eclipse.emf.common.util.BasicEMap
remove(int) - Method in class org.eclipse.emf.common.util.BasicEMap
remove(Object) - Method in class org.eclipse.emf.common.util.DelegatingEList
Removes the object from the list and returns whether the object was actually contained by the list.
remove(int) - Method in class org.eclipse.emf.common.util.DelegatingEList
Removes the object at the index from the list and returns it.
remove(Object) - Method in class org.eclipse.emf.common.util.DelegatingEList.UnmodifiableEList
Throws an exception.
remove(int) - Method in class org.eclipse.emf.common.util.DelegatingEList.UnmodifiableEList
Throws an exception.
remove(Object) - Method in class org.eclipse.emf.common.util.Pool
Throws an UnsupportedOperationException because removal is not supported..
remove(Object) - Method in class org.eclipse.emf.common.util.WeakInterningHashSet
REMOVE_MANY - Static variable in interface org.eclipse.emf.common.notify.Notification
An event type indicating that a several values have been removed from a list-based feature of the notifier.
removeAll(Collection<?>) - Method in class org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EAdapterList
 
removeAll(Collection<?>) - Method in class org.eclipse.emf.common.notify.impl.DelegatingNotifyingListImpl
Removes each object of the collection from the list and returns whether any object was actually contained by the list.
removeAll(Collection<?>) - Method in class org.eclipse.emf.common.notify.impl.NotifyingListImpl
Removes each object of the collection from the list and returns whether any object was actually contained by the list.
removeAll(Collection<?>) - Method in class org.eclipse.emf.common.util.AbstractEList
Removes each object of the collection from the list and returns whether any object was actually contained by the list.
removeAll(Collection<?>) - Method in class org.eclipse.emf.common.util.ArrayDelegatingEList
Removes each object of the collection from the list and returns whether any object was actually contained by the list.
removeAll(Collection<?>) - Method in class org.eclipse.emf.common.util.BasicEList.UnmodifiableEList
Throws an exception.
removeAll(Collection<?>) - Method in class org.eclipse.emf.common.util.BasicEMap
removeAll(Collection<?>) - Method in class org.eclipse.emf.common.util.DelegatingEList
Removes each object of the collection from the list and returns whether any object was actually contained by the list.
removeAll(Collection<?>) - Method in class org.eclipse.emf.common.util.DelegatingEList.UnmodifiableEList
Throws an exception.
removeAll(Collection<?>) - Method in class org.eclipse.emf.common.util.Pool
Throws an UnsupportedOperationException because removal is not supported..
removeCommandStackListener(CommandStackListener) - Method in class org.eclipse.emf.common.command.BasicCommandStack
 
removeCommandStackListener(CommandStackListener) - Method in interface org.eclipse.emf.common.command.CommandStack
Removes a listener from the command stack.
removed(Notifier, Adapter) - Method in interface org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EObservableAdapterList.Listener
Called when the given adapter is remove from the given notifier.
removeEntry(int, int) - Method in class org.eclipse.emf.common.util.BasicEMap
Removes the fully indexed entry from the map and returns it's value.
removeEntry(WeakInterningHashSet.Entry<E>) - Method in class org.eclipse.emf.common.util.WeakInterningHashSet
Remove an existing entry from the set.
removeEntry(int, WeakInterningHashSet.Entry<E>) - Method in class org.eclipse.emf.common.util.WeakInterningHashSet
Finds the entry at the given index the table and prune if from the collision chain.
removeKey(Object) - Method in class org.eclipse.emf.common.util.BasicEMap
 
removeKey(Object) - Method in interface org.eclipse.emf.common.util.EMap
Disassociates the key from its value, and returns the value formerly associated with the key.
removeListener(BasicNotifierImpl.EObservableAdapterList.Listener) - Method in class org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EAdapterList
 
removeListener(BasicNotifierImpl.EObservableAdapterList.Listener) - Method in interface org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EObservableAdapterList
Remove the listener from the adapter list.
REMOVING_ADAPTER - Static variable in interface org.eclipse.emf.common.notify.Notification
An event type indicating that an adapter is being removed from the notifier.
replacePrefix(URI, URI) - Method in class org.eclipse.emf.common.util.URI.Fragment
 
replacePrefix(URI, URI) - Method in class org.eclipse.emf.common.util.URI.Hierarchical
 
replacePrefix(URI, URI) - Method in class org.eclipse.emf.common.util.URI
If this is a hierarchical URI reference and oldPrefix is a prefix of it, this returns the URI formed by replacing it by newPrefix; null otherwise.
RESERVED_HI - Static variable in class org.eclipse.emf.common.util.URI
 
RESERVED_LO - Static variable in class org.eclipse.emf.common.util.URI
 
reset(boolean) - Method in class org.eclipse.emf.common.util.Pool.AccessUnit
Prepare the access unit for reuse.
reset(boolean) - Method in class org.eclipse.emf.common.util.Pool.ObjectAccessUnit
 
reset(boolean) - Method in class org.eclipse.emf.common.util.SegmentSequence.SegmentSequencePool.SegmentsAccessUnit
 
reset(boolean) - Method in class org.eclipse.emf.common.util.SegmentSequence.SegmentSequencePool.SegmentsAndSegmentAccessUnit
 
reset(boolean) - Method in class org.eclipse.emf.common.util.SegmentSequence.SegmentSequencePool.SegmentsAndSegmentsAccessUnit
 
reset(boolean) - Method in class org.eclipse.emf.common.util.SegmentSequence.SegmentSequencePool.StringAccessUnit
 
reset(boolean) - Method in class org.eclipse.emf.common.util.SegmentSequence.StringArrayPool.SegmentsAccessUnit
 
reset(boolean) - Method in class org.eclipse.emf.common.util.SegmentSequence.StringArrayPool.SegmentsAndSegmentAccessUnit
 
reset(boolean) - Method in class org.eclipse.emf.common.util.SegmentSequence.StringArrayPool.SegmentsAndSegmentCountAccessUnit
 
reset(boolean) - Method in class org.eclipse.emf.common.util.SegmentSequence.StringArrayPool.SegmentsAndSegmentsAccessUnit
 
reset(boolean) - Method in class org.eclipse.emf.common.util.SegmentSequence.StringArrayPool.SegmentsAndSubsegmentAccessUnit
 
reset(boolean) - Method in class org.eclipse.emf.common.util.SegmentSequence.StringArrayPool.StringAccessUnit
 
reset(boolean) - Method in class org.eclipse.emf.common.util.SegmentSequence.StringArrayPool.SubsegmentsAndSubsegmentsAccessUnit
 
reset(boolean) - Method in class org.eclipse.emf.common.util.SegmentSequence.StringArrayPool.SubstringAccessUnit
 
reset(boolean) - Method in class org.eclipse.emf.common.util.URI.URIPool.FileAccessUnit
 
reset(boolean) - Method in class org.eclipse.emf.common.util.URI.URIPool.PlatformAccessUnit
 
reset(boolean) - Method in class org.eclipse.emf.common.util.URI.URIPool.StringAccessUnit
 
reset(boolean) - Method in class org.eclipse.emf.common.util.URI.URIPool.URIComponentsAccessUnit
 
reset(boolean) - Method in class org.eclipse.emf.common.util.URI.URIPool.URIPoolAccessUnitBase
 
resolve(URI) - Static method in class org.eclipse.emf.common.CommonPlugin.Implementation
Use the platform to convert to a local URI.
resolve(URI) - Static method in class org.eclipse.emf.common.CommonPlugin
Use the platform, if available, to resolve the URI.
resolve(Object, Object) - Method in class org.eclipse.emf.common.notify.impl.AdapterFactoryImpl
Returns the object itself.
resolve(E) - Method in class org.eclipse.emf.common.notify.impl.DelegatingNotifyingListImpl
Returns the resolved object from this list for the purpose of testing whether DelegatingNotifyingListImpl.removeAll(Collection) applies to it.
resolve(E) - Method in class org.eclipse.emf.common.notify.impl.NotifyingListImpl
Returns the resolved object from this list for the purpose of testing whether NotifyingListImpl.removeAll(Collection) applies to it.
RESOLVE - Static variable in interface org.eclipse.emf.common.notify.Notification
An event type indicating that a feature of the notifier has been resolved from a proxy.
resolve(int, E) - Method in class org.eclipse.emf.common.util.AbstractEList
Resolves the object at the index and returns the result.
resolve(K, V) - Method in class org.eclipse.emf.common.util.BasicEMap
Resolves the value associated with the key and returns the result.
resolve(URI, boolean) - Method in class org.eclipse.emf.common.util.URI.Fragment
 
resolve(URI, boolean) - Method in class org.eclipse.emf.common.util.URI.Hierarchical
 
resolve(URI) - Method in class org.eclipse.emf.common.util.URI
Resolves this URI reference against a base absolute hierarchical URI, returning the resulting absolute URI.
resolve(URI, boolean) - Method in class org.eclipse.emf.common.util.URI
Resolves this URI reference against a base absolute hierarchical URI, returning the resulting absolute URI.
resourceBundle - Variable in class org.eclipse.emf.common.EMFPlugin.InternalHelper
 
resourceBundle - Variable in class org.eclipse.emf.common.util.DelegatingResourceLocator
The resource bundle containing translated strings.
ResourceLocator - Interface in org.eclipse.emf.common.util
A locator of Java resources.
result - Variable in class org.eclipse.emf.common.command.IdentityCommand
Keeps track of the result returned from IdentityCommand.getResult().
resultIndex - Variable in class org.eclipse.emf.common.command.CompoundCommand
The index of the command whose result and affected objects are forwarded.
retainAll(Collection<?>) - Method in class org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EAdapterList
 
retainAll(Collection<?>) - Method in class org.eclipse.emf.common.util.AbstractEList
Removes from the list each object not contained by the collection and returns whether any object was actually removed.
retainAll(Collection<?>) - Method in class org.eclipse.emf.common.util.ArrayDelegatingEList
Removes from the list each object not contained by the collection and returns whether any object was actually removed.
retainAll(Collection<?>) - Method in class org.eclipse.emf.common.util.BasicEList.UnmodifiableEList
Throws an exception.
retainAll(Collection<?>) - Method in class org.eclipse.emf.common.util.BasicEMap
retainAll(Collection<?>) - Method in class org.eclipse.emf.common.util.DelegatingEList
Removes from the list each object not contained by the collection and returns whether any object was actually removed.
retainAll(Collection<?>) - Method in class org.eclipse.emf.common.util.DelegatingEList.UnmodifiableEList
Throws an exception.
retainAll(Collection<?>) - Method in class org.eclipse.emf.common.util.Pool
Throws an UnsupportedOperationException because removal is not supported..
reverse(EList<?>) - Static method in class org.eclipse.emf.common.util.ECollections
Reverses the order of the elements in the specified EList.
reverse() - Method in class org.eclipse.emf.common.util.SegmentSequence.Builder
Reverses the strings in the builder and returns the builder itself.
rightMostExecutedCommandIndex - Variable in class org.eclipse.emf.common.command.StrictCompoundCommand
Remember to call redo instead of execute for any command at or before this index in the list.
A B C D E F G H I J K L M N O P Q R S T U V W Y 
Skip navigation links
Eclipse EMF 2.15 API Specification

Copyright © 2018. Licensed under the Eclipse Public License v1.0. All rights reserved.
Submit a bug or feature