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

A

AbortExecutionException - Exception in org.eclipse.emf.common.command
An exception thrown when a command's execution is to be silently aborted.
AbortExecutionException() - Constructor for exception org.eclipse.emf.common.command.AbortExecutionException
Constructs an new instance.
AbortExecutionException(String, Throwable) - Constructor for exception org.eclipse.emf.common.command.AbortExecutionException
Constructs a new instance with the given message and cause.
AbortExecutionException(String) - Constructor for exception org.eclipse.emf.common.command.AbortExecutionException
Constructs a new instance with the given message.
AbortExecutionException(Throwable) - Constructor for exception org.eclipse.emf.common.command.AbortExecutionException
Constructs a new instance with the given message and cause.
ABSOLUTE_PATH_FLAG - Static variable in class org.eclipse.emf.common.util.URI
 
AbstractCommand - Class in org.eclipse.emf.common.command
An abstract implementation of a basic command.
AbstractCommand() - Constructor for class org.eclipse.emf.common.command.AbstractCommand
Creates an empty instance.
AbstractCommand(String) - Constructor for class org.eclipse.emf.common.command.AbstractCommand
Creates an instance with the given label.
AbstractCommand(String, String) - Constructor for class org.eclipse.emf.common.command.AbstractCommand
Creates and instance with the given label and description.
AbstractCommand.NonDirtying - Interface in org.eclipse.emf.common.command
A marker interface implemented by commands that don't dirty the model.
AbstractEList<E> - Class in org.eclipse.emf.common.util
A highly extensible abstract list implementation.
AbstractEList() - Constructor for class org.eclipse.emf.common.util.AbstractEList
Creates an empty instance with no initial capacity.
AbstractEList.BasicIndexOutOfBoundsException - Exception in org.eclipse.emf.common.util
An IndexOutOfBoundsException that constructs a message from the argument data.
AbstractEList.BasicIndexOutOfBoundsException(int, int) - Constructor for exception org.eclipse.emf.common.util.AbstractEList.BasicIndexOutOfBoundsException
Constructs an instance with a message based on the arguments.
AbstractEList.EIterator<E1> - Class in org.eclipse.emf.common.util
An extensible iterator implementation.
AbstractEList.EIterator() - Constructor for class org.eclipse.emf.common.util.AbstractEList.EIterator
 
AbstractEList.EListIterator<E1> - Class in org.eclipse.emf.common.util
An extensible list iterator implementation.
AbstractEList.EListIterator() - Constructor for class org.eclipse.emf.common.util.AbstractEList.EListIterator
Creates an instance.
AbstractEList.EListIterator(int) - Constructor for class org.eclipse.emf.common.util.AbstractEList.EListIterator
Creates an instance advanced to the index.
AbstractEList.NonResolvingEIterator<E1> - Class in org.eclipse.emf.common.util
An extended read-only iterator that does not resolve objects.
AbstractEList.NonResolvingEIterator() - Constructor for class org.eclipse.emf.common.util.AbstractEList.NonResolvingEIterator
 
AbstractEList.NonResolvingEListIterator<E1> - Class in org.eclipse.emf.common.util
An extended read-only list iterator that does not resolve objects.
AbstractEList.NonResolvingEListIterator() - Constructor for class org.eclipse.emf.common.util.AbstractEList.NonResolvingEListIterator
Creates an instance.
AbstractEList.NonResolvingEListIterator(int) - Constructor for class org.eclipse.emf.common.util.AbstractEList.NonResolvingEListIterator
Creates an instance advanced to the index.
AbstractEnumerator - Class in org.eclipse.emf.common.util
An extensible enumerator implementation.
AbstractEnumerator(int, String) - Constructor for class org.eclipse.emf.common.util.AbstractEnumerator
Creates an initialized instance.
AbstractEnumerator(int, String, String) - Constructor for class org.eclipse.emf.common.util.AbstractEnumerator
Creates an initialized instance.
AbstractEnumerator.AbstractEnumeratorExternalizeable - Class in org.eclipse.emf.common.util
 
AbstractEnumerator.AbstractEnumeratorExternalizeable(AbstractEnumerator) - Constructor for class org.eclipse.emf.common.util.AbstractEnumerator.AbstractEnumeratorExternalizeable
 
AbstractTreeIterator<E> - Class in org.eclipse.emf.common.util
An extensible tree iterator implementation that iterates over an object, it's children, their children, and so on.
AbstractTreeIterator(E) - Constructor for class org.eclipse.emf.common.util.AbstractTreeIterator
Creates an instance that iterates over an object, it's children, their children, and so on.
AbstractTreeIterator(Object, boolean) - Constructor for class org.eclipse.emf.common.util.AbstractTreeIterator
Creates and instance that iterates over an object (but only if includeRoot is true), it's children, their children, and so on.
accumulate(String[], int, String, boolean) - Static method in class org.eclipse.emf.common.util.URI
 
adapt(Object, Object) - Method in interface org.eclipse.emf.common.notify.AdapterFactory
Returns either an associated adapter for the object, or the object itself, depending on whether the object is a notifier that supports an adapter of the given type.
adapt(Notifier, Object) - Method in interface org.eclipse.emf.common.notify.AdapterFactory
Returns either a previously associated adapter or a newly associated adapter, as appropriate.
adapt(Object, Object) - Method in class org.eclipse.emf.common.notify.impl.AdapterFactoryImpl
Returns either the result of calling adapt(Notifier, Object) or the result of calling resolve(Object, Object), depending on whether the target is a notifier.
adapt(Notifier, Object) - Method in class org.eclipse.emf.common.notify.impl.AdapterFactoryImpl
 
adaptAllNew(Notifier) - Method in interface org.eclipse.emf.common.notify.AdapterFactory
Creates a new associated adapter of each type of adapter supported by this factory, as necessary.
adaptAllNew(Notifier) - Method in class org.eclipse.emf.common.notify.impl.AdapterFactoryImpl
Creates an adapter by calling createAdapter(Notifier) and associates it by calling associate.
Adapter - Interface in org.eclipse.emf.common.notify
A receiver of notifications.
Adapter.Internal - Interface in org.eclipse.emf.common.notify
An internal interface implemented by adapters.
AdapterFactory - Interface in org.eclipse.emf.common.notify
A factory for creating adapters and associating them with notifiers.
AdapterFactoryImpl - Class in org.eclipse.emf.common.notify.impl
An extensible adapter factory implementation.
AdapterFactoryImpl() - Constructor for class org.eclipse.emf.common.notify.impl.AdapterFactoryImpl
Creates an instance.
AdapterImpl - Class in org.eclipse.emf.common.notify.impl
An extensible adapter implementation.
AdapterImpl() - Constructor for class org.eclipse.emf.common.notify.impl.AdapterImpl
Creates an instance.
adaptNew(Notifier, Object) - Method in interface org.eclipse.emf.common.notify.AdapterFactory
Creates a new associated adapter of the given type; it may optionally call setTarget on the adapter, and it may optionally add the adapter to the target.eAdapters().
adaptNew(Notifier, Object) - Method in class org.eclipse.emf.common.notify.impl.AdapterFactoryImpl
Creates an adapter by calling createAdapter(Notifier, Object) and associates it by calling associate.
add(E) - Method in class org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EAdapterList
 
add(int, E) - Method in class org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EAdapterList
 
add(Notification) - Method in class org.eclipse.emf.common.notify.impl.NotificationChainImpl
Adds or merges a new notification.
add(Notification) - Method in class org.eclipse.emf.common.notify.impl.NotificationImpl
Adds or merges a new notification.
ADD - Static variable in interface org.eclipse.emf.common.notify.Notification
An event type indicating that a value has been inserted into a list-based feature of the notifier.
add(Notification) - Method in interface org.eclipse.emf.common.notify.NotificationChain
Adds a notification to the chain.
add(E) - Method in class org.eclipse.emf.common.util.AbstractEList
Adds the object at the end of the list and returns whether the object was added; if uniqueness is required, duplicates will be ignored and false will be returned.
add(int, E) - Method in class org.eclipse.emf.common.util.AbstractEList
Adds the object at the given index in the list.
add(E1) - Method in class org.eclipse.emf.common.util.AbstractEList.EListIterator
Adds the object at the next index and advances the iterator past it.
add(E1) - Method in class org.eclipse.emf.common.util.AbstractEList.NonResolvingEListIterator
Throws an exception.
add(Diagnostic) - Method in class org.eclipse.emf.common.util.BasicDiagnostic
 
add(E) - Method in class org.eclipse.emf.common.util.BasicEList.UnmodifiableEList
Throws an exception.
add(int, E) - Method in class org.eclipse.emf.common.util.BasicEList.UnmodifiableEList
Throws an exception.
add(Map.Entry<K, V>) - Method in class org.eclipse.emf.common.util.BasicEMap
Delegates to BasicEMap.delegateEList.
add(int, Map.Entry<K, V>) - Method in class org.eclipse.emf.common.util.BasicEMap
Delegates to BasicEMap.delegateEList.
add(E) - Method in class org.eclipse.emf.common.util.DelegatingEList.UnmodifiableEList
Throws an exception.
add(int, E) - Method in class org.eclipse.emf.common.util.DelegatingEList.UnmodifiableEList
Throws an exception.
add(Diagnostic) - Method in interface org.eclipse.emf.common.util.DiagnosticChain
Adds the diagnostic to the chain.
add(E) - Method in class org.eclipse.emf.common.util.ECollections.BasicEmptyUnmodifiableEList
 
add(int, E) - Method in class org.eclipse.emf.common.util.ECollections.BasicEmptyUnmodifiableEList
 
add(E) - Method in class org.eclipse.emf.common.util.ECollections.UnmodifiableEList
 
add(int, Object) - Method in class org.eclipse.emf.common.util.ECollections.UnmodifiableEList
 
ADD_MANY - Static variable in interface org.eclipse.emf.common.notify.Notification
An event type indicating that a several values have been added into a list-based feature of the notifier.
addAll(Collection<? extends E>) - Method in class org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EAdapterList
 
addAll(Collection<? extends E>) - Method in class org.eclipse.emf.common.util.AbstractEList
Adds each object of the collection to the end of the list.
addAll(int, Collection<? extends E>) - Method in class org.eclipse.emf.common.util.AbstractEList
Adds each object of the collection at each successive index in the list and returns whether any objects were added.
addAll(Diagnostic) - Method in class org.eclipse.emf.common.util.BasicDiagnostic
 
addAll(Collection<? extends E>) - Method in class org.eclipse.emf.common.util.BasicEList.UnmodifiableEList
Throws an exception.
addAll(int, Collection<? extends E>) - Method in class org.eclipse.emf.common.util.BasicEList.UnmodifiableEList
Throws an exception.
addAll(Collection<? extends Map.Entry<K, V>>) - Method in class org.eclipse.emf.common.util.BasicEMap
Delegates to BasicEMap.delegateEList.
addAll(int, Collection<? extends Map.Entry<K, V>>) - Method in class org.eclipse.emf.common.util.BasicEMap
Delegates to BasicEMap.delegateEList.
addAll(Collection<? extends E>) - Method in class org.eclipse.emf.common.util.DelegatingEList.UnmodifiableEList
Throws an exception.
addAll(int, Collection<? extends E>) - Method in class org.eclipse.emf.common.util.DelegatingEList.UnmodifiableEList
Throws an exception.
addAll(Diagnostic) - Method in interface org.eclipse.emf.common.util.DiagnosticChain
Adds the children of the diagnostic to the chain.
addAll(Collection<? extends E>) - Method in class org.eclipse.emf.common.util.ECollections.BasicEmptyUnmodifiableEList
 
addAll(int, Collection<? extends E>) - Method in class org.eclipse.emf.common.util.ECollections.BasicEmptyUnmodifiableEList
 
addAll(Collection<? extends E>) - Method in class org.eclipse.emf.common.util.ECollections.UnmodifiableEList
 
addAll(int, Collection<? extends E>) - Method in class org.eclipse.emf.common.util.ECollections.UnmodifiableEList
 
addAllUnique(Collection<? extends E>) - Method in class org.eclipse.emf.common.notify.impl.DelegatingNotifyingListImpl
Adds each object of the collection to the end of the list; it does no uniqueness checking.
addAllUnique(int, Collection<? extends E>) - Method in class org.eclipse.emf.common.notify.impl.DelegatingNotifyingListImpl
Adds each object of the collection at each successive index in the list and returns whether any objects were added; it does no ranging checking or uniqueness checking.
addAllUnique(Object[], int, int) - Method in class org.eclipse.emf.common.notify.impl.DelegatingNotifyingListImpl
Adds each object from start to end of the array to the end of the list; it does no uniqueness checking.
addAllUnique(int, Object[], int, int) - Method in class org.eclipse.emf.common.notify.impl.DelegatingNotifyingListImpl
Adds each object from start to end of the array at each successive index in the list and returns whether any objects were added; it does no ranging checking or uniqueness checking.
addAllUnique(Collection<? extends E>) - Method in class org.eclipse.emf.common.notify.impl.NotifyingListImpl
Adds each object of the collection to the end of the list; it does no uniqueness checking.
addAllUnique(int, Collection<? extends E>) - Method in class org.eclipse.emf.common.notify.impl.NotifyingListImpl
Adds each object of the collection at each successive index in the list and returns whether any objects were added; it does no ranging checking or uniqueness checking.
addAllUnique(Object[], int, int) - Method in class org.eclipse.emf.common.notify.impl.NotifyingListImpl
Adds each object from start to end of the array to the end of the list and returns whether any objects were added; it does no uniqueness checking.
addAllUnique(int, Object[], int, int) - Method in class org.eclipse.emf.common.notify.impl.NotifyingListImpl
Adds each object from start to end of the array at each successive index in the list and returns whether any objects were added; it does no ranging checking or uniqueness checking.
addAllUnique(Collection<? extends E>) - Method in class org.eclipse.emf.common.util.AbstractEList
Adds each object of the collection to the end of the list; it does no uniqueness checking.
addAllUnique(int, Collection<? extends E>) - Method in class org.eclipse.emf.common.util.AbstractEList
Adds each object of the collection at each successive index in the list and returns whether any objects were added; it does no ranging checking or uniqueness checking.
addAllUnique(Object[], int, int) - Method in class org.eclipse.emf.common.util.AbstractEList
Adds each object from start to end of the array at the index of list and returns whether any objects were added; it does no ranging checking or uniqueness checking.
addAllUnique(int, Object[], int, int) - Method in class org.eclipse.emf.common.util.AbstractEList
Adds each object from start to end of the array at each successive index in the list and returns whether any objects were added; it does no ranging checking or uniqueness checking.
addAllUnique(Collection<? extends E>) - Method in class org.eclipse.emf.common.util.ArrayDelegatingEList
Adds each object of the collection to the end of the list; it does no uniqueness checking.
addAllUnique(int, Collection<? extends E>) - Method in class org.eclipse.emf.common.util.ArrayDelegatingEList
Adds each object of the collection at each successive index in the list and returns whether any objects were added; it does no ranging checking or uniqueness checking.
addAllUnique(Object[], int, int) - Method in class org.eclipse.emf.common.util.ArrayDelegatingEList
Adds each object from start to end of the array at the index of list and returns whether any objects were added; it does no ranging checking or uniqueness checking.
addAllUnique(int, Object[], int, int) - Method in class org.eclipse.emf.common.util.ArrayDelegatingEList
Adds each object from start to end of the array at each successive index in the list and returns whether any objects were added; it does no ranging checking or uniqueness checking.
addAllUnique(Collection<? extends E>) - Method in class org.eclipse.emf.common.util.BasicEList
Adds each object of the collection to the end of the list; it does no uniqueness checking.
addAllUnique(int, Collection<? extends E>) - Method in class org.eclipse.emf.common.util.BasicEList
Adds each object of the collection at each successive index in the list and returns whether any objects were added; it does no ranging checking or uniqueness checking.
addAllUnique(Object[], int, int) - Method in class org.eclipse.emf.common.util.BasicEList
Adds each object from start to end of the array at the index of list and returns whether any objects were added; it does no ranging checking or uniqueness checking.
addAllUnique(int, Object[], int, int) - Method in class org.eclipse.emf.common.util.BasicEList
Adds each object from start to end of the array at each successive index in the list and returns whether any objects were added; it does no ranging checking or uniqueness checking.
addAllUnique(Collection<? extends E>) - Method in class org.eclipse.emf.common.util.DelegatingEList
Adds each object of the collection to the end of the list; it does no uniqueness checking.
addAllUnique(int, Collection<? extends E>) - Method in class org.eclipse.emf.common.util.DelegatingEList
Adds each object of the collection at each successive index in the list and returns whether any objects were added; it does no ranging checking or uniqueness checking.
addAllUnique(Object[], int, int) - Method in class org.eclipse.emf.common.util.DelegatingEList
Adds each object from start to end of the array at the index of list and returns whether any objects were added; it does no ranging checking or uniqueness checking.
addAllUnique(int, Object[], int, int) - Method in class org.eclipse.emf.common.util.DelegatingEList
Adds each object from start to end of the array at each successive index in the list and returns whether any objects were added; it does no ranging checking or uniqueness checking.
addCommandStackListener(CommandStackListener) - Method in class org.eclipse.emf.common.command.BasicCommandStack
 
addCommandStackListener(CommandStackListener) - Method in interface org.eclipse.emf.common.command.CommandStack
Adds a listener to the command stack, which will be notified whenever a command has been processed on the stack.
added(Notifier, Adapter) - Method in interface org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EObservableAdapterList.Listener
Called when the given adapter is added to the given notifier.
addListener(BasicNotifierImpl.EObservableAdapterList.Listener) - Method in class org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EAdapterList
 
addListener(BasicNotifierImpl.EObservableAdapterList.Listener) - Method in interface org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EObservableAdapterList
Adds another listener from the adapter list.
addUnique(E) - Method in class org.eclipse.emf.common.notify.impl.DelegatingNotifyingListImpl
Adds the object at the end of the list; it does no uniqueness checking.
addUnique(int, E) - Method in class org.eclipse.emf.common.notify.impl.DelegatingNotifyingListImpl
Adds the object at the given index in the list; it does no ranging checking or uniqueness checking.
addUnique(E) - Method in class org.eclipse.emf.common.notify.impl.NotifyingListImpl
Adds the object at the end of the list; it does no uniqueness checking.
addUnique(int, E) - Method in class org.eclipse.emf.common.notify.impl.NotifyingListImpl
Adds the object at the given index in the list; it does no ranging checking or uniqueness checking.
addUnique(E) - Method in class org.eclipse.emf.common.util.AbstractEList
Adds the object at the end of the list; it does no uniqueness checking.
addUnique(int, E) - Method in class org.eclipse.emf.common.util.AbstractEList
Adds the object at the given index in the list; it does no ranging checking or uniqueness checking.
addUnique(E) - Method in class org.eclipse.emf.common.util.ArrayDelegatingEList
Adds the object at the end of the list; it does no uniqueness checking.
addUnique(int, E) - Method in class org.eclipse.emf.common.util.ArrayDelegatingEList
Adds the object at the given index in the list; it does no ranging checking or uniqueness checking.
addUnique(E) - Method in class org.eclipse.emf.common.util.BasicEList
Adds the object at the end of the list; it does no uniqueness checking.
addUnique(int, E) - Method in class org.eclipse.emf.common.util.BasicEList
Adds the object at the given index in the list; it does no ranging checking or uniqueness checking.
addUnique(E) - Method in class org.eclipse.emf.common.util.DelegatingEList
Adds the object at the end of the list; it does no uniqueness checking.
addUnique(int, E) - Method in class org.eclipse.emf.common.util.DelegatingEList
Adds the object at the given index in the list; it does no ranging checking or uniqueness checking.
ALPHA_HI - Static variable in class org.eclipse.emf.common.util.URI
 
ALPHA_LO - Static variable in class org.eclipse.emf.common.util.URI
 
ALPHANUM_HI - Static variable in class org.eclipse.emf.common.util.URI
 
ALPHANUM_LO - Static variable in class org.eclipse.emf.common.util.URI
 
append(Command) - Method in class org.eclipse.emf.common.command.CompoundCommand
Adds a command to this compound command's list of commands.
appendAndExecute(Command) - Method in class org.eclipse.emf.common.command.CompoundCommand
Checks if the command can execute; if so, it is executed, appended to the list, and true is returned, if not, it is just disposed and false is returned.
appendAndExecute(Command) - Method in class org.eclipse.emf.common.command.StrictCompoundCommand
Checks if the command can execute; if so, it is executed, appended to the list, and true is returned, if not, it is just disposed and false is returned.
appendEscaped(StringBuffer, byte) - Static method in class org.eclipse.emf.common.util.URI
 
appendFileExtension(String) - Method in class org.eclipse.emf.common.util.URI
Returns the URI formed by appending a period (".") followed by the specified file extension to the last path segment of this URI, if it is hierarchical with a non-empty path ending in a non-empty segment; otherwise, this URI is returned unchanged.
appendFragment(String) - Method in class org.eclipse.emf.common.util.URI
Returns the URI formed from this URI and the given fragment.
appendIfCanExecute(Command) - Method in class org.eclipse.emf.common.command.CompoundCommand
Adds a command to this compound command's the list of commands and returns true, if command.canExecute() returns true; otherwise, it simply calls command.dispose() and returns false.
appendQuery(String) - Method in class org.eclipse.emf.common.util.URI
Returns the URI formed from this URI and the given query.
appendSegment(String) - Method in class org.eclipse.emf.common.util.URI
Returns the URI formed by appending the specified segment on to the end of the path of this URI, if hierarchical; this URI unchanged, otherwise.
appendSegments(String[]) - Method in class org.eclipse.emf.common.util.URI
Returns the URI formed by appending the specified segments on to the end of the path of this URI, if hierarchical; this URI unchanged, otherwise.
ARCHIVE_IDENTIFIER - Static variable in class org.eclipse.emf.common.util.URI
 
ARCHIVE_SEPARATOR - Static variable in class org.eclipse.emf.common.util.URI
 
archiveSchemes - Static variable in class org.eclipse.emf.common.util.URI
 
ArchiveURLConnection - Class in org.eclipse.emf.common.archive
A connection that can access an entry in an archive, and then recursively an entry in that archive, and so on.
ArchiveURLConnection(URL) - Constructor for class org.eclipse.emf.common.archive.ArchiveURLConnection
Constructs a new connection for the URL.
ArchiveURLConnection(String) - Constructor for class org.eclipse.emf.common.archive.ArchiveURLConnection
Constructs a new archive accessor.
ArrayDelegatingEList<E> - Class in org.eclipse.emf.common.util
A highly extensible abstract list implementation logically backed by an array that is never modified.
ArrayDelegatingEList() - Constructor for class org.eclipse.emf.common.util.ArrayDelegatingEList
Creates an empty instance with no initial capacity.
ArrayDelegatingEList(Collection<? extends E>) - Constructor for class org.eclipse.emf.common.util.ArrayDelegatingEList
Creates an instance that is a copy of the collection.
ArrayDelegatingEList(Object[]) - Constructor for class org.eclipse.emf.common.util.ArrayDelegatingEList
Creates an initialized instance that directly uses the given arguments.
ArrayDelegatingEList.EIterator<E1> - Class in org.eclipse.emf.common.util
An extensible iterator implementation.
ArrayDelegatingEList.EIterator() - Constructor for class org.eclipse.emf.common.util.ArrayDelegatingEList.EIterator
 
ArrayDelegatingEList.EListIterator<E1> - Class in org.eclipse.emf.common.util
An extensible list iterator implementation.
ArrayDelegatingEList.EListIterator() - Constructor for class org.eclipse.emf.common.util.ArrayDelegatingEList.EListIterator
Creates an instance.
ArrayDelegatingEList.EListIterator(int) - Constructor for class org.eclipse.emf.common.util.ArrayDelegatingEList.EListIterator
Creates an instance advanced to the index.
ArrayDelegatingEList.NonResolvingEIterator<E1> - Class in org.eclipse.emf.common.util
An extended read-only iterator that does not resolve objects.
ArrayDelegatingEList.NonResolvingEIterator() - Constructor for class org.eclipse.emf.common.util.ArrayDelegatingEList.NonResolvingEIterator
 
ArrayDelegatingEList.NonResolvingEListIterator<E1> - Class in org.eclipse.emf.common.util
An extended read-only list iterator that does not resolve objects.
ArrayDelegatingEList.NonResolvingEListIterator() - Constructor for class org.eclipse.emf.common.util.ArrayDelegatingEList.NonResolvingEListIterator
Creates an instance.
ArrayDelegatingEList.NonResolvingEListIterator(int) - Constructor for class org.eclipse.emf.common.util.ArrayDelegatingEList.NonResolvingEListIterator
Creates an instance advanced to the index.
asLocalURI(URI) - Static method in class org.eclipse.emf.common.CommonPlugin
Use the platform, if available, to convert to a local URI.
asLocalURI(URI) - Static method in class org.eclipse.emf.common.CommonPlugin.Implementation
Use the platform to convert to a local URI.
assign(Object[], int, E) - Method in class org.eclipse.emf.common.util.ArrayDelegatingEList
Assigns the object into the data storage at the given index and returns the object that's been stored.
assign(int, E) - Method in class org.eclipse.emf.common.util.BasicEList
Assigns the object into the data storage at the given index and returns the object that's been stored.
associate(Adapter, Notifier) - Method in class org.eclipse.emf.common.notify.impl.AdapterFactoryImpl
Associates an adapter with a notifier by adding it to the target's adapters.
authority - Variable in class org.eclipse.emf.common.util.URI
 
authority() - Method in class org.eclipse.emf.common.util.URI
If this is a hierarchical URI with an authority component, returns it; null otherwise.
AUTHORITY_SEPARATOR - Static variable in class org.eclipse.emf.common.util.URI
 

B

baseURL - Variable in class org.eclipse.emf.common.util.DelegatingResourceLocator
The cached base URL.
basicAdd(E, NotificationChain) - Method in class org.eclipse.emf.common.notify.impl.DelegatingNotifyingListImpl
Adds the object at the end of the list and returns the potentially updated notification chain; it does no inverse updating.
basicAdd(E, NotificationChain) - Method in class org.eclipse.emf.common.notify.impl.NotifyingListImpl
Adds the object at the end of the list and returns the potentially updated notification chain; it does no inverse updating.
BasicCommandStack - Class in org.eclipse.emf.common.command
A basic and obvious implementation of an undoable stack of commands.
BasicCommandStack() - Constructor for class org.eclipse.emf.common.command.BasicCommandStack
Creates a new empty instance.
BasicDiagnostic - Class in org.eclipse.emf.common.util
A basic implementation of a diagnostic that that also acts as a chain.
BasicDiagnostic() - Constructor for class org.eclipse.emf.common.util.BasicDiagnostic
Default Constructor (no initialization for local parameters)
BasicDiagnostic(String, int, String, Object[]) - Constructor for class org.eclipse.emf.common.util.BasicDiagnostic
 
BasicDiagnostic(int, String, int, String, Object[]) - Constructor for class org.eclipse.emf.common.util.BasicDiagnostic
 
BasicDiagnostic(String, int, List<? extends Diagnostic>, String, Object[]) - Constructor for class org.eclipse.emf.common.util.BasicDiagnostic
 
BasicDiagnostic.DiagnosticWrapper - Class in org.eclipse.emf.common.util
 
BasicDiagnostic.DiagnosticWrapper(IStatus) - Constructor for class org.eclipse.emf.common.util.BasicDiagnostic.DiagnosticWrapper
 
BasicDiagnostic.EclipseHelper - Class in org.eclipse.emf.common.util
 
BasicDiagnostic.EclipseHelper() - Constructor for class org.eclipse.emf.common.util.BasicDiagnostic.EclipseHelper
 
BasicDiagnostic.StatusWrapper - Class in org.eclipse.emf.common.util
 
BasicDiagnostic.StatusWrapper(Diagnostic) - Constructor for class org.eclipse.emf.common.util.BasicDiagnostic.StatusWrapper
 
BasicDiagnostic.StatusWrapper(DiagnosticException) - Constructor for class org.eclipse.emf.common.util.BasicDiagnostic.StatusWrapper
 
BasicEList<E> - Class in org.eclipse.emf.common.util
A highly extensible list implementation.
BasicEList() - Constructor for class org.eclipse.emf.common.util.BasicEList
Creates an empty instance with no initial capacity.
BasicEList(int) - Constructor for class org.eclipse.emf.common.util.BasicEList
Creates an empty instance with the given capacity.
BasicEList(Collection<? extends E>) - Constructor for class org.eclipse.emf.common.util.BasicEList
Creates an instance that is a copy of the collection.
BasicEList(int, Object[]) - Constructor for class org.eclipse.emf.common.util.BasicEList
Creates an initialized instance that directly uses the given arguments.
BasicEList.BasicIndexOutOfBoundsException - Exception in org.eclipse.emf.common.util
An IndexOutOfBoundsException that constructs a message from the argument data.
BasicEList.BasicIndexOutOfBoundsException(int, int) - Constructor for exception org.eclipse.emf.common.util.BasicEList.BasicIndexOutOfBoundsException
Constructs an instance with a message based on the arguments.
BasicEList.EIterator<E1> - Class in org.eclipse.emf.common.util
Deprecated.  
BasicEList.EIterator() - Constructor for class org.eclipse.emf.common.util.BasicEList.EIterator
Deprecated.  
BasicEList.EListIterator<E1> - Class in org.eclipse.emf.common.util
Deprecated.  
BasicEList.EListIterator() - Constructor for class org.eclipse.emf.common.util.BasicEList.EListIterator
Deprecated. Creates an instance.
BasicEList.EListIterator(int) - Constructor for class org.eclipse.emf.common.util.BasicEList.EListIterator
Deprecated. Creates an instance advanced to the index.
BasicEList.FastCompare<E> - Class in org.eclipse.emf.common.util
A BasicEList that uses == instead of equals to compare members.
BasicEList.FastCompare() - Constructor for class org.eclipse.emf.common.util.BasicEList.FastCompare
Creates an empty instance with no initial capacity.
BasicEList.FastCompare(int) - Constructor for class org.eclipse.emf.common.util.BasicEList.FastCompare
Creates an empty instance with the given capacity.
BasicEList.FastCompare(Collection<? extends E>) - Constructor for class org.eclipse.emf.common.util.BasicEList.FastCompare
Creates an instance that is a copy of the collection.
BasicEList.NonResolvingEIterator<E1> - Class in org.eclipse.emf.common.util
Deprecated.  
BasicEList.NonResolvingEIterator() - Constructor for class org.eclipse.emf.common.util.BasicEList.NonResolvingEIterator
Deprecated.  
BasicEList.NonResolvingEListIterator<E1> - Class in org.eclipse.emf.common.util
Deprecated.  
BasicEList.NonResolvingEListIterator() - Constructor for class org.eclipse.emf.common.util.BasicEList.NonResolvingEListIterator
Deprecated. Creates an instance.
BasicEList.NonResolvingEListIterator(int) - Constructor for class org.eclipse.emf.common.util.BasicEList.NonResolvingEListIterator
Deprecated. Creates an instance advanced to the index.
BasicEList.UnmodifiableEList<E> - Class in org.eclipse.emf.common.util
An unmodifiable version of BasicEList.
BasicEList.UnmodifiableEList(int, Object[]) - Constructor for class org.eclipse.emf.common.util.BasicEList.UnmodifiableEList
Creates an initialized instance.
BasicEMap<K,V> - Class in org.eclipse.emf.common.util
A highly extensible map implementation.
BasicEMap() - Constructor for class org.eclipse.emf.common.util.BasicEMap
Creates an empty instance.
BasicEMap(int) - Constructor for class org.eclipse.emf.common.util.BasicEMap
Creates an empty instance with the given capacity.
BasicEMap(Map<? extends K, ? extends V>) - Constructor for class org.eclipse.emf.common.util.BasicEMap
Creates an instance that is a copy of the map.
BasicEMap.BasicEMapIterator<U> - Class in org.eclipse.emf.common.util
An iterator over the map entry data.
BasicEMap.BasicEMapIterator() - Constructor for class org.eclipse.emf.common.util.BasicEMap.BasicEMapIterator
Creates an instance.
BasicEMap.BasicEMapKeyIterator - Class in org.eclipse.emf.common.util
An iterator over the map key data.
BasicEMap.BasicEMapKeyIterator() - Constructor for class org.eclipse.emf.common.util.BasicEMap.BasicEMapKeyIterator
Creates an instance.
BasicEMap.BasicEMapValueIterator - Class in org.eclipse.emf.common.util
An iterator over the map value data.
BasicEMap.BasicEMapValueIterator() - Constructor for class org.eclipse.emf.common.util.BasicEMap.BasicEMapValueIterator
Creates an instance.
BasicEMap.DelegatingMap - Class in org.eclipse.emf.common.util
 
BasicEMap.DelegatingMap() - Constructor for class org.eclipse.emf.common.util.BasicEMap.DelegatingMap
 
BasicEMap.Entry<K,V> - Interface in org.eclipse.emf.common.util
An extended implementation interface for caching hash values and for updating an entry that may be manufactured as a uninitialized instance by a factory.
BasicEMap.EntryImpl - Class in org.eclipse.emf.common.util
A simple and obvious entry implementation.
BasicEMap.EntryImpl(int, K, V) - Constructor for class org.eclipse.emf.common.util.BasicEMap.EntryImpl
Creates a fully initialized instance.
BasicEMap.View<K,V> - Class in org.eclipse.emf.common.util
An implementation class to hold the views.
BasicEMap.View() - Constructor for class org.eclipse.emf.common.util.BasicEMap.View
Creates an empty instance.
basicGet(int) - Method in class org.eclipse.emf.common.util.AbstractEList
Returns the object at the index without resolving it.
basicGet(int) - Method in class org.eclipse.emf.common.util.ArrayDelegatingEList
Returns the object at the index without resolving it.
basicGet(int) - Method in class org.eclipse.emf.common.util.BasicEList
Returns the object at the index without resolving it.
basicGet(int) - Method in class org.eclipse.emf.common.util.DelegatingEList
Returns the object at the index without resolving it.
basicGetChildren() - Method in class org.eclipse.emf.common.util.BasicDiagnostic.DiagnosticWrapper
 
basicIterator() - Method in class org.eclipse.emf.common.util.AbstractEList
Returns a read-only iterator that does not resolve objects.
basicIterator() - Method in class org.eclipse.emf.common.util.ArrayDelegatingEList
Returns a read-only iterator that does not resolve objects.
basicList() - Method in class org.eclipse.emf.common.util.AbstractEList
Returns an unsafe list that provides a non-resolving view of the underlying data storage.
basicList() - Method in class org.eclipse.emf.common.util.ArrayDelegatingEList
Returns an unsafe list that provides a non-resolving view of the underlying data storage.
basicList() - Method in class org.eclipse.emf.common.util.BasicEList
Returns an unsafe list that provides a non-resolving view of the underlying data storage.
basicList() - Method in class org.eclipse.emf.common.util.DelegatingEList
Returns an unsafe list that provides a non-resolving view of the backing store list.
basicListIterator() - Method in class org.eclipse.emf.common.util.AbstractEList
Returns a read-only list iterator that does not resolve objects.
basicListIterator(int) - Method in class org.eclipse.emf.common.util.AbstractEList
Returns a read-only list iterator advanced to the given index that does not resolve objects.
basicListIterator() - Method in class org.eclipse.emf.common.util.ArrayDelegatingEList
Returns a read-only list iterator that does not resolve objects.
basicListIterator(int) - Method in class org.eclipse.emf.common.util.ArrayDelegatingEList
Returns a read-only list iterator advanced to the given index that does not resolve objects.
BasicMonitor - Class in org.eclipse.emf.common.util
The most basic implementation of a task monitor.
BasicMonitor() - Constructor for class org.eclipse.emf.common.util.BasicMonitor
 
BasicMonitor.Delegating - Class in org.eclipse.emf.common.util
A simple monitor that delegates to another monitor.
BasicMonitor.Delegating(Monitor) - Constructor for class org.eclipse.emf.common.util.BasicMonitor.Delegating
 
BasicMonitor.Delegating.Eclipse - Class in org.eclipse.emf.common.util
A simple monitor that delegates to another monitor, and implements the Eclipse API
BasicMonitor.Delegating.Eclipse(Monitor) - Constructor for class org.eclipse.emf.common.util.BasicMonitor.Delegating.Eclipse
 
BasicMonitor.EclipseDelegating - Class in org.eclipse.emf.common.util
A simple monitor that delegates to another Eclipse monitor.
BasicMonitor.EclipseDelegating(IProgressMonitor) - Constructor for class org.eclipse.emf.common.util.BasicMonitor.EclipseDelegating
 
BasicMonitor.EclipseDelegating(IProgressMonitorWithBlocking) - Constructor for class org.eclipse.emf.common.util.BasicMonitor.EclipseDelegating
 
BasicMonitor.EclipseSubProgress - Class in org.eclipse.emf.common.util
An Eclipse subprogress monitor that directly implements the monitor API.
BasicMonitor.EclipseSubProgress(IProgressMonitor, int) - Constructor for class org.eclipse.emf.common.util.BasicMonitor.EclipseSubProgress
 
BasicMonitor.EclipseSubProgress(IProgressMonitor, int, int) - Constructor for class org.eclipse.emf.common.util.BasicMonitor.EclipseSubProgress
 
BasicMonitor.Printing - Class in org.eclipse.emf.common.util
A simple monitor that prints progress to a print stream.
BasicMonitor.Printing(PrintStream) - Constructor for class org.eclipse.emf.common.util.BasicMonitor.Printing
 
BasicNotifierImpl - Class in org.eclipse.emf.common.notify.impl
An extensible notifier implementation.
BasicNotifierImpl() - Constructor for class org.eclipse.emf.common.notify.impl.BasicNotifierImpl
Creates a blank new instance.
BasicNotifierImpl.EAdapterList<E extends java.lang.Object & Adapter> - Class in org.eclipse.emf.common.notify.impl
 
BasicNotifierImpl.EAdapterList(Notifier) - Constructor for class org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EAdapterList
 
BasicNotifierImpl.EObservableAdapterList - Interface in org.eclipse.emf.common.notify.impl
An interface implemented by adapter lists that allows listeners to observe adapters being added and removed.
BasicNotifierImpl.EObservableAdapterList.Listener - Interface in org.eclipse.emf.common.notify.impl
An interface implemented by clients wishing to observe adapters being added and removed from an adapter lists.
basicRemove(Object, NotificationChain) - Method in class org.eclipse.emf.common.notify.impl.DelegatingNotifyingListImpl
Removes the object from the list and returns the potentially updated notification chain; it does no inverse updating.
basicRemove(Object, NotificationChain) - Method in class org.eclipse.emf.common.notify.impl.NotifyingListImpl
Removes the object from the list and returns the potentially updated notification chain; it does no inverse updating.
basicSet(int, E, NotificationChain) - Method in class org.eclipse.emf.common.notify.impl.DelegatingNotifyingListImpl
Sets the object at the index and returns the potentially updated notification chain; it does no inverse updating.
basicSet(int, E, NotificationChain) - Method in class org.eclipse.emf.common.notify.impl.NotifyingListImpl
Sets the object at the index and returns the potentially updated notification chain; it does no inverse updating.
beginTask(String, int) - Method in class org.eclipse.emf.common.util.BasicMonitor
 
beginTask(String, int) - Method in class org.eclipse.emf.common.util.BasicMonitor.Delegating
 
beginTask(String, int) - Method in class org.eclipse.emf.common.util.BasicMonitor.EclipseDelegating
 
beginTask(String, int) - Method in class org.eclipse.emf.common.util.BasicMonitor.Printing
 
beginTask(String, int) - Method in interface org.eclipse.emf.common.util.Monitor
Called once per instance to indicate the name of the task and its expected duration.
blockedReason - Variable in class org.eclipse.emf.common.util.BasicMonitor
 

C

cachedToString - Variable in class org.eclipse.emf.common.util.URI
 
cachedTrimFragment - Variable in class org.eclipse.emf.common.util.URI
 
CANCEL - Static variable in interface org.eclipse.emf.common.util.Diagnostic
The bit mask value 0x1 for a severity indicating that the diagnosis was canceled.
CANCEL_INSTANCE - Static variable in interface org.eclipse.emf.common.util.Diagnostic
A diagnostic indicating that the diagnosis was canceled.
canContainNull() - Method in class org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EAdapterList
 
canContainNull() - Method in class org.eclipse.emf.common.notify.impl.DelegatingNotifyingListImpl
Returns !DelegatingNotifyingListImpl.hasInverse().
canContainNull() - Method in class org.eclipse.emf.common.notify.impl.NotifyingListImpl
Returns !NotifyingListImpl.hasInverse().
canContainNull() - Method in class org.eclipse.emf.common.util.AbstractEList
Returns whether null is a valid object for the list.
canExecute() - Method in class org.eclipse.emf.common.command.AbstractCommand
Calls AbstractCommand.prepare(), caches the result in AbstractCommand.isExecutable, and sets AbstractCommand.isPrepared to true; from then on, it will yield the value of isExecutable.
canExecute() - Method in interface org.eclipse.emf.common.command.Command
Returns whether the command is valid to execute.
canExecute() - Method in class org.eclipse.emf.common.command.IdentityCommand
Returns true.
canExecute() - Method in class org.eclipse.emf.common.command.UnexecutableCommand
Returns false.
canRedo() - Method in class org.eclipse.emf.common.command.BasicCommandStack
 
canRedo() - Method in interface org.eclipse.emf.common.command.CommandStack
Returns whether there are commands past the top of the stack that can be redone.
canUndo() - Method in class org.eclipse.emf.common.command.AbstractCommand
Returns true because most command should be undoable.
canUndo() - Method in class org.eclipse.emf.common.command.BasicCommandStack
 
canUndo() - Method in interface org.eclipse.emf.common.command.Command
Returns whether the command can be undone.
canUndo() - Method in interface org.eclipse.emf.common.command.CommandStack
Returns whether the top command on the stack can be undone.
canUndo() - Method in class org.eclipse.emf.common.command.CommandWrapper
Delegates to the canUndo method of the command.
canUndo() - Method in class org.eclipse.emf.common.command.CompoundCommand
Returns false if any of the commands return false for Command.canUndo().
canUndo() - Method in class org.eclipse.emf.common.command.UnexecutableCommand
Returns false.
chain(Command) - Method in class org.eclipse.emf.common.command.AbstractCommand
Creates a new compound command, containing this command and the given command, that delegates chain to CompoundCommand.append(org.eclipse.emf.common.command.Command).
chain(Command) - Method in interface org.eclipse.emf.common.command.Command
Returns a command that represents the composition of this command with the given command.
checkModCount() - Method in class org.eclipse.emf.common.util.AbstractEList.EIterator
Checks that the modification count is as expected.
checkModCount() - Method in class org.eclipse.emf.common.util.ArrayDelegatingEList.EIterator
Checks that the modification count and data array are as expected.
checkModCount() - Method in class org.eclipse.emf.common.util.ArrayDelegatingEList.EListIterator
Checks that the modification count and data array are as expected.
checkModCount() - Method in class org.eclipse.emf.common.util.ArrayDelegatingEList.NonResolvingEIterator
Checks that the modification count and data array are as expected.
checkModCount() - Method in class org.eclipse.emf.common.util.ArrayDelegatingEList.NonResolvingEListIterator
Checks that the modification count and data array are as expected.
children - Variable in class org.eclipse.emf.common.util.BasicDiagnostic
The message.
cleanGCedValues() - Method in class org.eclipse.emf.common.util.URI.URICache
 
clear() - Method in class org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EAdapterList
 
clear() - Method in class org.eclipse.emf.common.notify.impl.DelegatingNotifyingListImpl
Clears the list of all objects.
clear() - Method in class org.eclipse.emf.common.notify.impl.NotifyingListImpl
Clears the list of all objects.
clear() - Method in class org.eclipse.emf.common.util.ArrayDelegatingEList
Clears the list of all objects.
clear() - Method in class org.eclipse.emf.common.util.BasicEList
Clears the list of all objects.
clear() - Method in class org.eclipse.emf.common.util.BasicEList.UnmodifiableEList
Throws an exception.
clear() - Method in class org.eclipse.emf.common.util.BasicEMap
Delegates to BasicEMap.delegateEList.
clear() - Method in class org.eclipse.emf.common.util.BasicEMap.DelegatingMap
 
clear() - Method in class org.eclipse.emf.common.util.DelegatingEList
Clears the list of all objects.
clear() - Method in class org.eclipse.emf.common.util.DelegatingEList.UnmodifiableEList
Throws an exception.
clear() - Method in class org.eclipse.emf.common.util.ECollections.BasicEmptyUnmodifiableEList
 
clear() - Method in class org.eclipse.emf.common.util.ECollections.UnmodifiableEList
 
clearBlocked() - Method in class org.eclipse.emf.common.util.BasicMonitor
 
clearBlocked() - Method in class org.eclipse.emf.common.util.BasicMonitor.Delegating
 
clearBlocked() - Method in class org.eclipse.emf.common.util.BasicMonitor.EclipseDelegating
 
clearBlocked() - Method in class org.eclipse.emf.common.util.BasicMonitor.Printing
 
clearBlocked() - Method in interface org.eclipse.emf.common.util.Monitor
Clears the reason for the activity being blocked.
clone() - Method in class org.eclipse.emf.common.util.ArrayDelegatingEList
Returns a shallow copy of this list.
clone() - Method in class org.eclipse.emf.common.util.BasicEList
Returns a shallow copy of this list.
clone() - Method in class org.eclipse.emf.common.util.BasicEMap
Returns a shallow copy of this map.
clone() - Method in class org.eclipse.emf.common.util.BasicEMap.EntryImpl
Returns a new entry just like this one.
code - Variable in class org.eclipse.emf.common.util.BasicDiagnostic
The code.
collapseSegments(boolean) - Method in class org.eclipse.emf.common.util.URI
 
COLLATOR_GET_INSTANCE_METHOD - Static variable in class org.eclipse.emf.common.CommonPlugin
 
Command - Interface in org.eclipse.emf.common.command
An interface that every command is expected to support.
command - Variable in class org.eclipse.emf.common.command.CommandWrapper
The command for which this is a proxy or decorator.
commandList - Variable in class org.eclipse.emf.common.command.BasicCommandStack
The list of commands.
commandList - Variable in class org.eclipse.emf.common.command.CompoundCommand
The list of subcommands.
CommandStack - Interface in org.eclipse.emf.common.command
A simple and obvious interface for an undoable stack of commands with a listener.
commandStackChanged(EventObject) - Method in interface org.eclipse.emf.common.command.CommandStackListener
Called when the CommandStack's state has changed.
CommandStackListener - Interface in org.eclipse.emf.common.command
A listener to a CommandStack.
CommandWrapper - Class in org.eclipse.emf.common.command
A command that wraps another command.
CommandWrapper(Command) - Constructor for class org.eclipse.emf.common.command.CommandWrapper
Creates a decorator instance for the given command.
CommandWrapper(String, Command) - Constructor for class org.eclipse.emf.common.command.CommandWrapper
Creates a decorator instance with the given label for the given command.
CommandWrapper(String, String, Command) - Constructor for class org.eclipse.emf.common.command.CommandWrapper
Creates a decorator instance with the given label and description for the given command.
CommandWrapper() - Constructor for class org.eclipse.emf.common.command.CommandWrapper
Creates a commandless proxy instance.
CommandWrapper(String) - Constructor for class org.eclipse.emf.common.command.CommandWrapper
Creates a commandless proxy instance, with the given label.
CommandWrapper(String, String) - Constructor for class org.eclipse.emf.common.command.CommandWrapper
Creates a commandless proxy instance, with the given label and description.
CommonPlugin - Class in org.eclipse.emf.common
The Plugin for the model EMF.Common library.
CommonPlugin() - Constructor for class org.eclipse.emf.common.CommonPlugin
Creates the singleton instance.
CommonPlugin.Implementation - Class in org.eclipse.emf.common
The actual implementation of the Eclipse Plugin.
CommonPlugin.Implementation() - Constructor for class org.eclipse.emf.common.CommonPlugin.Implementation
Creates an instance.
CompoundCommand - Class in org.eclipse.emf.common.command
A command that comprises a sequence of subcommands.
CompoundCommand() - Constructor for class org.eclipse.emf.common.command.CompoundCommand
Creates an empty instance.
CompoundCommand(String) - Constructor for class org.eclipse.emf.common.command.CompoundCommand
Creates an instance with the given label.
CompoundCommand(String, String) - Constructor for class org.eclipse.emf.common.command.CompoundCommand
Creates an instance with the given label and description.
CompoundCommand(List<Command>) - Constructor for class org.eclipse.emf.common.command.CompoundCommand
Creates an instance with the given list.
CompoundCommand(String, List<Command>) - Constructor for class org.eclipse.emf.common.command.CompoundCommand
Creates instance with the given label and list.
CompoundCommand(String, String, List<Command>) - Constructor for class org.eclipse.emf.common.command.CompoundCommand
Creates an instance with the given label, description, and list.
CompoundCommand(int) - Constructor for class org.eclipse.emf.common.command.CompoundCommand
Creates an empty instance with the given result index.
CompoundCommand(int, String) - Constructor for class org.eclipse.emf.common.command.CompoundCommand
Creates an instance with the given result index and label.
CompoundCommand(int, String, String) - Constructor for class org.eclipse.emf.common.command.CompoundCommand
Creates an instance with the given result index, label, and description.
CompoundCommand(int, List<Command>) - Constructor for class org.eclipse.emf.common.command.CompoundCommand
Creates an instance with the given result index and list.
CompoundCommand(int, String, List<Command>) - Constructor for class org.eclipse.emf.common.command.CompoundCommand
Creates an instance with the given resultIndex, label, and list.
CompoundCommand(int, String, String, List<Command>) - Constructor for class org.eclipse.emf.common.command.CompoundCommand
Creates an instance with the given result index, label, description, and list.
connect() - Method in class org.eclipse.emf.common.archive.ArchiveURLConnection
Record that this is connected.
contains(Object) - Method in class org.eclipse.emf.common.util.ArrayDelegatingEList
Returns whether the list contains the object.
contains(Object) - Method in class org.eclipse.emf.common.util.BasicEList
Returns whether the list contains the object.
contains(Object) - Method in class org.eclipse.emf.common.util.BasicEMap
Delegates to BasicEMap.delegateEList.
contains(Object) - Method in class org.eclipse.emf.common.util.DelegatingEList
Returns whether the list contains the object.
contains(Object) - Method in class org.eclipse.emf.common.util.ECollections.BasicEmptyUnmodifiableEList
 
contains(Object) - Method in class org.eclipse.emf.common.util.ECollections.UnmodifiableEList
 
contains(String, long, long) - Static method in class org.eclipse.emf.common.util.URI
 
containsAll(Collection<?>) - Method in class org.eclipse.emf.common.util.BasicEMap
Delegates to BasicEMap.delegateEList.
containsAll(Collection<?>) - Method in class org.eclipse.emf.common.util.DelegatingEList
Returns whether the list contains each object in the collection.
containsAll(Collection<?>) - Method in class org.eclipse.emf.common.util.ECollections.BasicEmptyUnmodifiableEList
 
containsAll(Collection<?>) - Method in class org.eclipse.emf.common.util.ECollections.UnmodifiableEList
 
containsKey(Object) - Method in class org.eclipse.emf.common.util.BasicEMap
 
containsKey(Object) - Method in class org.eclipse.emf.common.util.BasicEMap.DelegatingMap
 
containsKey(Object) - Method in class org.eclipse.emf.common.util.ECollections.EmptyUnmodifiableEMap
 
containsKey(Object) - Method in class org.eclipse.emf.common.util.ECollections.UnmodifiableEMap
 
containsKey(Object) - Method in interface org.eclipse.emf.common.util.EMap
Returns whether the key is associated with a value.
containsValue(Object) - Method in class org.eclipse.emf.common.util.BasicEMap
 
containsValue(Object) - Method in class org.eclipse.emf.common.util.BasicEMap.DelegatingMap
 
containsValue(Object) - Method in class org.eclipse.emf.common.util.ECollections.EmptyUnmodifiableEMap
 
containsValue(Object) - Method in class org.eclipse.emf.common.util.ECollections.UnmodifiableEMap
 
containsValue(Object) - Method in interface org.eclipse.emf.common.util.EMap
Returns whether the value is associated with a key.
convert(IStatus) - Static method in class org.eclipse.emf.common.util.BasicDiagnostic.DiagnosticWrapper
 
convert(Diagnostic) - Static method in class org.eclipse.emf.common.util.BasicDiagnostic.StatusWrapper
 
copy() - Method in class org.eclipse.emf.common.util.ArrayDelegatingEList
Returns a copy of the existing data array.
count - Variable in class org.eclipse.emf.common.util.URI.URICache
 
CREATE - Static variable in interface org.eclipse.emf.common.notify.Notification
Deprecated.  
create(DiagnosticException) - Static method in class org.eclipse.emf.common.util.BasicDiagnostic.StatusWrapper
 
createAdapter(Notifier, Object) - Method in class org.eclipse.emf.common.notify.impl.AdapterFactoryImpl
Creates an adapter by calling createAdapter(Notifier).
createAdapter(Notifier) - Method in class org.eclipse.emf.common.notify.impl.AdapterFactoryImpl
Creates an AdapterImpl.
createCommand() - Method in class org.eclipse.emf.common.command.CommandWrapper
Create the command being proxied.
createDeviceURI(String) - Static method in class org.eclipse.emf.common.util.URI
Deprecated. Use createURI, which now has explicit device support enabled. The two methods now operate identically.
createFileURI(String) - Static method in class org.eclipse.emf.common.util.URI
Static factory method based on parsing a File path string.
createGenericURI(String, String, String) - Static method in class org.eclipse.emf.common.util.URI
Static factory method for a generic, non-hierarchical URI.
createHierarchicalURI(String, String, String, String, String) - Static method in class org.eclipse.emf.common.util.URI
Static factory method for a hierarchical URI with no path.
createHierarchicalURI(String, String, String, String[], String, String) - Static method in class org.eclipse.emf.common.util.URI
Static factory method for a hierarchical URI with absolute path.
createHierarchicalURI(String[], String, String) - Static method in class org.eclipse.emf.common.util.URI
Static factory method for a relative hierarchical URI with relative path.
createInputStream(String) - Method in class org.eclipse.emf.common.archive.ArchiveURLConnection
Creates an input stream for the nested URL by calling opening a stream on it.
createIProgressMonitor(Monitor) - Static method in class org.eclipse.emf.common.util.BasicMonitor.Delegating.Eclipse
 
createIProgressMonitorWithBlocking(Monitor) - Static method in class org.eclipse.emf.common.util.BasicMonitor.Delegating.Eclipse
 
createNotification(int, Object, Object, int) - Method in class org.eclipse.emf.common.notify.impl.DelegatingNotifyingListImpl
 
createNotification(int, Object, Object, int, boolean) - Method in class org.eclipse.emf.common.notify.impl.DelegatingNotifyingListImpl
Creates a notification.
createNotification(int, Object, Object, int) - Method in class org.eclipse.emf.common.notify.impl.NotifyingListImpl
 
createNotification(int, Object, Object, int, boolean) - Method in class org.eclipse.emf.common.notify.impl.NotifyingListImpl
Creates a notification.
createNotificationChain(int) - Method in class org.eclipse.emf.common.notify.impl.DelegatingNotifyingListImpl
Creates a notification chain, if the expected capacity exceeds the threshold at which a list is better than chaining individual notification instances.
createNotificationChain(int) - Method in class org.eclipse.emf.common.notify.impl.NotifyingListImpl
Creates a notification chain, if the expected capacity exceeds the threshold at which a list is better than chaining individual notification instances.
createOutputStream(String) - Method in class org.eclipse.emf.common.archive.ArchiveURLConnection
Creates an output stream for the nested URL by calling opening a stream on it.
createPlatformPluginURI(String, boolean) - Static method in class org.eclipse.emf.common.util.URI
Static factory method based on parsing a plug-in-based path string, with an option to encode the created URI.
createPlatformResourceURI(String) - Static method in class org.eclipse.emf.common.util.URI
Deprecated. Use URI.createPlatformResourceURI(String, boolean) instead.
createPlatformResourceURI(String, boolean) - Static method in class org.eclipse.emf.common.util.URI
Static factory method based on parsing a workspace-relative path string, with an option to encode the created URI.
createPlatformURI(String, String, String, boolean) - Static method in class org.eclipse.emf.common.util.URI
 
createURI(String) - Static method in class org.eclipse.emf.common.util.URI
Static factory method based on parsing a URI string, with explicit device support and handling for archive URIs enabled.
createURI(String, boolean) - Static method in class org.eclipse.emf.common.util.URI
Static factory method that encodes and parses the given URI string.
createURI(String, boolean, int) - Static method in class org.eclipse.emf.common.util.URI
Static factory method that encodes and parses the given URI string.
createURIWithCache(String) - Static method in class org.eclipse.emf.common.util.URI
Deprecated. Please use createURI instead.
cursor - Variable in class org.eclipse.emf.common.util.AbstractEList.EIterator
The current position of the iterator.
cursor - Variable in class org.eclipse.emf.common.util.BasicEMap.BasicEMapIterator
The cursor in the entry data.

D

data() - Method in class org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EAdapterList
 
data() - Method in class org.eclipse.emf.common.util.ArrayDelegatingEList
Returns direct unsafe access to the underlying data storage.
data - Variable in class org.eclipse.emf.common.util.BasicDiagnostic
The data.
data - Variable in class org.eclipse.emf.common.util.BasicDiagnostic.DiagnosticWrapper
 
data - Variable in class org.eclipse.emf.common.util.BasicEList
The underlying data storage of the list.
data() - Method in class org.eclipse.emf.common.util.BasicEList
Returns direct unsafe access to the underlying data storage.
dataAsList(Object[]) - Method in class org.eclipse.emf.common.util.BasicDiagnostic
 
decode(String) - Static method in class org.eclipse.emf.common.util.URI
Decodes the given string by interpreting three-digit escape sequences as the bytes of a UTF-8 encoded character and replacing them with the characters they represent.
delegateAdd(E) - Method in class org.eclipse.emf.common.util.DelegatingEList
Adds the object at the end of the backing store list.
delegateAdd(int, E) - Method in class org.eclipse.emf.common.util.DelegatingEList
Adds the object at the given index in the backing store list.
delegateBasicList() - Method in class org.eclipse.emf.common.util.DelegatingEList
Returns an unsafe list that provides a non-resolving view of the backing store list.
delegateClear() - Method in class org.eclipse.emf.common.util.DelegatingEList
Clears the backing store list of all objects.
delegateContains(Object) - Method in class org.eclipse.emf.common.util.DelegatingEList
Returns whether the backing store list contains the object.
delegateContainsAll(Collection<?>) - Method in class org.eclipse.emf.common.util.DelegatingEList
Returns whether the backing store list contains each object in the collection.
delegatedGetImage(String) - Method in class org.eclipse.emf.common.util.DelegatingResourceLocator
Does the work of fetching the image associated with the key, when the image resource is not available locally.
delegatedGetString(String, boolean) - Method in class org.eclipse.emf.common.util.DelegatingResourceLocator
Does the work of fetching the string associated with the key, when the string resource is not available locally.
delegateEList - Variable in class org.eclipse.emf.common.util.BasicEMap
The underlying list of entries.
delegateEquals(Object) - Method in class org.eclipse.emf.common.util.DelegatingEList
Returns whether the object is a list with corresponding equal objects to those in the backing store list.
delegateGet(int) - Method in class org.eclipse.emf.common.util.DelegatingEList
Returns the object at the index in the backing store list.
delegateHashCode() - Method in class org.eclipse.emf.common.util.DelegatingEList
Returns the hash code of the backing store list.
delegateIndexOf(Object) - Method in class org.eclipse.emf.common.util.DelegatingEList
Returns the position of the first occurrence of the object in the backing store list.
delegateIsEmpty() - Method in class org.eclipse.emf.common.util.DelegatingEList
Returns whether the backing store list has zero size.
delegateIterator() - Method in class org.eclipse.emf.common.util.DelegatingEList
Returns an iterator over the backing store list.
delegateLastIndexOf(Object) - Method in class org.eclipse.emf.common.util.DelegatingEList
Returns the position of the last occurrence of the object in the backing store list.
delegateList() - Method in class org.eclipse.emf.common.util.DelegatingEList
Returns the list that acts as the backing store.
delegateList() - Method in class org.eclipse.emf.common.util.DelegatingEList.UnmodifiableEList
 
delegateListIterator() - Method in class org.eclipse.emf.common.util.DelegatingEList
Returns a list iterator over the backing store list.
delegateMove(int, int) - Method in class org.eclipse.emf.common.util.DelegatingEList
Moves the object at the source index in the backing store list by removing it and adding it at the new target index.
delegateRemove(int) - Method in class org.eclipse.emf.common.util.DelegatingEList
Removes the object at the index from the backing store list and returns it.
delegateResourceLocators - Variable in class org.eclipse.emf.common.EMFPlugin
 
delegateSet(int, E) - Method in class org.eclipse.emf.common.util.DelegatingEList
Sets the object at the index in the backing store list and returns the old object at the index.
delegateSize() - Method in class org.eclipse.emf.common.util.DelegatingEList
Returns the number of objects in the backing store list.
delegateToArray() - Method in class org.eclipse.emf.common.util.DelegatingEList
Returns an array containing all the objects in the backing store list in sequence.
delegateToArray(T[]) - Method in class org.eclipse.emf.common.util.DelegatingEList
Returns an array containing all the objects in the backing store list in sequence.
delegateToString() - Method in class org.eclipse.emf.common.util.DelegatingEList
Returns a the string form of the backing store list.
DelegatingEList<E> - Class in org.eclipse.emf.common.util
A highly extensible delegating list implementation.
DelegatingEList() - Constructor for class org.eclipse.emf.common.util.DelegatingEList
Creates an empty instance.
DelegatingEList(Collection<? extends E>) - Constructor for class org.eclipse.emf.common.util.DelegatingEList
Creates an instance that is a copy of the collection.
DelegatingEList.EIterator<E1> - Class in org.eclipse.emf.common.util
Deprecated.  
DelegatingEList.EIterator() - Constructor for class org.eclipse.emf.common.util.DelegatingEList.EIterator
Deprecated.  
DelegatingEList.EListIterator<E1> - Class in org.eclipse.emf.common.util
Deprecated.  
DelegatingEList.EListIterator() - Constructor for class org.eclipse.emf.common.util.DelegatingEList.EListIterator
Deprecated. Creates an instance.
DelegatingEList.EListIterator(int) - Constructor for class org.eclipse.emf.common.util.DelegatingEList.EListIterator
Deprecated. Creates an instance advanced to the index.
DelegatingEList.NonResolvingEIterator<E1> - Class in org.eclipse.emf.common.util
Deprecated.  
DelegatingEList.NonResolvingEIterator() - Constructor for class org.eclipse.emf.common.util.DelegatingEList.NonResolvingEIterator
Deprecated.  
DelegatingEList.NonResolvingEListIterator<E1> - Class in org.eclipse.emf.common.util
Deprecated.  
DelegatingEList.NonResolvingEListIterator() - Constructor for class org.eclipse.emf.common.util.DelegatingEList.NonResolvingEListIterator
Deprecated. Creates an instance.
DelegatingEList.NonResolvingEListIterator(int) - Constructor for class org.eclipse.emf.common.util.DelegatingEList.NonResolvingEListIterator
Deprecated. Creates an instance advanced to the index.
DelegatingEList.UnmodifiableEList<E> - Class in org.eclipse.emf.common.util
An unmodifiable version of DelegatingEList.
DelegatingEList.UnmodifiableEList(List<E>) - Constructor for class org.eclipse.emf.common.util.DelegatingEList.UnmodifiableEList
Creates an initialized instance.
DelegatingNotifyingListImpl<E> - Class in org.eclipse.emf.common.notify.impl
An extensible implementation of a notifying list that delegates to a backing list.
DelegatingNotifyingListImpl() - Constructor for class org.eclipse.emf.common.notify.impl.DelegatingNotifyingListImpl
Creates an empty instance.
DelegatingNotifyingListImpl(Collection<? extends E>) - Constructor for class org.eclipse.emf.common.notify.impl.DelegatingNotifyingListImpl
Creates an instance that is a copy of the collection.
DelegatingResourceLocator - Class in org.eclipse.emf.common.util
An abstract resource locator implementation comprising a primary locator and a series delegate locators.
DelegatingResourceLocator() - Constructor for class org.eclipse.emf.common.util.DelegatingResourceLocator
Creates an instance.
delete() - Method in class org.eclipse.emf.common.archive.ArchiveURLConnection
 
deresolve(URI) - Method in class org.eclipse.emf.common.util.URI
Finds the shortest relative or, if necessary, the absolute URI that, when resolved against the given base absolute hierarchical URI using resolve, will yield this absolute URI.
deresolve(URI, boolean, boolean, boolean) - Method in class org.eclipse.emf.common.util.URI
Finds an absolute URI that, when resolved against the given base absolute hierarchical URI using resolve, will yield this absolute URI.
description - Variable in class org.eclipse.emf.common.command.AbstractCommand
Holds a short textual description of the command as returned by AbstractCommand.getDescription() and set by AbstractCommand.setDescription(java.lang.String).
device - Variable in class org.eclipse.emf.common.util.URI
 
device() - Method in class org.eclipse.emf.common.util.URI
If this is a hierarchical URI with a device component, returns it; null otherwise.
DEVICE_IDENTIFIER - Static variable in class org.eclipse.emf.common.util.URI
 
devicePath() - Method in class org.eclipse.emf.common.util.URI
If this is a hierarchical URI with a path, returns a string representation of the path, including the authority and the device component; null otherwise.
diagnostic - Variable in class org.eclipse.emf.common.util.BasicDiagnostic.StatusWrapper
 
Diagnostic - Interface in org.eclipse.emf.common.util
Information about the outcome of some activity.
diagnostic - Variable in exception org.eclipse.emf.common.util.DiagnosticException
 
DiagnosticChain - Interface in org.eclipse.emf.common.util
An accumulator of diagnostics.
DiagnosticException - Exception in org.eclipse.emf.common.util
A checked exception representing a diagnosed failure.
DiagnosticException(Diagnostic) - Constructor for exception org.eclipse.emf.common.util.DiagnosticException
 
didAdd(int, E) - Method in class org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EAdapterList
 
didAdd(int, E) - Method in class org.eclipse.emf.common.util.AbstractEList
Called to indicate that an object has been added to the data storage.
didAdd(BasicEMap.Entry<K, V>) - Method in class org.eclipse.emf.common.util.BasicEMap
Called to indicate that the entry has been added.
didChange() - Method in class org.eclipse.emf.common.util.AbstractEList
Called to indicate that the data storage has been changed.
didClear(int, Object[]) - Method in class org.eclipse.emf.common.util.AbstractEList
Called to indicate that the data storage has been cleared.
didClear(BasicEList<BasicEMap.Entry<K, V>>[]) - Method in class org.eclipse.emf.common.util.BasicEMap
Called to indicate that the map has been cleared.
didModify(BasicEMap.Entry<K, V>, V) - Method in class org.eclipse.emf.common.util.BasicEMap
Called to indicate that the entry has an updated value.
didMove(int, E, int) - Method in class org.eclipse.emf.common.util.AbstractEList
Called to indicate that an object has been moved in the data storage.
didRemove(int, E) - Method in class org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EAdapterList
 
didRemove(int, E) - Method in class org.eclipse.emf.common.util.AbstractEList
Called to indicate that an object has been removed from the data storage.
didRemove(BasicEMap.Entry<K, V>) - Method in class org.eclipse.emf.common.util.BasicEMap
Called to indicate that the entry has been removed.
didSet(int, E, E) - Method in class org.eclipse.emf.common.util.AbstractEList
Called to indicate that the data storage has been set.
DIGIT_HI - Static variable in class org.eclipse.emf.common.util.URI
 
DIGIT_LO - Static variable in class org.eclipse.emf.common.util.URI
 
dispatch() - Method in class org.eclipse.emf.common.notify.impl.NotificationChainImpl
 
dispatch(Notification) - Method in class org.eclipse.emf.common.notify.impl.NotificationChainImpl
Dispatches the notification to its notifier.
dispatch() - Method in class org.eclipse.emf.common.notify.impl.NotificationImpl
 
dispatch() - Method in interface org.eclipse.emf.common.notify.NotificationChain
Dispatches each notification to the appropriate notifier via Notifier.eNotify.
dispatchNotification(Notification) - Method in class org.eclipse.emf.common.notify.impl.DelegatingNotifyingListImpl
Dispatches a notification to the notifier of the list.
dispatchNotification(Notification) - Method in class org.eclipse.emf.common.notify.impl.NotifyingListImpl
Dispatches a notification to the notifier of the list.
dispose() - Method in class org.eclipse.emf.common.command.AbstractCommand
 
dispose() - Method in interface org.eclipse.emf.common.command.Command
Called to indicate that the command will never be used again.
dispose() - Method in class org.eclipse.emf.common.command.CommandWrapper
Delegates to the dispose method of the command.
dispose() - Method in class org.eclipse.emf.common.command.CompoundCommand
Calls Command.dispose() for each command in the list.
dispose() - Method in class org.eclipse.emf.common.notify.impl.SingletonAdapterImpl
Removes the adapter from all its targets.
doAdd(E) - Method in class org.eclipse.emf.common.util.AbstractEList.EListIterator
Adds the object at the next index and advances the iterator past it.
doAddAllUnique(Collection<? extends E>) - Method in class org.eclipse.emf.common.notify.impl.DelegatingNotifyingListImpl
Adds each object of the collection to the end of the list; it does no uniqueness checking, inverse updating, or notification.
doAddAllUnique(int, Collection<? extends E>) - Method in class org.eclipse.emf.common.notify.impl.DelegatingNotifyingListImpl
Adds each object of the collection at each successive index in the list and returns whether any objects were added; it does no range checking, uniqueness checking, inverse updating, or notification.
doAddAllUnique(Object[], int, int) - Method in class org.eclipse.emf.common.notify.impl.DelegatingNotifyingListImpl
Adds each object from start to end of the array to the end of the list and returns whether any objects were added; it does no ranging checking, uniqueness checking, inverse updating, or notification.
doAddAllUnique(int, Object[], int, int) - Method in class org.eclipse.emf.common.notify.impl.DelegatingNotifyingListImpl
Adds each object from start to end of the array at each successive index in the list and returns whether any objects were added; it does no ranging checking, uniqueness checking, inverse updating, or notification.
doAddAllUnique(Collection<? extends E>) - Method in class org.eclipse.emf.common.notify.impl.NotifyingListImpl
Adds each object of the collection to the end of the list; it does no uniqueness checking, inverse updating, or notification.
doAddAllUnique(int, Collection<? extends E>) - Method in class org.eclipse.emf.common.notify.impl.NotifyingListImpl
Adds each object of the collection at each successive index in the list and returns whether any objects were added; it does no range checking, uniqueness checking, inverse updating, or notification.
doAddAllUnique(Object[], int, int) - Method in class org.eclipse.emf.common.notify.impl.NotifyingListImpl
Adds each object from start to end of the array to the end of the list and returns whether any objects were added; it does no ranging checking, uniqueness checking, inverse updating, or notification.
doAddAllUnique(int, Object[], int, int) - Method in class org.eclipse.emf.common.notify.impl.NotifyingListImpl
Adds each object from start to end of the array at each successive index in the list and returns whether any objects were added; it does no ranging checking, uniqueness checking, inverse updating, or notification.
doAddUnique(E) - Method in class org.eclipse.emf.common.notify.impl.DelegatingNotifyingListImpl
Adds the object at the end of the list; it does no uniqueness checking, inverse updating, or notification.
doAddUnique(int, E) - Method in class org.eclipse.emf.common.notify.impl.DelegatingNotifyingListImpl
Adds the object at the given index in the list; it does no range checking, uniqueness checking, inverse updating, or notification.
doAddUnique(E) - Method in class org.eclipse.emf.common.notify.impl.NotifyingListImpl
Adds the object at the end of the list; it does no uniqueness checking, inverse updating, or notification.
doAddUnique(int, E) - Method in class org.eclipse.emf.common.notify.impl.NotifyingListImpl
Adds the object at the given index in the list; it does no range checking, uniqueness checking, inverse updating, or notification.
doClear() - Method in class org.eclipse.emf.common.notify.impl.DelegatingNotifyingListImpl
Clears the list of all objects; it does no inverse updating.
doClear() - Method in class org.eclipse.emf.common.notify.impl.NotifyingListImpl
Clears the list of all objects; it does no inverse updating.
doClear() - Method in class org.eclipse.emf.common.util.BasicEMap
Clears the map.
doClear(int, Object[]) - Method in class org.eclipse.emf.common.util.DelegatingEList
Does the actual job of clearing all the objects.
doGetImage(String) - Method in class org.eclipse.emf.common.EMFPlugin.EclipsePlugin
Does the work of fetching the image associated with the key.
doGetImage(String) - Method in class org.eclipse.emf.common.util.DelegatingResourceLocator
Does the work of fetching the image associated with the key.
doGetString(String, boolean) - Method in class org.eclipse.emf.common.util.DelegatingResourceLocator
Does the work of fetching the string associated with the key.
doMove(int, int) - Method in class org.eclipse.emf.common.notify.impl.DelegatingNotifyingListImpl
Moves the object at the source index of the list to the target index of the list and returns the moved object; it does no notification.
doMove(int, int) - Method in class org.eclipse.emf.common.notify.impl.NotifyingListImpl
Moves the object at the source index of the list to the target index of the list and returns the moved object; it does no notification.
doMove(BasicEMap.Entry<K, V>) - Method in class org.eclipse.emf.common.util.BasicEMap
Increments the modification count.
done() - Method in class org.eclipse.emf.common.util.BasicMonitor.Delegating
 
done() - Method in class org.eclipse.emf.common.util.BasicMonitor
 
done() - Method in class org.eclipse.emf.common.util.BasicMonitor.EclipseDelegating
 
done() - Method in interface org.eclipse.emf.common.util.Monitor
Called to indicate the task is complete.
doNext() - Method in class org.eclipse.emf.common.util.AbstractEList.EIterator
Returns the next object and advances the iterator.
doNext() - Method in class org.eclipse.emf.common.util.AbstractEList.NonResolvingEIterator
Returns the next object and advances the iterator.
doNext() - Method in class org.eclipse.emf.common.util.AbstractEList.NonResolvingEListIterator
Returns the next object and advances the iterator.
doPrevious() - Method in class org.eclipse.emf.common.util.AbstractEList.EListIterator
Returns the previous object and advances the iterator.
doPrevious() - Method in class org.eclipse.emf.common.util.AbstractEList.NonResolvingEListIterator
Returns the previous object and advances the iterator.
doPut(BasicEMap.Entry<K, V>) - Method in class org.eclipse.emf.common.util.BasicEMap
Adds the new entry to the map.
doRemove(int) - Method in class org.eclipse.emf.common.notify.impl.DelegatingNotifyingListImpl
Removes the object at the index from the list and returns it; it does no inverse updating, or notification.
doRemove(int) - Method in class org.eclipse.emf.common.notify.impl.NotifyingListImpl
Removes the object at the index from the list and returns it; it does no inverse updating, or notification.
doRemove(BasicEMap.Entry<K, V>) - Method in class org.eclipse.emf.common.util.BasicEMap
Removes the entry from the map.
doRemoveAll(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; it does no inverse updating, or notification.
doRemoveAll(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; it does no inverse updating, or notification.
doSet(E) - Method in class org.eclipse.emf.common.util.AbstractEList.EListIterator
Sets the object at the index of the last call to next or previous.
doSetUnique(int, E) - Method in class org.eclipse.emf.common.notify.impl.DelegatingNotifyingListImpl
Sets the object at the index and returns the old object at the index; it does no ranging checking, uniqueness checking, inverse updating or notification.
doSetUnique(int, E) - Method in class org.eclipse.emf.common.notify.impl.NotifyingListImpl
Sets the object at the index and returns the old object at the index; it does no ranging checking, uniqueness checking, inverse updating or notification.
DOT - Static variable in class org.eclipse.emf.common.util.DelegatingResourceLocator
 

E

eAdapters() - Method in class org.eclipse.emf.common.notify.impl.BasicNotifierImpl
 
eAdapters - Variable in class org.eclipse.emf.common.notify.impl.NotifierImpl
The list of Adapters associated with the notifier.
eAdapters() - Method in class org.eclipse.emf.common.notify.impl.NotifierImpl
 
eAdapters() - Method in interface org.eclipse.emf.common.notify.Notifier
Returns list of the adapters associated with this notifier.
eBasicAdapterArray() - Method in class org.eclipse.emf.common.notify.impl.BasicNotifierImpl
Returns the underlying array of adapters.
eBasicAdapters() - Method in class org.eclipse.emf.common.notify.impl.BasicNotifierImpl
Returns the adapter list, even if it is null.
eBasicAdapters() - Method in class org.eclipse.emf.common.notify.impl.NotifierImpl
 
eBasicHasAdapters() - Method in class org.eclipse.emf.common.notify.impl.BasicNotifierImpl
Returns whether there are any adapters.
ECollections - Class in org.eclipse.emf.common.util
Support for empty and unmodifiable ELists.
ECollections() - Constructor for class org.eclipse.emf.common.util.ECollections
 
ECollections.BasicEmptyUnmodifiableEList<E> - Class in org.eclipse.emf.common.util
 
ECollections.BasicEmptyUnmodifiableEList() - Constructor for class org.eclipse.emf.common.util.ECollections.BasicEmptyUnmodifiableEList
 
ECollections.EmptyUnmodifiableEList - Class in org.eclipse.emf.common.util
 
ECollections.EmptyUnmodifiableEList() - Constructor for class org.eclipse.emf.common.util.ECollections.EmptyUnmodifiableEList
 
ECollections.EmptyUnmodifiableEMap - Class in org.eclipse.emf.common.util
 
ECollections.EmptyUnmodifiableEMap() - Constructor for class org.eclipse.emf.common.util.ECollections.EmptyUnmodifiableEMap
 
ECollections.UnmodifiableEList<E> - Class in org.eclipse.emf.common.util
 
ECollections.UnmodifiableEList(EList<? extends E>) - Constructor for class org.eclipse.emf.common.util.ECollections.UnmodifiableEList
 
ECollections.UnmodifiableEMap<K,V> - Class in org.eclipse.emf.common.util
 
ECollections.UnmodifiableEMap(EMap<? extends K, ? extends V>) - Constructor for class org.eclipse.emf.common.util.ECollections.UnmodifiableEMap
 
eDeliver() - Method in class org.eclipse.emf.common.notify.impl.BasicNotifierImpl
 
EDELIVER - Static variable in class org.eclipse.emf.common.notify.impl.NotifierImpl
The bit of NotifierImpl.eFlags that is used to represent NotifierImpl.eDeliver().
eDeliver() - Method in class org.eclipse.emf.common.notify.impl.NotifierImpl
 
eDeliver() - Method in interface org.eclipse.emf.common.notify.Notifier
Returns whether this notifier will deliver notifications to the adapters.
eFlags - Variable in class org.eclipse.emf.common.notify.impl.NotifierImpl
An extensible set of bit flags; the first bit is used for NotifierImpl.EDELIVER to implement NotifierImpl.eDeliver().
ELAST_NOTIFIER_FLAG - Static variable in class org.eclipse.emf.common.notify.impl.NotifierImpl
The last bit used by this class; derived classes may use bit values higher than this.
EList<E> - Interface in org.eclipse.emf.common.util
A list that supports move.
eMap() - Method in class org.eclipse.emf.common.util.BasicEMap.DelegatingMap
 
eMap - Variable in class org.eclipse.emf.common.util.ECollections.UnmodifiableEMap
 
EMap<K,V> - Interface in org.eclipse.emf.common.util
A list of java.util.Map.Entry instances, i.e., entries, that supports a EMap.map() view as well as the full Map API, with the notable exception of Map.remove(Object).
eMap() - Method in interface org.eclipse.emf.common.util.EMap.InternalMapView
Returns the EMap view of the map.
EMap.InternalMapView<K,V> - Interface in org.eclipse.emf.common.util
An internal interface implemented by the map view.
EMFPlugin - Class in org.eclipse.emf.common
EMF must run within an Eclipse workbench, within a headless Eclipse workspace, or just stand-alone as part of some other application.
EMFPlugin(ResourceLocator[]) - Constructor for class org.eclipse.emf.common.EMFPlugin
 
EMFPlugin.EclipsePlugin - Class in org.eclipse.emf.common
The actual implementation of an Eclipse Plugin.
EMFPlugin.EclipsePlugin() - Constructor for class org.eclipse.emf.common.EMFPlugin.EclipsePlugin
Creates an instance.
EMFPlugin.EclipsePlugin(IPluginDescriptor) - Constructor for class org.eclipse.emf.common.EMFPlugin.EclipsePlugin
Deprecated.  
EMFPlugin.InternalEclipsePlugin - Interface in org.eclipse.emf.common
This just provides a common interface for the Eclipse plugins supported by EMF.
EMFPlugin.InternalHelper - Class in org.eclipse.emf.common
This just provides a common delegate for non-UI and UI plug-in classes.
EMFPlugin.InternalHelper(Plugin) - Constructor for class org.eclipse.emf.common.EMFPlugin.InternalHelper
 
EMPTY_ARRAY - Static variable in class org.eclipse.emf.common.util.ArrayDelegatingEList
 
EMPTY_CHILDREN - Static variable in class org.eclipse.emf.common.util.BasicDiagnostic.StatusWrapper
 
EMPTY_ELIST - Static variable in class org.eclipse.emf.common.util.ECollections
An unmodifiable empty list with an efficient reusable iterator.
EMPTY_EMAP - Static variable in class org.eclipse.emf.common.util.ECollections
An unmodifiable empty map with an efficient reusable iterator.
emptyEList() - Static method in class org.eclipse.emf.common.util.ECollections
 
emptyEMap() - Static method in class org.eclipse.emf.common.util.ECollections
 
emulateArchiveScheme() - Method in class org.eclipse.emf.common.archive.ArchiveURLConnection
Returns whether the implementation will handle all the archive accessors directly.
encode(String, long, long, boolean) - Static method in class org.eclipse.emf.common.util.URI
 
ENCODE_PLATFORM_RESOURCE_URIS - Static variable in class org.eclipse.emf.common.util.URI
 
encodeAuthority(String, boolean) - Static method in class org.eclipse.emf.common.util.URI
Encodes a string so as to produce a valid authority, as defined by the RFC.
encodeFragment(String, boolean) - Static method in class org.eclipse.emf.common.util.URI
Encodes a string so as to produce a valid fragment, as defined by the RFC.
encodeOpaquePart(String, boolean) - Static method in class org.eclipse.emf.common.util.URI
Encodes a string so as to produce a valid opaque part value, as defined by the RFC.
encodeQuery(String, boolean) - Static method in class org.eclipse.emf.common.util.URI
Encodes a string so as to produce a valid query, as defined by the RFC.
encodeSegment(String, boolean) - Static method in class org.eclipse.emf.common.util.URI
Encodes a string so as to produce a valid segment, as defined by the RFC.
encodeURI(String, boolean, int) - Static method in class org.eclipse.emf.common.util.URI
 
eNotificationRequired() - Method in class org.eclipse.emf.common.notify.impl.BasicNotifierImpl
Returns whether eNotify needs to be called.
eNotify(Notification) - Method in class org.eclipse.emf.common.notify.impl.BasicNotifierImpl
 
eNotify(Notification) - Method in interface org.eclipse.emf.common.notify.Notifier
Notifies a change to a feature of this notifier as described by the notification.
ensureEntryDataExists() - Method in class org.eclipse.emf.common.util.BasicEMap
Ensures that the entry data is created and is populated with contents of the delegate list.
ensureSafety() - Method in class org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EAdapterList
 
entryCursor - Variable in class org.eclipse.emf.common.util.BasicEMap.BasicEMapIterator
The cursor in the list of entries.
entryData - Variable in class org.eclipse.emf.common.util.BasicEMap
The array of entry lists into which the hash codes are indexed.
entryForKey(int, int, Object) - Method in class org.eclipse.emf.common.util.BasicEMap
Called to return the entry given the index, the hash, and the key.
entryIndexForKey(int, int, Object) - Method in class org.eclipse.emf.common.util.BasicEMap
Called to return the entry list index given the index, the hash, and the key.
entrySet() - Method in class org.eclipse.emf.common.util.BasicEMap.DelegatingMap
 
entrySet() - Method in class org.eclipse.emf.common.util.BasicEMap
 
entrySet - Variable in class org.eclipse.emf.common.util.BasicEMap.View
The entry set view.
entrySet() - Method in class org.eclipse.emf.common.util.ECollections.EmptyUnmodifiableEMap
 
entrySet() - Method in class org.eclipse.emf.common.util.ECollections.UnmodifiableEMap
 
entrySet() - Method in interface org.eclipse.emf.common.util.EMap
Returns a set view of the entries.
enumerator - Variable in class org.eclipse.emf.common.util.AbstractEnumerator.AbstractEnumeratorExternalizeable
 
Enumerator - Interface in org.eclipse.emf.common.util
An interface implemented by the enumerators of a type-safe enum.
equalObjects(Object, Object) - Method in class org.eclipse.emf.common.util.AbstractEList
Returns whether two objects are equal using the appropriate comparison mechanism.
equals(Object) - Method in class org.eclipse.emf.common.util.AbstractEList
Returns whether the object is a list with corresponding equal objects.
equals(Object) - Method in class org.eclipse.emf.common.util.BasicEMap.DelegatingMap
 
equals(Object) - Method in class org.eclipse.emf.common.util.BasicEMap.EntryImpl
 
equals(Object) - Method in class org.eclipse.emf.common.util.BasicEMap
 
equals(Object) - Method in class org.eclipse.emf.common.util.DelegatingEList
Returns whether the object is a list with corresponding equal objects.
equals(Object) - Method in class org.eclipse.emf.common.util.ECollections.BasicEmptyUnmodifiableEList
 
equals(Object) - Method in class org.eclipse.emf.common.util.ECollections.UnmodifiableEList
 
equals(Object) - Method in class org.eclipse.emf.common.util.URI
Returns true if object is an instance of URI equal to this one; false otherwise.
equals(Object, Object) - Static method in class org.eclipse.emf.common.util.URI
 
equals(String, String, boolean) - Static method in class org.eclipse.emf.common.util.URI
 
ERROR - Static variable in interface org.eclipse.emf.common.util.Diagnostic
The bit mask value 0x1 for a severity indicating there is an error message.
ESCAPE - Static variable in class org.eclipse.emf.common.util.URI
 
eSetDeliver(boolean) - Method in class org.eclipse.emf.common.notify.impl.BasicNotifierImpl
 
eSetDeliver(boolean) - Method in class org.eclipse.emf.common.notify.impl.NotifierImpl
 
eSetDeliver(boolean) - Method in interface org.eclipse.emf.common.notify.Notifier
Sets whether this notifier will deliver notifications to the adapters.
EVENT_TYPE_COUNT - Static variable in interface org.eclipse.emf.common.notify.Notification
The number of built-in event types.
eventType - Variable in class org.eclipse.emf.common.notify.impl.NotificationImpl
The type of the change.
exception() - Method in exception org.eclipse.emf.common.util.WrappedException
Returns the wrapped exception.
execute(Command) - Method in class org.eclipse.emf.common.command.BasicCommandStack
 
execute() - Method in interface org.eclipse.emf.common.command.Command
Performs the command activity required for the effect.
execute(Command) - Method in interface org.eclipse.emf.common.command.CommandStack
Clears any redoable commands not yet redone, adds the command, and then executes the command.
execute() - Method in class org.eclipse.emf.common.command.CommandWrapper
Delegates to the execute method of the command.
execute() - Method in class org.eclipse.emf.common.command.CompoundCommand
Calls Command.execute() for each command in the list.
execute() - Method in class org.eclipse.emf.common.command.IdentityCommand
Do nothing.
execute() - Method in class org.eclipse.emf.common.command.StrictCompoundCommand
Calls Command.execute() for each command in the list, but makes sure to call redo for any commands that were previously executed to compute canExecute.
execute() - Method in class org.eclipse.emf.common.command.UnexecutableCommand
Throws an exception if it should ever be called.
expectedData - Variable in class org.eclipse.emf.common.util.ArrayDelegatingEList.EIterator
The expected data array of the containing list.
expectedData - Variable in class org.eclipse.emf.common.util.ArrayDelegatingEList.EListIterator
The expected data array of the containing list.
expectedData - Variable in class org.eclipse.emf.common.util.ArrayDelegatingEList.NonResolvingEIterator
The expected data array of the containing list.
expectedData - Variable in class org.eclipse.emf.common.util.ArrayDelegatingEList.NonResolvingEListIterator
The expected data array of the containing list.
expectedModCount - Variable in class org.eclipse.emf.common.util.AbstractEList.EIterator
The modification count of the containing list.
expectedModCount - Variable in class org.eclipse.emf.common.util.BasicEMap.BasicEMapIterator
The modification count expected of the map.
extensionFor(String) - Static method in class org.eclipse.emf.common.util.DelegatingResourceLocator
Computes the file extension to be used with the key to specify an image resource.

F

FILE_EXTENSION_SEPARATOR - Static variable in class org.eclipse.emf.common.util.URI
 
fileExtension() - Method in class org.eclipse.emf.common.util.URI
If this is a hierarchical URI whose path includes a file extension, that file extension is returned; null otherwise.
find(String, int, long, long) - Static method in class org.eclipse.emf.common.util.URI
 
findRelativePath(URI, boolean) - Method in class org.eclipse.emf.common.util.URI
 
firstInvalidSegment(String[]) - Static method in class org.eclipse.emf.common.util.URI
 
fix(URL, String) - Static method in class org.eclipse.emf.common.CommonPlugin.Implementation
 
fix(String[]) - Static method in class org.eclipse.emf.common.util.URI
 
flush() - Method in class org.eclipse.emf.common.command.BasicCommandStack
 
flush() - Method in interface org.eclipse.emf.common.command.CommandStack
Disposes all the commands in the stack.
fragment - Variable in class org.eclipse.emf.common.util.URI
 
fragment() - Method in class org.eclipse.emf.common.util.URI
If this URI has a fragment component, returns it; null otherwise.
FRAGMENT_FIRST_SEPARATOR - Static variable in class org.eclipse.emf.common.util.URI
When specified as the last argument to createURI, indicates that the first # character should be taken as the fragment separator, and any others should be encoded.
FRAGMENT_LAST_SEPARATOR - Static variable in class org.eclipse.emf.common.util.URI
When specified as the last argument to createURI, indicates that the last # character should be taken as the fragment separator, and any others should be encoded.
FRAGMENT_NONE - Static variable in class org.eclipse.emf.common.util.URI
When specified as the last argument to createURI, indicates that there is no fragment, so any # characters should be encoded.
FRAGMENT_SEPARATOR - Static variable in class org.eclipse.emf.common.util.URI
 

G

get(int) - Method in class org.eclipse.emf.common.util.ArrayDelegatingEList
Returns the object at the index.
get(int) - Method in class org.eclipse.emf.common.util.BasicEList
Returns the object at the index.
get(Object) - Method in class org.eclipse.emf.common.util.BasicEMap.DelegatingMap
 
get(Object) - Method in class org.eclipse.emf.common.util.BasicEMap
 
get(int) - Method in class org.eclipse.emf.common.util.BasicEMap
Delegates to BasicEMap.delegateEList.
get(int) - Method in class org.eclipse.emf.common.util.DelegatingEList
Returns the object at the index.
get(int) - Method in class org.eclipse.emf.common.util.ECollections.BasicEmptyUnmodifiableEList
 
get(Object) - Method in class org.eclipse.emf.common.util.ECollections.EmptyUnmodifiableEMap
 
get(int) - Method in class org.eclipse.emf.common.util.ECollections.UnmodifiableEList
 
get(Object) - Method in class org.eclipse.emf.common.util.ECollections.UnmodifiableEMap
 
get(Object) - Method in interface org.eclipse.emf.common.util.EMap
Returns the value associated with the key.
get(String) - Method in class org.eclipse.emf.common.util.URI.URICache
 
getAffectedObjects() - Method in class org.eclipse.emf.common.command.AbstractCommand
Returns an empty list.
getAffectedObjects() - Method in interface org.eclipse.emf.common.command.Command
Returns the collection of things which this command wishes to present as the objects affected by the command.
getAffectedObjects() - Method in class org.eclipse.emf.common.command.CommandWrapper
Delegates to the getAffectedObjects method of the command.
getAffectedObjects() - Method in class org.eclipse.emf.common.command.CompoundCommand
Determines the affected objects by composing the affected objects of the commands in the list; this is affected by the setting of CompoundCommand.resultIndex.
getBaseURL() - Method in class org.eclipse.emf.common.EMFPlugin.EclipsePlugin
 
getBaseURL() - Method in class org.eclipse.emf.common.EMFPlugin.InternalHelper
 
getBaseURL() - Method in class org.eclipse.emf.common.util.DelegatingResourceLocator
 
getBaseURL() - Method in interface org.eclipse.emf.common.util.ResourceLocator
Returns the URL from which all resources are based.
getBlockedReason() - Method in class org.eclipse.emf.common.util.BasicMonitor
Returns the current reason for task being blocked, or null.
getBundle() - Method in class org.eclipse.emf.common.EMFPlugin.InternalHelper
 
getChildren(Object) - Method in class org.eclipse.emf.common.util.AbstractTreeIterator
Returns the iterator that yields the children of the object.
getChildren() - Method in class org.eclipse.emf.common.util.BasicDiagnostic.DiagnosticWrapper
 
getChildren() - Method in class org.eclipse.emf.common.util.BasicDiagnostic
 
getChildren() - Method in class org.eclipse.emf.common.util.BasicDiagnostic.StatusWrapper
 
getChildren() - Method in interface org.eclipse.emf.common.util.Diagnostic
Returns the list of child diagnostics.
getCode() - Method in class org.eclipse.emf.common.util.BasicDiagnostic.DiagnosticWrapper
 
getCode() - Method in class org.eclipse.emf.common.util.BasicDiagnostic
 
getCode() - Method in class org.eclipse.emf.common.util.BasicDiagnostic.StatusWrapper
 
getCode() - Method in interface org.eclipse.emf.common.util.Diagnostic
Returns source-specific identity code.
getCommand() - Method in class org.eclipse.emf.common.command.CommandWrapper
Returns the command for which this is a proxy or decorator.
getCommandList() - Method in class org.eclipse.emf.common.command.CompoundCommand
Returns an unmodifiable view of the commands in the list.
getComparator() - Method in class org.eclipse.emf.common.CommonPlugin
Returns a string comparator appropriate for collating strings for the current locale.
getComparator(Locale) - Method in class org.eclipse.emf.common.CommonPlugin
Returns a string comparator appropriate for collating strings for the give locale.
getData() - Method in class org.eclipse.emf.common.util.BasicDiagnostic.DiagnosticWrapper
 
getData() - Method in class org.eclipse.emf.common.util.BasicDiagnostic
 
getData() - Method in interface org.eclipse.emf.common.util.Diagnostic
Returns the arbitrary associated list of data.
getDelegateResourceLocators() - Method in class org.eclipse.emf.common.EMFPlugin
 
getDelegateResourceLocators() - Method in class org.eclipse.emf.common.util.DelegatingResourceLocator
Returns the delegate resource locators.
getDescription() - Method in class org.eclipse.emf.common.command.AbstractCommand
 
getDescription() - Method in interface org.eclipse.emf.common.command.Command
Returns a string suitable to help describe the effect of this command.
getDescription() - Method in class org.eclipse.emf.common.command.CommandWrapper
Delegates to the getDescription method of the command.
getDescription() - Method in class org.eclipse.emf.common.command.CompoundCommand
Determines the description by composing the descriptions of the commands in the list; this is affected by the setting of CompoundCommand.resultIndex.
getDescription() - Method in class org.eclipse.emf.common.command.IdentityCommand
 
getDiagnostic() - Method in exception org.eclipse.emf.common.util.DiagnosticException
 
getDuplicates(Collection<?>) - Method in class org.eclipse.emf.common.util.AbstractEList
Returns the collection of objects in the given collection that are also contained by this list.
getEventType() - Method in class org.eclipse.emf.common.notify.impl.NotificationImpl
 
getEventType() - Method in interface org.eclipse.emf.common.notify.Notification
Returns the type of change that has occurred.
getEventType() - Method in class org.eclipse.emf.common.notify.NotificationWrapper
Delegates to the getEventType method of the notification.
getException() - Method in class org.eclipse.emf.common.util.BasicDiagnostic.DiagnosticWrapper
 
getException() - Method in class org.eclipse.emf.common.util.BasicDiagnostic
Returns the first throwable object available in the BasicDiagnostic.data list, which is set when this diagnostic is instantiated.
getException() - Method in class org.eclipse.emf.common.util.BasicDiagnostic.StatusWrapper
 
getException() - Method in interface org.eclipse.emf.common.util.Diagnostic
Returns the relevant low-level exception, or null if none.
getFeature() - Method in class org.eclipse.emf.common.notify.impl.DelegatingNotifyingListImpl
Returns null.
getFeature() - Method in class org.eclipse.emf.common.notify.impl.NotificationImpl
 
getFeature() - Method in class org.eclipse.emf.common.notify.impl.NotifyingListImpl
Returns null.
getFeature() - Method in interface org.eclipse.emf.common.notify.Notification
Returns the object representing the feature of the notifier that has changed.
getFeature() - Method in class org.eclipse.emf.common.notify.NotificationWrapper
Delegates to the getFeature method of the notification.
getFeature() - Method in interface org.eclipse.emf.common.notify.NotifyingList
Returns the notifier's feature that this list represents.
getFeatureDefaultValue() - Method in class org.eclipse.emf.common.notify.impl.NotificationImpl
 
getFeatureID() - Method in class org.eclipse.emf.common.notify.impl.DelegatingNotifyingListImpl
Returns Notification.NO_FEATURE_ID.
getFeatureID(Class<?>) - Method in class org.eclipse.emf.common.notify.impl.DelegatingNotifyingListImpl
Returns the result of calling DelegatingNotifyingListImpl.getFeatureID().
getFeatureID(Class<?>) - Method in class org.eclipse.emf.common.notify.impl.NotificationImpl
 
getFeatureID() - Method in class org.eclipse.emf.common.notify.impl.NotifyingListImpl
Returns Notification.NO_FEATURE_ID.
getFeatureID(Class<?>) - Method in class org.eclipse.emf.common.notify.impl.NotifyingListImpl
Returns the result of calling NotifyingListImpl.getFeatureID().
getFeatureID(Class<?>) - Method in interface org.eclipse.emf.common.notify.Notification
Returns the numeric ID of the feature relative to the given class, or Notification.NO_FEATURE_ID when not applicable.
getFeatureID(Class<?>) - Method in class org.eclipse.emf.common.notify.NotificationWrapper
Delegates to the getFeatureID method of the notification.
getFeatureID() - Method in interface org.eclipse.emf.common.notify.NotifyingList
Returns the notifier's feature ID that this list represents.
getHash() - Method in interface org.eclipse.emf.common.util.BasicEMap.Entry
Returns the hash code of the key.
getHash() - Method in class org.eclipse.emf.common.util.BasicEMap.EntryImpl
 
getImage(String) - Method in class org.eclipse.emf.common.EMFPlugin.EclipsePlugin
 
getImage(String) - Method in class org.eclipse.emf.common.EMFPlugin.InternalHelper
Fetches the image associated with the given key.
getImage(String) - Method in class org.eclipse.emf.common.util.DelegatingResourceLocator
 
getImage(String) - Method in interface org.eclipse.emf.common.util.ResourceLocator
Returns the description that can be used to create the image resource associated with the key.
getInputStream() - Method in class org.eclipse.emf.common.archive.ArchiveURLConnection
Creates the input stream for the URL.
getKey() - Method in class org.eclipse.emf.common.util.BasicEMap.EntryImpl
 
getLabel() - Method in class org.eclipse.emf.common.command.AbstractCommand
 
getLabel() - Method in interface org.eclipse.emf.common.command.Command
Returns a string suitable to represent the label that identifies this command.
getLabel() - Method in class org.eclipse.emf.common.command.CommandWrapper
Delegates to the getLabel method of the command.
getLabel() - Method in class org.eclipse.emf.common.command.CompoundCommand
Determines the label by composing the labels of the commands in the list; this is affected by the setting of CompoundCommand.resultIndex.
getLabel() - Method in class org.eclipse.emf.common.command.IdentityCommand
 
getLiteral() - Method in class org.eclipse.emf.common.util.AbstractEnumerator
Returns the literal value of the enumerator.
getLiteral() - Method in interface org.eclipse.emf.common.util.Enumerator
Returns the literal value of the enumerator.
getLog() - Method in class org.eclipse.emf.common.EMFPlugin.InternalHelper
 
getMergedAffectedObjectsCollection() - Method in class org.eclipse.emf.common.command.CompoundCommand
Returns the merged collection of all command affected objects.
getMergedResultCollection() - Method in class org.eclipse.emf.common.command.CompoundCommand
Returns the merged collection of all command results.
getMessage() - Method in class org.eclipse.emf.common.util.BasicDiagnostic.DiagnosticWrapper
 
getMessage() - Method in class org.eclipse.emf.common.util.BasicDiagnostic
 
getMessage() - Method in class org.eclipse.emf.common.util.BasicDiagnostic.StatusWrapper
 
getMessage() - Method in interface org.eclipse.emf.common.util.Diagnostic
Returns a message describing the situation.
getMostRecentCommand() - Method in class org.eclipse.emf.common.command.BasicCommandStack
 
getMostRecentCommand() - Method in interface org.eclipse.emf.common.command.CommandStack
Returns the command most recently executed, undone, or redone.
getName() - Method in class org.eclipse.emf.common.util.AbstractEnumerator
Returns the name of the enumerator.
getName() - Method in interface org.eclipse.emf.common.util.Enumerator
Returns the name of the enumerator.
getNestedURL() - Method in class org.eclipse.emf.common.archive.ArchiveURLConnection
 
getNewBooleanValue() - Method in class org.eclipse.emf.common.notify.impl.NotificationImpl
 
getNewBooleanValue() - Method in interface org.eclipse.emf.common.notify.Notification
Returns the new value of the notifier's feature, if it is of type boolean.
getNewBooleanValue() - Method in class org.eclipse.emf.common.notify.NotificationWrapper
Delegates to the getNewBooleanValue method of the notification.
getNewByteValue() - Method in class org.eclipse.emf.common.notify.impl.NotificationImpl
 
getNewByteValue() - Method in interface org.eclipse.emf.common.notify.Notification
Returns the new value of the notifier's feature, if it is of type byte.
getNewByteValue() - Method in class org.eclipse.emf.common.notify.NotificationWrapper
Delegates to the getNewByteValue method of the notification.
getNewCharValue() - Method in class org.eclipse.emf.common.notify.impl.NotificationImpl
 
getNewCharValue() - Method in interface org.eclipse.emf.common.notify.Notification
Returns the new value of the notifier's feature, if it is of type char.
getNewCharValue() - Method in class org.eclipse.emf.common.notify.NotificationWrapper
Delegates to the getNewCharValue method of the notification.
getNewDoubleValue() - Method in class org.eclipse.emf.common.notify.impl.NotificationImpl
 
getNewDoubleValue() - Method in interface org.eclipse.emf.common.notify.Notification
Returns the new value of the notifier's feature, if it is of type double.
getNewDoubleValue() - Method in class org.eclipse.emf.common.notify.NotificationWrapper
Delegates to the getNewDoubleValue method of the notification.
getNewFloatValue() - Method in class org.eclipse.emf.common.notify.impl.NotificationImpl
 
getNewFloatValue() - Method in interface org.eclipse.emf.common.notify.Notification
Returns the new value of the notifier's feature, if it is of type float.
getNewFloatValue() - Method in class org.eclipse.emf.common.notify.NotificationWrapper
Delegates to the getNewFloatValue method of the notification.
getNewIntValue() - Method in class org.eclipse.emf.common.notify.impl.NotificationImpl
 
getNewIntValue() - Method in interface org.eclipse.emf.common.notify.Notification
Returns the new value of the notifier's feature, if it is of type int.
getNewIntValue() - Method in class org.eclipse.emf.common.notify.NotificationWrapper
Delegates to the getNewIntValue method of the notification.
getNewLongValue() - Method in class org.eclipse.emf.common.notify.impl.NotificationImpl
 
getNewLongValue() - Method in interface org.eclipse.emf.common.notify.Notification
Returns the new value of the notifier's feature, if it is of type long.
getNewLongValue() - Method in class org.eclipse.emf.common.notify.NotificationWrapper
Delegates to the getNewLongValue method of the notification.
getNewShortValue() - Method in class org.eclipse.emf.common.notify.impl.NotificationImpl
 
getNewShortValue() - Method in interface org.eclipse.emf.common.notify.Notification
Returns the new value of the notifier's feature, if it is of type short.
getNewShortValue() - Method in class org.eclipse.emf.common.notify.NotificationWrapper
Delegates to the getNewShortValue method of the notification.
getNewStringValue() - Method in class org.eclipse.emf.common.notify.impl.NotificationImpl
 
getNewStringValue() - Method in interface org.eclipse.emf.common.notify.Notification
Returns the new value of the notifier's feature as a String.
getNewStringValue() - Method in class org.eclipse.emf.common.notify.NotificationWrapper
Delegates to the getNewStringValue method of the notification.
getNewValue() - Method in class org.eclipse.emf.common.notify.impl.NotificationImpl
 
getNewValue() - Method in interface org.eclipse.emf.common.notify.Notification
Returns the value of the notifier's feature after the change occurred.
getNewValue() - Method in class org.eclipse.emf.common.notify.NotificationWrapper
Delegates to the getNewValue method of the notification.
getNonDuplicates(Collection<? extends E>) - Method in class org.eclipse.emf.common.util.AbstractEList
Returns the collection of objects in the given collection that are not also contained by this list.
getNotifier() - Method in class org.eclipse.emf.common.notify.impl.DelegatingNotifyingListImpl
Returns null.
getNotifier() - Method in class org.eclipse.emf.common.notify.impl.NotificationImpl
 
getNotifier() - Method in class org.eclipse.emf.common.notify.impl.NotifyingListImpl
Returns null.
getNotifier() - Method in interface org.eclipse.emf.common.notify.Notification
Returns the object affected by the change.
getNotifier() - Method in class org.eclipse.emf.common.notify.NotificationWrapper
Returns the local notifier if set; otherwise delegates to the getNotifier method of the notification.
getNotifier() - Method in interface org.eclipse.emf.common.notify.NotifyingList
Returns the notifier that manages this list.
getOldBooleanValue() - Method in class org.eclipse.emf.common.notify.impl.NotificationImpl
 
getOldBooleanValue() - Method in interface org.eclipse.emf.common.notify.Notification
Returns the old value of the notifier's feature, if it is of type boolean.
getOldBooleanValue() - Method in class org.eclipse.emf.common.notify.NotificationWrapper
Delegates to the getOldBooleanValue method of the notification.
getOldByteValue() - Method in class org.eclipse.emf.common.notify.impl.NotificationImpl
 
getOldByteValue() - Method in interface org.eclipse.emf.common.notify.Notification
Returns the old value of the notifier's feature, if it is of type byte.
getOldByteValue() - Method in class org.eclipse.emf.common.notify.NotificationWrapper
Delegates to the getOldByteValue method of the notification.
getOldCharValue() - Method in class org.eclipse.emf.common.notify.impl.NotificationImpl
 
getOldCharValue() - Method in interface org.eclipse.emf.common.notify.Notification
Returns the old value of the notifier's feature, if it is of type char.
getOldCharValue() - Method in class org.eclipse.emf.common.notify.NotificationWrapper
Delegates to the getOldCharValue method of the notification.
getOldDoubleValue() - Method in class org.eclipse.emf.common.notify.impl.NotificationImpl
 
getOldDoubleValue() - Method in interface org.eclipse.emf.common.notify.Notification
Returns the old value of the notifier's feature, if it is of type double.
getOldDoubleValue() - Method in class org.eclipse.emf.common.notify.NotificationWrapper
Delegates to the getOldDoubleValue method of the notification.
getOldFloatValue() - Method in class org.eclipse.emf.common.notify.impl.NotificationImpl
 
getOldFloatValue() - Method in interface org.eclipse.emf.common.notify.Notification
Returns the old value of the notifier's feature, if it is of type float.
getOldFloatValue() - Method in class org.eclipse.emf.common.notify.NotificationWrapper
Delegates to the getOldFloatValue method of the notification.
getOldIntValue() - Method in class org.eclipse.emf.common.notify.impl.NotificationImpl
 
getOldIntValue() - Method in interface org.eclipse.emf.common.notify.Notification
Returns the old value of the notifier's feature, if it is of type int.
getOldIntValue() - Method in class org.eclipse.emf.common.notify.NotificationWrapper
Delegates to the getOldIntValue method of the notification.
getOldLongValue() - Method in class org.eclipse.emf.common.notify.impl.NotificationImpl
 
getOldLongValue() - Method in interface org.eclipse.emf.common.notify.Notification
Returns the old value of the notifier's feature, if it is of type long.
getOldLongValue() - Method in class org.eclipse.emf.common.notify.NotificationWrapper
Delegates to the getOldLongValue method of the notification.
getOldShortValue() - Method in class org.eclipse.emf.common.notify.impl.NotificationImpl
 
getOldShortValue() - Method in interface org.eclipse.emf.common.notify.Notification
Returns the old value of the notifier's feature, if it is of type short.
getOldShortValue() - Method in class org.eclipse.emf.common.notify.NotificationWrapper
Delegates to the getOldShortValue method of the notification.
getOldStringValue() - Method in class org.eclipse.emf.common.notify.impl.NotificationImpl
 
getOldStringValue() - Method in interface org.eclipse.emf.common.notify.Notification
Returns the old value of the notifier's feature as a String.
getOldStringValue() - Method in class org.eclipse.emf.common.notify.NotificationWrapper
Delegates to the getOldStringValue method of the notification.
getOldValue() - Method in class org.eclipse.emf.common.notify.impl.NotificationImpl
 
getOldValue() - Method in interface org.eclipse.emf.common.notify.Notification
Returns the value of the notifier's feature before the change occurred.
getOldValue() - Method in class org.eclipse.emf.common.notify.NotificationWrapper
Delegates to the getOldValue method of the notification.
getOutputStream() - Method in class org.eclipse.emf.common.archive.ArchiveURLConnection
Creates the output stream for the URL.
getOutputStream(boolean, long) - Method in class org.eclipse.emf.common.archive.ArchiveURLConnection
 
getPlugin() - Static method in class org.eclipse.emf.common.CommonPlugin
Returns the singleton instance of the Eclipse plugin.
getPlugin() - Method in class org.eclipse.emf.common.util.BasicDiagnostic.StatusWrapper
 
getPluginLogger() - Method in class org.eclipse.emf.common.EMFPlugin
Returns an Eclipse plugin implementation of a logger.
getPluginResourceLocator() - Method in class org.eclipse.emf.common.CommonPlugin
 
getPluginResourceLocator() - Method in class org.eclipse.emf.common.EMFPlugin
Returns an Eclipse plugin implementation of a resource locator.
getPosition() - Method in class org.eclipse.emf.common.notify.impl.NotificationImpl
 
getPosition() - Method in interface org.eclipse.emf.common.notify.Notification
Returns the position within a list-based feature at which the change occurred.
getPosition() - Method in class org.eclipse.emf.common.notify.NotificationWrapper
Delegates to the getPosition method of the notification.
getPrimaryResourceLocator() - Method in class org.eclipse.emf.common.EMFPlugin
 
getPrimaryResourceLocator() - Method in class org.eclipse.emf.common.util.DelegatingResourceLocator
Returns the primary resource locator.
getRedoCommand() - Method in class org.eclipse.emf.common.command.BasicCommandStack
 
getRedoCommand() - Method in interface org.eclipse.emf.common.command.CommandStack
Returns the command that will be redone if CommandStack.redo() is called.
getResult() - Method in class org.eclipse.emf.common.command.AbstractCommand
Returns an empty list.
getResult() - Method in interface org.eclipse.emf.common.command.Command
Returns a collection of things which this command wishes to present as it's result.
getResult() - Method in class org.eclipse.emf.common.command.CommandWrapper
Delegates to the getResult method of the command.
getResult() - Method in class org.eclipse.emf.common.command.CompoundCommand
Determines the result by composing the results of the commands in the list; this is affected by the setting of CompoundCommand.resultIndex.
getResult() - Method in class org.eclipse.emf.common.command.IdentityCommand
Return the identity result.
getResultIndex() - Method in class org.eclipse.emf.common.command.CompoundCommand
Returns the index of the command whose result and affected objects are forwarded.
getSeverity() - Method in class org.eclipse.emf.common.util.BasicDiagnostic.DiagnosticWrapper
 
getSeverity() - Method in class org.eclipse.emf.common.util.BasicDiagnostic
 
getSeverity() - Method in class org.eclipse.emf.common.util.BasicDiagnostic.StatusWrapper
 
getSeverity() - Method in interface org.eclipse.emf.common.util.Diagnostic
Returns an indicator of the severity of the problem.
getSource() - Method in class org.eclipse.emf.common.util.BasicDiagnostic.DiagnosticWrapper
 
getSource() - Method in class org.eclipse.emf.common.util.BasicDiagnostic
 
getSource() - Method in interface org.eclipse.emf.common.util.Diagnostic
Returns the unique identifier of the source.
getString(String) - Method in class org.eclipse.emf.common.EMFPlugin.EclipsePlugin
 
getString(String, boolean) - Method in class org.eclipse.emf.common.EMFPlugin.EclipsePlugin
 
getString(String, Object[]) - Method in class org.eclipse.emf.common.EMFPlugin.EclipsePlugin
 
getString(String, Object[], boolean) - Method in class org.eclipse.emf.common.EMFPlugin.EclipsePlugin
 
getString(String, boolean) - Method in class org.eclipse.emf.common.EMFPlugin.InternalHelper
 
getString(String, Object[], boolean) - Method in class org.eclipse.emf.common.EMFPlugin.InternalHelper
 
getString(String) - Method in class org.eclipse.emf.common.util.DelegatingResourceLocator
 
getString(String, boolean) - Method in class org.eclipse.emf.common.util.DelegatingResourceLocator
 
getString(String, Object[]) - Method in class org.eclipse.emf.common.util.DelegatingResourceLocator
 
getString(String, Object[], boolean) - Method in class org.eclipse.emf.common.util.DelegatingResourceLocator
 
getString(String) - Method in interface org.eclipse.emf.common.util.ResourceLocator
Returns the string resource associated with the key.
getString(String, boolean) - Method in interface org.eclipse.emf.common.util.ResourceLocator
Returns the string resource associated with the key.
getString(String, Object[]) - Method in interface org.eclipse.emf.common.util.ResourceLocator
Returns a string resource associated with the key, and performs substitutions.
getString(String, Object[], boolean) - Method in interface org.eclipse.emf.common.util.ResourceLocator
Returns a string resource associated with the key, and performs substitutions.
getSymbolicName() - Method in class org.eclipse.emf.common.EMFPlugin.EclipsePlugin
Return the plugin ID.
getSymbolicName() - Method in class org.eclipse.emf.common.EMFPlugin
 
getSymbolicName() - Method in interface org.eclipse.emf.common.EMFPlugin.InternalEclipsePlugin
 
getSymbolicName() - Method in class org.eclipse.emf.common.EMFPlugin.InternalHelper
Return the plugin ID.
getTailSegments(URI) - Method in class org.eclipse.emf.common.util.URI
 
getTarget() - Method in interface org.eclipse.emf.common.notify.Adapter
Returns the target from which the adapter receives notification.
getTarget() - Method in class org.eclipse.emf.common.notify.impl.AdapterImpl
 
getTarget() - Method in class org.eclipse.emf.common.notify.impl.SingletonAdapterImpl
 
getUndoCommand() - Method in class org.eclipse.emf.common.command.BasicCommandStack
 
getUndoCommand() - Method in interface org.eclipse.emf.common.command.CommandStack
Returns the command that will be undone if CommandStack.undo() is called.
getValue() - Method in class org.eclipse.emf.common.util.AbstractEnumerator
Returns the int value of the enumerator.
getValue() - Method in class org.eclipse.emf.common.util.BasicEMap.EntryImpl
 
getValue() - Method in interface org.eclipse.emf.common.util.Enumerator
Returns the intvalue of the enumerator.
grow(int) - Method in class org.eclipse.emf.common.util.ArrayDelegatingEList
Grows the capacity of the list to exactly the new size.
grow(int) - Method in class org.eclipse.emf.common.util.BasicEList
Grows the capacity of the list to ensure that no additional growth is needed until the size exceeds the specified minimum capacity.
grow(int) - Method in class org.eclipse.emf.common.util.BasicEList.UnmodifiableEList
Throws an exception.
grow(int) - Method in class org.eclipse.emf.common.util.BasicEMap
Grows the capacity of the map to ensure that no additional growth is needed until the size exceeds the specified minimum capacity.

H

handleError(Exception) - Method in class org.eclipse.emf.common.command.BasicCommandStack
Handles an exception thrown during command execution by logging it with the plugin.
Handler - Class in org.eclipse.emf.common.archive
A URL stream handler that can be registered to support archive access protocol.
Handler() - Constructor for class org.eclipse.emf.common.archive.Handler
Creates an instance.
hasAbsolutePath() - Method in class org.eclipse.emf.common.util.URI
Returns true if this is a hierarchical URI with an absolute path, or false if it is non-hierarchical, has no path, or has a relative path.
hasAnyChildren() - Method in class org.eclipse.emf.common.util.AbstractTreeIterator
 
hasAuthority() - Method in class org.eclipse.emf.common.util.URI
Returns true if this is a hierarchical URI with an authority component; false otherwise.
hasCollapsableSegments(boolean) - Method in class org.eclipse.emf.common.util.URI
 
hasDevice() - Method in class org.eclipse.emf.common.util.URI
Returns true if this is a hierarchical URI with a device component; false otherwise.
hasEmptyPath() - Method in class org.eclipse.emf.common.util.URI
Returns true if this is a hierarchical URI with an empty relative path; false otherwise.
hasFragment() - Method in class org.eclipse.emf.common.util.URI
Returns true if this URI has a fragment component; false otherwise.
hash - Variable in class org.eclipse.emf.common.util.BasicEMap.EntryImpl
The cached hash code of the key.
hashCode() - Method in class org.eclipse.emf.common.util.AbstractEList
Returns a hash code computed from each object's hash code.
hashCode() - Method in class org.eclipse.emf.common.util.BasicEMap.DelegatingMap
 
hashCode() - Method in class org.eclipse.emf.common.util.BasicEMap.EntryImpl
 
hashCode() - Method in class org.eclipse.emf.common.util.BasicEMap
 
hashCode() - Method in class org.eclipse.emf.common.util.DelegatingEList
Returns a hash code computed from each object's hash code.
hashCode() - Method in class org.eclipse.emf.common.util.ECollections.BasicEmptyUnmodifiableEList
 
hashCode() - Method in class org.eclipse.emf.common.util.ECollections.UnmodifiableEList
 
hashCode - Variable in class org.eclipse.emf.common.util.URI
 
hashCode() - Method in class org.eclipse.emf.common.util.URI
Returns the hash code.
hashOf(Object) - Method in class org.eclipse.emf.common.util.BasicEMap
Called to return the hash code of the key.
hasInverse() - Method in class org.eclipse.emf.common.notify.impl.DelegatingNotifyingListImpl
Returns false.
hasInverse() - Method in class org.eclipse.emf.common.notify.impl.NotifyingListImpl
Returns false.
hasMoreChildren() - Method in class org.eclipse.emf.common.util.AbstractTreeIterator
 
hasNext() - Method in class org.eclipse.emf.common.util.AbstractEList.EIterator
Returns whether there are more objects.
hasNext() - Method in class org.eclipse.emf.common.util.AbstractTreeIterator
Returns whether there are more elements.
hasNext() - Method in class org.eclipse.emf.common.util.BasicEMap.BasicEMapIterator
Returns whether there are more objects.
hasOpaquePart() - Method in class org.eclipse.emf.common.util.URI
Returns true if this is a non-hierarchical URI with an opaque part component; false otherwise.
hasPath() - Method in class org.eclipse.emf.common.util.URI
Returns true if this is a hierarchical URI with an absolute or relative path; false otherwise.
hasPrevious() - Method in class org.eclipse.emf.common.util.AbstractEList.EListIterator
Returns whether there are more objects for AbstractEList.EListIterator.previous().
hasQuery() - Method in class org.eclipse.emf.common.util.URI
Returns true if this is a hierarchical URI with a query component; false otherwise.
hasRelativePath() - Method in class org.eclipse.emf.common.util.URI
Returns true if this is a hierarchical URI with a relative path, or false if it is non-hierarchical, has no path, or has an absolute path.
hasShadow() - Method in class org.eclipse.emf.common.notify.impl.DelegatingNotifyingListImpl
Returns false.
hasShadow() - Method in class org.eclipse.emf.common.notify.impl.NotifyingListImpl
Returns false.
hasTrailingPathSeparator() - Method in class org.eclipse.emf.common.util.URI
Returns true if this is a hierarchical URI that has a path that ends with a trailing separator; false otherwise.
helper - Variable in class org.eclipse.emf.common.EMFPlugin.EclipsePlugin
The EMF plug-in APIs are all delegated to this helper, so that code can be shared by plug-in implementations with a different platform base class (e.g.
HEX_DIGITS - Static variable in class org.eclipse.emf.common.util.URI
 
HEX_HI - Static variable in class org.eclipse.emf.common.util.URI
 
HEX_LO - Static variable in class org.eclipse.emf.common.util.URI
 
HIERARICHICAL_FLAG - Static variable in class org.eclipse.emf.common.util.URI
 
highBitmask(char) - Static method in class org.eclipse.emf.common.util.URI
 
highBitmask(char, char) - Static method in class org.eclipse.emf.common.util.URI
 
highBitmask(String) - Static method in class org.eclipse.emf.common.util.URI
 
host() - Method in class org.eclipse.emf.common.util.URI
If this is a hierarchical URI with an authority component that has a host portion, returns it; null otherwise.

I

IdentityCommand - Class in org.eclipse.emf.common.command
A command that always produces the same result.
IdentityCommand() - Constructor for class org.eclipse.emf.common.command.IdentityCommand
Creates an empty instance.
IdentityCommand(Object) - Constructor for class org.eclipse.emf.common.command.IdentityCommand
Creates an instance with a result collection containing the given result object.
IdentityCommand(Collection<?>) - Constructor for class org.eclipse.emf.common.command.IdentityCommand
Creates an instance with the given result collection.
IdentityCommand(String) - Constructor for class org.eclipse.emf.common.command.IdentityCommand
Creates an instance with the given label.
IdentityCommand(String, Object) - Constructor for class org.eclipse.emf.common.command.IdentityCommand
Creates an instance with the given label and a result collection containing the given result object.
IdentityCommand(String, Collection<?>) - Constructor for class org.eclipse.emf.common.command.IdentityCommand
Creates an instance with the given label the result collection.
IdentityCommand(String, String) - Constructor for class org.eclipse.emf.common.command.IdentityCommand
Creates an instance with the given label and description.
IdentityCommand(String, String, Object) - Constructor for class org.eclipse.emf.common.command.IdentityCommand
Creates an instance with the given label, description, and a result collection containing the given result object.
IdentityCommand(String, String, Collection<?>) - Constructor for class org.eclipse.emf.common.command.IdentityCommand
Creates an instance with the given label, description, result collection.
images - Variable in class org.eclipse.emf.common.util.DelegatingResourceLocator
A cache of the image descriptions.
includeRoot - Variable in class org.eclipse.emf.common.util.AbstractTreeIterator
Whether the first call to next returns the initial root object or begins with the first child of the root object.
indexOf(Object) - Method in class org.eclipse.emf.common.util.ArrayDelegatingEList
Returns the position of the first occurrence of the object in the list.
indexOf(Object) - Method in class org.eclipse.emf.common.util.BasicEList
Returns the position of the first occurrence of the object in the list.
indexOf(int) - Method in class org.eclipse.emf.common.util.BasicEMap
Called to return the entry data index corresponding to the hash code.
indexOf(Object) - Method in class org.eclipse.emf.common.util.BasicEMap
Delegates to BasicEMap.delegateEList.
indexOf(Object) - Method in class org.eclipse.emf.common.util.DelegatingEList
Returns the position of the first occurrence of the object in the list.
indexOf(Object) - Method in class org.eclipse.emf.common.util.ECollections.BasicEmptyUnmodifiableEList
 
indexOf(List<?>, Object, int) - Static method in class org.eclipse.emf.common.util.ECollections
Searches for the first occurrence of the given argument in list starting from a specified index.
indexOf(Object) - Method in class org.eclipse.emf.common.util.ECollections.UnmodifiableEList
 
indexOfKey(Object) - Method in class org.eclipse.emf.common.util.BasicEMap
 
indexOfKey(Object) - Method in class org.eclipse.emf.common.util.ECollections.EmptyUnmodifiableEMap
 
indexOfKey(Object) - Method in class org.eclipse.emf.common.util.ECollections.UnmodifiableEMap
 
indexOfKey(Object) - Method in interface org.eclipse.emf.common.util.EMap
Returns the index in the list of the entry with the given key, or -1, if there is no such entry.
INFO - Static variable in interface org.eclipse.emf.common.util.Diagnostic
The bit mask value 0x1 for a severity indicating there is an informational message.
initializeDelegateEList() - Method in class org.eclipse.emf.common.util.BasicEMap
Initializes the BasicEMap.delegateEList.
INSTANCE - Static variable in class org.eclipse.emf.common.command.IdentityCommand
An empty instance of this object.
INSTANCE - Static variable in class org.eclipse.emf.common.command.UnexecutableCommand
The one instance of this object.
INSTANCE - Static variable in class org.eclipse.emf.common.CommonPlugin
The singleton instance of the plugin.
internalWorked(double) - Method in class org.eclipse.emf.common.util.BasicMonitor.Delegating
 
internalWorked(double) - Method in class org.eclipse.emf.common.util.BasicMonitor.EclipseDelegating
 
internalWorked(double) - Method in class org.eclipse.emf.common.util.BasicMonitor
 
internalWorked(double) - Method in interface org.eclipse.emf.common.util.Monitor
Called by subprogress monitors to do fractional work.
inverseAdd(E, NotificationChain) - Method in class org.eclipse.emf.common.notify.impl.DelegatingNotifyingListImpl
Does nothing and returns the notifications.
inverseAdd(E, NotificationChain) - Method in class org.eclipse.emf.common.notify.impl.NotifyingListImpl
Does nothing and returns the notifications.
inverseRemove(E, NotificationChain) - Method in class org.eclipse.emf.common.notify.impl.DelegatingNotifyingListImpl
Does nothing and returns the notifications.
inverseRemove(E, NotificationChain) - Method in class org.eclipse.emf.common.notify.impl.NotifyingListImpl
Does nothing and returns the notifications.
IS_ECLIPSE_RUNNING - Static variable in class org.eclipse.emf.common.EMFPlugin
 
IS_RESOURCES_BUNDLE_AVAILABLE - Static variable in class org.eclipse.emf.common.EMFPlugin
 
IS_SET_CHANGE_INDEX - Static variable in class org.eclipse.emf.common.notify.impl.NotificationImpl
A position value which indicates that NotificationImpl.isTouch() should return false.
isAdapterForType(Object) - Method in interface org.eclipse.emf.common.notify.Adapter
Returns whether the adapter is of the given type.
isAdapterForType(Object) - Method in class org.eclipse.emf.common.notify.impl.AdapterImpl
Returns false
isAdapterForType(Object) - Method in class org.eclipse.emf.common.notify.impl.SingletonAdapterImpl
Returns false
isArchive() - Method in class org.eclipse.emf.common.util.URI
Returns true if this is an archive URI.
isArchiveScheme(String) - Static method in class org.eclipse.emf.common.util.URI
Returns true if the specified value would be valid as the scheme of an archive URI; false otherwise.
isCanceled() - Method in class org.eclipse.emf.common.util.BasicMonitor.Delegating
 
isCanceled() - Method in class org.eclipse.emf.common.util.BasicMonitor.EclipseDelegating
 
isCanceled - Variable in class org.eclipse.emf.common.util.BasicMonitor
 
isCanceled() - Method in class org.eclipse.emf.common.util.BasicMonitor
 
isCanceled() - Method in interface org.eclipse.emf.common.util.Monitor
Returns whether the activity has been canceled.
isCurrentDocumentReference() - Method in class org.eclipse.emf.common.util.URI
Returns true if this is a current document reference; that is, if it is a relative hierarchical URI with no authority, device or query components, and no path segments; false is returned otherwise.
isEmpty() - Method in class org.eclipse.emf.common.command.CompoundCommand
Returns whether there are commands in the list.
isEmpty() - Method in class org.eclipse.emf.common.util.ArrayDelegatingEList
Returns whether the list has zero size.
isEmpty() - Method in class org.eclipse.emf.common.util.BasicEList
Returns whether the list has zero size.
isEmpty() - Method in class org.eclipse.emf.common.util.BasicEMap.DelegatingMap
 
isEmpty() - Method in class org.eclipse.emf.common.util.BasicEMap
Returns whether the map has zero size.
isEmpty() - Method in class org.eclipse.emf.common.util.DelegatingEList
Returns whether the list has zero size.
isEmpty() - Method in class org.eclipse.emf.common.util.ECollections.BasicEmptyUnmodifiableEList
 
isEmpty() - Method in class org.eclipse.emf.common.util.ECollections.UnmodifiableEList
 
isEmpty() - Method in class org.eclipse.emf.common.util.URI
Returns true if this is a current document reference with no fragment component; false otherwise.
isEscaped(String, int) - Static method in class org.eclipse.emf.common.util.URI
 
isExecutable - Variable in class org.eclipse.emf.common.command.AbstractCommand
Keeps track of whether the command is executable.
isFactoryForType(Object) - Method in interface org.eclipse.emf.common.notify.AdapterFactory
Returns whether this factory supports adapters for the given type.
isFactoryForType(Object) - Method in class org.eclipse.emf.common.notify.impl.AdapterFactoryImpl
Returns false.
isFeatureUnsettable() - Method in class org.eclipse.emf.common.notify.impl.NotificationImpl
 
isFile() - Method in class org.eclipse.emf.common.util.URI
Returns true if this is a hierarchical URI that may refer directly to a locally accessible file.
isHierarchical() - Method in class org.eclipse.emf.common.util.URI
Returns true if this a a hierarchical URI, or false if it is of the generic form.
isMultiStatus() - Method in class org.eclipse.emf.common.util.BasicDiagnostic.StatusWrapper
 
isNotificationRequired() - Method in class org.eclipse.emf.common.notify.impl.DelegatingNotifyingListImpl
Returns false.
isNotificationRequired() - Method in class org.eclipse.emf.common.notify.impl.NotifyingListImpl
Returns false.
isOK() - Method in class org.eclipse.emf.common.util.BasicDiagnostic.StatusWrapper
 
isPessimistic - Variable in class org.eclipse.emf.common.command.StrictCompoundCommand
Whether commands that have been tentatively executed need to be undone.
isPlatform() - Method in class org.eclipse.emf.common.util.URI
Returns true if this is a platform URI, that is, an absolute, hierarchical URI, with "platform" scheme, no authority, and at least two segments; false is returned otherwise.
isPlatformPlugin() - Method in class org.eclipse.emf.common.util.URI
Returns true if this is a platform plug-in URI, that is, a platform URI whose first segment is "plugin"; false is returned otherwise.
isPlatformResource() - Method in class org.eclipse.emf.common.util.URI
Returns true if this is a platform resource URI, that is, a platform URI whose first segment is "resource"; false is returned otherwise.
isPrefix() - Method in class org.eclipse.emf.common.util.URI
Returns true if this is a hierarchical URI that ends in a slash; that is, it has a trailing path separator or is the root absolute path, and has no query and no fragment; false is returned otherwise.
isPrepared - Variable in class org.eclipse.emf.common.command.AbstractCommand
Keeps track of whether prepare needs to be called.
isRelative() - Method in class org.eclipse.emf.common.util.URI
Returns true if this is a relative URI, or false if it is an absolute URI.
isReset() - Method in class org.eclipse.emf.common.notify.impl.NotificationImpl
 
isReset() - Method in interface org.eclipse.emf.common.notify.Notification
Returns true if the notification's feature has been set to its default value.
isReset() - Method in class org.eclipse.emf.common.notify.NotificationWrapper
Delegates to the isReset method of the notification.
isSaveNeeded() - Method in class org.eclipse.emf.common.command.BasicCommandStack
Returns whether the model has changes since BasicCommandStack.saveIsDone() was call the last.
isSet() - Method in class org.eclipse.emf.common.notify.impl.DelegatingNotifyingListImpl
Returns whether the list is considered set, i.e., whether it's not empty.
isSet() - Method in class org.eclipse.emf.common.notify.impl.NotifyingListImpl
Returns whether the list is considered set, i.e., whether it's not empty.
isTouch() - Method in class org.eclipse.emf.common.notify.impl.NotificationImpl
 
isTouch() - Method in interface org.eclipse.emf.common.notify.Notification
Returns true if this notification represents an event that did not change the state of the notifying object.
isTouch() - Method in class org.eclipse.emf.common.notify.NotificationWrapper
Delegates to the isTouch method of the notification.
isUndoable - Variable in class org.eclipse.emf.common.command.StrictCompoundCommand
The result for Command.canUndo().
isUnique() - Method in class org.eclipse.emf.common.util.AbstractEList
Returns whether objects are constrained to appear at most once in the list.
isUnique() - Method in class org.eclipse.emf.common.util.UniqueEList
Returns true because this list requires uniqueness.
iterator() - Method in class org.eclipse.emf.common.util.AbstractEList
Returns an iterator.
iterator() - Method in class org.eclipse.emf.common.util.ArrayDelegatingEList
Returns an iterator.
iterator() - Method in class org.eclipse.emf.common.util.BasicEList.UnmodifiableEList
Returns the basic iterator.
iterator() - Method in class org.eclipse.emf.common.util.BasicEMap
Delegates to BasicEMap.delegateEList.
iterator() - Method in class org.eclipse.emf.common.util.DelegatingEList.UnmodifiableEList
Returns the basic iterator.
iterator() - Method in class org.eclipse.emf.common.util.ECollections.BasicEmptyUnmodifiableEList
 
iterator() - Method in class org.eclipse.emf.common.util.ECollections.UnmodifiableEList
 

K

key - Variable in class org.eclipse.emf.common.util.BasicEMap.EntryImpl
The key.
keySet() - Method in class org.eclipse.emf.common.util.BasicEMap.DelegatingMap
 
keySet() - Method in class org.eclipse.emf.common.util.BasicEMap
 
keySet - Variable in class org.eclipse.emf.common.util.BasicEMap.View
The map key set view.
keySet() - Method in class org.eclipse.emf.common.util.ECollections.EmptyUnmodifiableEMap
 
keySet() - Method in class org.eclipse.emf.common.util.ECollections.UnmodifiableEMap
 
keySet() - Method in interface org.eclipse.emf.common.util.EMap
Returns a set view of the keys of the entries.

L

label - Variable in class org.eclipse.emf.common.command.AbstractCommand
Holds the label of the command as returned by AbstractCommand.getLabel() and set by AbstractCommand.setLabel(java.lang.String).
LAST_COMMAND_ALL - Static variable in class org.eclipse.emf.common.command.CompoundCommand
When CompoundCommand.resultIndex is set to this, CompoundCommand.getResult() and CompoundCommand.getAffectedObjects() are delegated to the last command, if any, in the list.
lastCursor - Variable in class org.eclipse.emf.common.util.AbstractEList.EIterator
The previous position of the iterator.
lastCursor - Variable in class org.eclipse.emf.common.util.BasicEMap.BasicEMapIterator
The last cursor in the entry data.
lastEntryCursor - Variable in class org.eclipse.emf.common.util.BasicEMap.BasicEMapIterator
The cursor in the list of entries.
lastIndexOf(Object) - Method in class org.eclipse.emf.common.util.ArrayDelegatingEList
Returns the position of the last occurrence of the object in the list.
lastIndexOf(Object) - Method in class org.eclipse.emf.common.util.BasicEList
Returns the position of the last occurrence of the object in the list.
lastIndexOf(Object) - Method in class org.eclipse.emf.common.util.BasicEMap
Delegates to BasicEMap.delegateEList.
lastIndexOf(Object) - Method in class org.eclipse.emf.common.util.DelegatingEList
Returns the position of the last occurrence of the object in the list.
lastIndexOf(Object) - Method in class org.eclipse.emf.common.util.ECollections.BasicEmptyUnmodifiableEList
 
lastIndexOf(Object) - Method in class org.eclipse.emf.common.util.ECollections.UnmodifiableEList
 
lastSegment() - Method in class org.eclipse.emf.common.util.URI
Returns the last segment in the segment array, or null.
limit - Variable in class org.eclipse.emf.common.util.URI.URICache
 
list - Variable in class org.eclipse.emf.common.util.ECollections.UnmodifiableEList
 
listeners - Variable in class org.eclipse.emf.common.command.BasicCommandStack
The CommandStackListeners.
listeners - Variable in class org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EAdapterList
 
listIterator() - Method in class org.eclipse.emf.common.util.AbstractEList
Returns a list iterator.
listIterator(int) - Method in class org.eclipse.emf.common.util.AbstractEList
Returns a list iterator advanced to the given index.
listIterator() - Method in class org.eclipse.emf.common.util.ArrayDelegatingEList
Returns a list iterator.
listIterator(int) - Method in class org.eclipse.emf.common.util.ArrayDelegatingEList
Returns a list iterator advanced to the given index.
listIterator() - Method in class org.eclipse.emf.common.util.BasicEList.UnmodifiableEList
Returns the basic list iterator.
listIterator(int) - Method in class org.eclipse.emf.common.util.BasicEList.UnmodifiableEList
Returns the basic list iterator advanced to the index.
listIterator() - Method in class org.eclipse.emf.common.util.BasicEMap
Delegates to BasicEMap.delegateEList.
listIterator(int) - Method in class org.eclipse.emf.common.util.BasicEMap
Delegates to BasicEMap.delegateEList.
listIterator() - Method in class org.eclipse.emf.common.util.DelegatingEList.UnmodifiableEList
Returns the basic list iterator.
listIterator(int) - Method in class org.eclipse.emf.common.util.DelegatingEList.UnmodifiableEList
Returns the basic list iterator advanced to the index.
listIterator - Variable in class org.eclipse.emf.common.util.ECollections.BasicEmptyUnmodifiableEList
 
listIterator() - Method in class org.eclipse.emf.common.util.ECollections.BasicEmptyUnmodifiableEList
 
listIterator(int) - Method in class org.eclipse.emf.common.util.ECollections.BasicEmptyUnmodifiableEList
 
listIterator() - Method in class org.eclipse.emf.common.util.ECollections.UnmodifiableEList
 
listIterator(int) - Method in class org.eclipse.emf.common.util.ECollections.UnmodifiableEList
 
literal - Variable in class org.eclipse.emf.common.util.AbstractEnumerator
The literal value of the enumerator.
loadClass(String, String) - Static method in class org.eclipse.emf.common.CommonPlugin.Implementation
Use the platform to load the named class using the right class loader.
loadClass(String, String) - Static method in class org.eclipse.emf.common.CommonPlugin
Use the platform, if available, to load the named class using the right class loader.
log(Object) - Method in class org.eclipse.emf.common.EMFPlugin.EclipsePlugin
 
log(Object) - Method in class org.eclipse.emf.common.EMFPlugin.InternalHelper
 
log(Object) - Method in class org.eclipse.emf.common.EMFPlugin
 
log(Object) - Method in interface org.eclipse.emf.common.util.Logger
Logs an entry.
Logger - Interface in org.eclipse.emf.common.util
A logger of log entries.
lowBitmask(char) - Static method in class org.eclipse.emf.common.util.URI
 
lowBitmask(char, char) - Static method in class org.eclipse.emf.common.util.URI
 
lowBitmask(String) - Static method in class org.eclipse.emf.common.util.URI
 

M

main(String[]) - Static method in class org.eclipse.emf.common.archive.Handler
Registers this handler and interprets each argument as URL to be opened, read in, and written out to System.out.
main(String[]) - Static method in class org.eclipse.emf.common.EMFPlugin
 
MAJOR_SEPARATOR_HI - Static variable in class org.eclipse.emf.common.util.URI
 
MAJOR_SEPARATOR_LO - Static variable in class org.eclipse.emf.common.util.URI
 
map() - Method in class org.eclipse.emf.common.util.BasicEMap
 
map - Variable in class org.eclipse.emf.common.util.BasicEMap.View
The map view.
map() - Method in class org.eclipse.emf.common.util.ECollections.EmptyUnmodifiableEMap
 
map() - Method in class org.eclipse.emf.common.util.ECollections.UnmodifiableEMap
 
map() - Method in interface org.eclipse.emf.common.util.EMap
Returns a map view.
matches(int) - Method in class org.eclipse.emf.common.util.BasicDiagnostic.StatusWrapper
 
matches(char, long, long) - Static method in class org.eclipse.emf.common.util.URI
 
merge(Notification) - Method in class org.eclipse.emf.common.notify.impl.NotificationImpl
 
merge(Notification) - Method in interface org.eclipse.emf.common.notify.Notification
Returns whether the notification can be and has been merged with this one.
merge(Notification) - Method in class org.eclipse.emf.common.notify.NotificationWrapper
Delegates to the merge method of the notification.
merge(Diagnostic) - Method in class org.eclipse.emf.common.util.BasicDiagnostic
 
merge(Diagnostic) - Method in interface org.eclipse.emf.common.util.DiagnosticChain
If the diagnostic has children, adds those children, otherwise, adds the diagnostic.
MERGE_COMMAND_ALL - Static variable in class org.eclipse.emf.common.command.CompoundCommand
When CompoundCommand.resultIndex is set to this, CompoundCommand.getResult() and CompoundCommand.getAffectedObjects() are set to the result of merging the corresponding collection of each command in the list.
mergePath(URI, boolean) - Method in class org.eclipse.emf.common.util.URI
 
message - Variable in class org.eclipse.emf.common.util.BasicDiagnostic
The message.
MIN_LIMIT - Static variable in class org.eclipse.emf.common.util.URI.URICache
 
modCount - Variable in class org.eclipse.emf.common.util.BasicEMap
The modification indicator used to ensure iterator integrity.
monitor - Variable in class org.eclipse.emf.common.util.BasicMonitor.Delegating
 
Monitor - Interface in org.eclipse.emf.common.util
An task monitor that provides control and feedback.
mostRecentCommand - Variable in class org.eclipse.emf.common.command.BasicCommandStack
The command most recently executed, undone, or redone.
move(int, E) - Method in class org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EAdapterList
 
move(int, int) - Method in class org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EAdapterList
 
move(int, int) - Method in class org.eclipse.emf.common.notify.impl.DelegatingNotifyingListImpl
Moves the object at the source index of the list to the target index of the list and returns the moved object.
move(int, int) - Method in class org.eclipse.emf.common.notify.impl.NotifyingListImpl
Moves the object at the source index of the list to the target index of the list and returns the moved object.
MOVE - Static variable in interface org.eclipse.emf.common.notify.Notification
An event type indicating that a value has been moved within a list-based feature of the notifier.
move(int, E) - Method in class org.eclipse.emf.common.util.AbstractEList
Moves the object to the index of the list.
move(int, int) - Method in class org.eclipse.emf.common.util.AbstractEList
Moves the object at the source index of the list to the target index of the list and returns the moved object.
move(int, int) - Method in class org.eclipse.emf.common.util.ArrayDelegatingEList
Moves the object at the source index of the list to the target index of the list and returns the moved object.
move(int, int) - Method in class org.eclipse.emf.common.util.BasicEList
Moves the object at the source index of the list to the target index of the list and returns the moved object.
move(int, E) - Method in class org.eclipse.emf.common.util.BasicEList.UnmodifiableEList
Throws an exception.
move(int, int) - Method in class org.eclipse.emf.common.util.BasicEList.UnmodifiableEList
Throws an exception.
move(int, Map.Entry<K, V>) - Method in class org.eclipse.emf.common.util.BasicEMap
Delegates to BasicEMap.delegateEList.
move(int, int) - Method in class org.eclipse.emf.common.util.BasicEMap
Delegates to BasicEMap.delegateEList.
move(int, int) - Method in class org.eclipse.emf.common.util.DelegatingEList
Moves the object at the source index of the list to the target index of the list and returns the moved object.
move(int, E) - Method in class org.eclipse.emf.common.util.DelegatingEList.UnmodifiableEList
Throws an exception.
move(int, int) - Method in class org.eclipse.emf.common.util.DelegatingEList.UnmodifiableEList
Throws an exception.
move(int, E) - Method in class org.eclipse.emf.common.util.ECollections.BasicEmptyUnmodifiableEList
 
move(int, int) - Method in class org.eclipse.emf.common.util.ECollections.BasicEmptyUnmodifiableEList
 
move(List<T>, int, T) - Static method in class org.eclipse.emf.common.util.ECollections
Moves the object to the new position, if is in the list.
move(List<T>, int, int) - Static method in class org.eclipse.emf.common.util.ECollections
Moves the object from the old position to the new position.
move(int, E) - Method in class org.eclipse.emf.common.util.ECollections.UnmodifiableEList
 
move(int, int) - Method in class org.eclipse.emf.common.util.ECollections.UnmodifiableEList
 
move(int, E) - Method in interface org.eclipse.emf.common.util.EList
Moves the object to the new position, if is in the list.
move(int, int) - Method in interface org.eclipse.emf.common.util.EList
Moves the object from the old position to the new position.

N

name - Variable in class org.eclipse.emf.common.util.AbstractEnumerator
The name of the enumerator.
newData(int) - Method in class org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EAdapterList
 
newData(int) - Method in class org.eclipse.emf.common.notify.impl.NotificationChainImpl
Returns new data storage of type Notification[].
newData(int) - Method in class org.eclipse.emf.common.util.ArrayDelegatingEList
Returns new allocated data storage.
newData(int) - Method in class org.eclipse.emf.common.util.BasicEList
Returns new allocated data storage.
newEntry(int, K, V) - Method in class org.eclipse.emf.common.util.BasicEMap
Returns a new entry.
newEntryData(int) - Method in class org.eclipse.emf.common.util.BasicEMap
Returns new allocated entry data storage.
newIEEEPrimitiveValue - Variable in class org.eclipse.emf.common.notify.impl.NotificationImpl
The old value for the case of NotificationImpl.PRIMITIVE_TYPE_DOUBLE, and NotificationImpl.PRIMITIVE_TYPE_FLOAT.
newList() - Method in class org.eclipse.emf.common.util.BasicEMap
Returns a new allocated list of entries.
newSimplePrimitiveValue - Variable in class org.eclipse.emf.common.notify.impl.NotificationImpl
The new value for the case of NotificationImpl.PRIMITIVE_TYPE_BOOLEAN, NotificationImpl.PRIMITIVE_TYPE_BYTE, NotificationImpl.PRIMITIVE_TYPE_CHAR, NotificationImpl.PRIMITIVE_TYPE_INT, NotificationImpl.PRIMITIVE_TYPE_LONG, and NotificationImpl.PRIMITIVE_TYPE_SHORT.
newValue - Variable in class org.eclipse.emf.common.notify.impl.NotificationImpl
The new value for the case of NotificationImpl.PRIMITIVE_TYPE_OBJECT.
next - Variable in class org.eclipse.emf.common.notify.impl.NotificationImpl
The internal chain.
next() - Method in class org.eclipse.emf.common.util.AbstractEList.EIterator
Returns the next object and advances the iterator.
next() - Method in class org.eclipse.emf.common.util.AbstractTreeIterator
Returns the next object and advances the iterator.
next() - Method in class org.eclipse.emf.common.util.BasicEMap.BasicEMapIterator
Returns the next object and advances the iterator.
nextIndex() - Method in class org.eclipse.emf.common.util.AbstractEList.EListIterator
Returns the index of the object that would be returned by calling next.
nextPruneIterator - Variable in class org.eclipse.emf.common.util.AbstractTreeIterator
The iterator that would be cut short by a call to AbstractTreeIterator.prune().
nextRemoveIterator - Variable in class org.eclipse.emf.common.util.AbstractTreeIterator
The iterator to which a AbstractTreeIterator.remove() call will delegated.
NO_FEATURE_ID - Static variable in interface org.eclipse.emf.common.notify.Notification
An ID indicating that no feature ID information is applicable.
NO_INDEX - Static variable in interface org.eclipse.emf.common.notify.Notification
An index indicating that no position information is applicable.
NO_SEGMENTS - Static variable in class org.eclipse.emf.common.util.URI
 
Notification - Interface in org.eclipse.emf.common.notify
A description of a feature change that has occurred for some notifier.
notification - Variable in class org.eclipse.emf.common.notify.NotificationWrapper
The notification that is being wrapped.
NotificationChain - Interface in org.eclipse.emf.common.notify
An accumulator of notifications.
NotificationChainImpl - Class in org.eclipse.emf.common.notify.impl
A list that acts as a notification chain.
NotificationChainImpl() - Constructor for class org.eclipse.emf.common.notify.impl.NotificationChainImpl
Creates an empty instance.
NotificationChainImpl(int) - Constructor for class org.eclipse.emf.common.notify.impl.NotificationChainImpl
Creates an empty instance with a given capacity.
NotificationImpl - Class in org.eclipse.emf.common.notify.impl
An extensible notification implementation.
NotificationImpl(int, Object, Object) - Constructor for class org.eclipse.emf.common.notify.impl.NotificationImpl
Creates an instance.
NotificationImpl(int, Object, Object, boolean) - Constructor for class org.eclipse.emf.common.notify.impl.NotificationImpl
Creates an instance.
NotificationImpl(int, Object, Object, int) - Constructor for class org.eclipse.emf.common.notify.impl.NotificationImpl
Creates an instance.
NotificationImpl(int, Object, Object, int, boolean) - Constructor for class org.eclipse.emf.common.notify.impl.NotificationImpl
Creates an instance.
NotificationImpl(int, boolean, boolean, boolean) - Constructor for class org.eclipse.emf.common.notify.impl.NotificationImpl
Creates an instance.
NotificationImpl(int, boolean, boolean) - Constructor for class org.eclipse.emf.common.notify.impl.NotificationImpl
Creates an instance.
NotificationImpl(int, byte, byte, boolean) - Constructor for class org.eclipse.emf.common.notify.impl.NotificationImpl
Creates an instance.
NotificationImpl(int, byte, byte) - Constructor for class org.eclipse.emf.common.notify.impl.NotificationImpl
Creates an instance.
NotificationImpl(int, char, char, boolean) - Constructor for class org.eclipse.emf.common.notify.impl.NotificationImpl
Creates an instance.
NotificationImpl(int, char, char) - Constructor for class org.eclipse.emf.common.notify.impl.NotificationImpl
Creates an instance.
NotificationImpl(int, double, double, boolean) - Constructor for class org.eclipse.emf.common.notify.impl.NotificationImpl
Creates an instance.
NotificationImpl(int, double, double) - Constructor for class org.eclipse.emf.common.notify.impl.NotificationImpl
Creates an instance.
NotificationImpl(int, float, float, boolean) - Constructor for class org.eclipse.emf.common.notify.impl.NotificationImpl
Creates an instance.
NotificationImpl(int, float, float) - Constructor for class org.eclipse.emf.common.notify.impl.NotificationImpl
Creates an instance.
NotificationImpl(int, int, int, boolean) - Constructor for class org.eclipse.emf.common.notify.impl.NotificationImpl
Creates an instance.
NotificationImpl(int, int, int) - Constructor for class org.eclipse.emf.common.notify.impl.NotificationImpl
Creates an instance.
NotificationImpl(int, long, long, boolean) - Constructor for class org.eclipse.emf.common.notify.impl.NotificationImpl
Creates an instance.
NotificationImpl(int, long, long) - Constructor for class org.eclipse.emf.common.notify.impl.NotificationImpl
Creates an instance.
NotificationImpl(int, short, short, boolean) - Constructor for class org.eclipse.emf.common.notify.impl.NotificationImpl
Creates an instance.
NotificationImpl(int, short, short) - Constructor for class org.eclipse.emf.common.notify.impl.NotificationImpl
Creates an instance.
NotificationWrapper - Class in org.eclipse.emf.common.notify
A notification that wraps another notification.
NotificationWrapper(Notification) - Constructor for class org.eclipse.emf.common.notify.NotificationWrapper
Create an instance with the specified notification.
NotificationWrapper(Object, Notification) - Constructor for class org.eclipse.emf.common.notify.NotificationWrapper
Create an instance with the specified notifier and notification.
notifier - Variable in class org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EAdapterList
 
notifier - Variable in class org.eclipse.emf.common.notify.NotificationWrapper
An optional override value for the notification's notifier.
Notifier - Interface in org.eclipse.emf.common.notify
A source of notification delivery.
NotifierImpl - Class in org.eclipse.emf.common.notify.impl
An extensible notifier implementation.
NotifierImpl() - Constructor for class org.eclipse.emf.common.notify.impl.NotifierImpl
Creates a blank new instance.
notifyChanged(Notification) - Method in interface org.eclipse.emf.common.notify.Adapter
Notifies that a change to some feature has occurred.
notifyChanged(Notification) - Method in class org.eclipse.emf.common.notify.impl.AdapterImpl
Does nothing; clients may override so that it does something.
notifyChanged(Notification) - Method in class org.eclipse.emf.common.notify.impl.SingletonAdapterImpl
Does nothing; clients may override so that it does something.
NotifyingList<E> - Interface in org.eclipse.emf.common.notify
A managed list that dispatches feature change notification to a notifier.
NotifyingListImpl<E> - Class in org.eclipse.emf.common.notify.impl
An extensible implementation of a notifying list.
NotifyingListImpl() - Constructor for class org.eclipse.emf.common.notify.impl.NotifyingListImpl
Creates an empty instance.
NotifyingListImpl(int) - Constructor for class org.eclipse.emf.common.notify.impl.NotifyingListImpl
Creates an empty instance with the given capacity.
NotifyingListImpl(Collection<? extends E>) - Constructor for class org.eclipse.emf.common.notify.impl.NotifyingListImpl
Creates an instance that is a copy of the collection.
notifyListeners() - Method in class org.eclipse.emf.common.command.BasicCommandStack
This is called to ensure that CommandStackListener.commandStackChanged(java.util.EventObject) is called for each listener.

O

object - Variable in class org.eclipse.emf.common.util.AbstractTreeIterator
The root object for which the iteration is initiated.
OK - Static variable in interface org.eclipse.emf.common.util.Diagnostic
The bit mask value 0x0 for a severity indicating everything is okay.
OK_INSTANCE - Static variable in interface org.eclipse.emf.common.util.Diagnostic
A diagnostic indicating that everything is okay.
oldIEEEPrimitiveValue - Variable in class org.eclipse.emf.common.notify.impl.NotificationImpl
The old value for the case of NotificationImpl.PRIMITIVE_TYPE_DOUBLE, and NotificationImpl.PRIMITIVE_TYPE_FLOAT.
oldSimplePrimitiveValue - Variable in class org.eclipse.emf.common.notify.impl.NotificationImpl
The old value for the case of NotificationImpl.PRIMITIVE_TYPE_BOOLEAN, NotificationImpl.PRIMITIVE_TYPE_BYTE, NotificationImpl.PRIMITIVE_TYPE_CHAR, NotificationImpl.PRIMITIVE_TYPE_INT, NotificationImpl.PRIMITIVE_TYPE_LONG, and NotificationImpl.PRIMITIVE_TYPE_SHORT.
oldValue - Variable in class org.eclipse.emf.common.notify.impl.NotificationImpl
The old value for the case of NotificationImpl.PRIMITIVE_TYPE_OBJECT.
opaquePart() - Method in class org.eclipse.emf.common.util.URI
If this is a non-hierarchical URI, returns the opaque part component; null otherwise.
openConnection(URL) - Method in class org.eclipse.emf.common.archive.Handler
Returns a new ArchiveURLConnection.
org.eclipse.emf.common - package org.eclipse.emf.common
Provides a collection of subpackages to support the EMF infrastructure.
org.eclipse.emf.common.archive - package org.eclipse.emf.common.archive
Provides support for archive URLs.
org.eclipse.emf.common.command - package org.eclipse.emf.common.command
Provides a framework for implementing and composing commands.
org.eclipse.emf.common.notify - package org.eclipse.emf.common.notify
Provides a notification framework.
org.eclipse.emf.common.notify.impl - package org.eclipse.emf.common.notify.impl
Provides a basic implementation of the notification framework.
org.eclipse.emf.common.util - package org.eclipse.emf.common.util
Provides basic utilities.

P

parseIntoURI(String) - Static method in class org.eclipse.emf.common.util.URI
 
parseURL(URL, String, int, int) - Method in class org.eclipse.emf.common.archive.Handler
Overrides parsing the URL to validate constraints on well formed archive syntax.
path() - Method in class org.eclipse.emf.common.util.URI
If this is a hierarchical URI with a path, returns a string representation of the path; null otherwise.
PATH_CHAR_HI - Static variable in class org.eclipse.emf.common.util.URI
 
PATH_CHAR_LO - Static variable in class org.eclipse.emf.common.util.URI
 
plugin - Static variable in class org.eclipse.emf.common.CommonPlugin
The one instance of this class.
plugin - Variable in class org.eclipse.emf.common.EMFPlugin.InternalHelper
 
port() - Method in class org.eclipse.emf.common.util.URI
If this is a hierarchical URI with an authority component that has a port portion, returns it; null otherwise.
PORT_SEPARATOR - Static variable in class org.eclipse.emf.common.util.URI
 
position - Variable in class org.eclipse.emf.common.notify.impl.NotificationImpl
The position.
prepare() - Method in class org.eclipse.emf.common.command.AbstractCommand
Called at most once in AbstractCommand.canExecute() to give the command an opportunity to ready itself for execution.
prepare() - Method in class org.eclipse.emf.common.command.CommandWrapper
Returns whether the command can execute.
prepare() - Method in class org.eclipse.emf.common.command.CompoundCommand
Returns whether all the commands can execute so that AbstractCommand.isExecutable can be cached.
prepare() - Method in class org.eclipse.emf.common.command.StrictCompoundCommand
Returns false if any command on the list returns false for Command.canExecute(), or if some command before the last one can't be undone and hence we can't test all the commands for executability.
previous() - Method in class org.eclipse.emf.common.util.AbstractEList.EListIterator
Returns the previous object and advances the iterator.
previousIndex() - Method in class org.eclipse.emf.common.util.AbstractEList.EListIterator
Returns the index of the object that would be returned by calling previous.
PRIMITIVE_TYPE_BOOLEAN - Static variable in class org.eclipse.emf.common.notify.impl.NotificationImpl
An indicator that the feature is a boolean.
PRIMITIVE_TYPE_BYTE - Static variable in class org.eclipse.emf.common.notify.impl.NotificationImpl
An indicator that the feature is a byte.
PRIMITIVE_TYPE_CHAR - Static variable in class org.eclipse.emf.common.notify.impl.NotificationImpl
An indicator that the feature is a char.
PRIMITIVE_TYPE_DOUBLE - Static variable in class org.eclipse.emf.common.notify.impl.NotificationImpl
An indicator that the feature is a double.
PRIMITIVE_TYPE_FLOAT - Static variable in class org.eclipse.emf.common.notify.impl.NotificationImpl
An indicator that the feature is a float.
PRIMITIVE_TYPE_INT - Static variable in class org.eclipse.emf.common.notify.impl.NotificationImpl
An indicator that the feature is a int.
PRIMITIVE_TYPE_LONG - Static variable in class org.eclipse.emf.common.notify.impl.NotificationImpl
An indicator that the feature is a long.
PRIMITIVE_TYPE_OBJECT - Static variable in class org.eclipse.emf.common.notify.impl.NotificationImpl
An indicator that the feature is not a primitive type.
PRIMITIVE_TYPE_SHORT - Static variable in class org.eclipse.emf.common.notify.impl.NotificationImpl
An indicator that the feature is a short.
primitiveGet(int) - Method in class org.eclipse.emf.common.util.AbstractEList
Returns the object at the index without resolving it and without range checking the index.
primitiveGet(int) - Method in class org.eclipse.emf.common.util.ArrayDelegatingEList
 
primitiveGet(int) - Method in class org.eclipse.emf.common.util.BasicEList
Returns the object at the index without resolving it and without range checking the index.
primitiveGet(int) - Method in class org.eclipse.emf.common.util.DelegatingEList
 
primitiveType - Variable in class org.eclipse.emf.common.notify.impl.NotificationImpl
The type of the feature.
printStream - Variable in class org.eclipse.emf.common.util.BasicMonitor.Printing
 
progressMonitor - Variable in class org.eclipse.emf.common.util.BasicMonitor.EclipseDelegating
 
progressMonitorWithBlocking - Variable in class org.eclipse.emf.common.util.BasicMonitor.EclipseDelegating
 
prune() - Method in class org.eclipse.emf.common.util.AbstractTreeIterator
Prunes the iterator so that it skips over all the nodes below the most recent result of calling next().
prune() - Method in interface org.eclipse.emf.common.util.TreeIterator
Prunes the iterator so that it skips over all the nodes below the most recent result of calling next().
put(K, V) - Method in class org.eclipse.emf.common.util.BasicEMap.DelegatingMap
 
put(K, V) - Method in class org.eclipse.emf.common.util.BasicEMap
 
put(Object, Object) - Method in class org.eclipse.emf.common.util.ECollections.EmptyUnmodifiableEMap
 
put(K, V) - Method in class org.eclipse.emf.common.util.ECollections.UnmodifiableEMap
 
put(K, V) - Method in interface org.eclipse.emf.common.util.EMap
Associates the key with the value and returns the value previously associated with the key, or null.
put(String, URI) - Method in class org.eclipse.emf.common.util.URI.URICache
 
putAll(Map<? extends K, ? extends V>) - Method in class org.eclipse.emf.common.util.BasicEMap.DelegatingMap
 
putAll(Map<? extends K, ? extends V>) - Method in class org.eclipse.emf.common.util.BasicEMap
 
putAll(EMap<? extends K, ? extends V>) - Method in class org.eclipse.emf.common.util.BasicEMap
 
putAll(EMap<? extends Object, ? extends Object>) - Method in class org.eclipse.emf.common.util.ECollections.EmptyUnmodifiableEMap
 
putAll(Map<? extends Object, ? extends Object>) - Method in class org.eclipse.emf.common.util.ECollections.EmptyUnmodifiableEMap
 
putAll(EMap<? extends K, ? extends V>) - Method in class org.eclipse.emf.common.util.ECollections.UnmodifiableEMap
 
putAll(Map<? extends K, ? extends V>) - Method in class org.eclipse.emf.common.util.ECollections.UnmodifiableEMap
 
putAll(Map<? extends K, ? extends V>) - Method in interface org.eclipse.emf.common.util.EMap
Puts each Map.Entry of the given map into this one.
putAll(EMap<? extends K, ? extends V>) - Method in interface org.eclipse.emf.common.util.EMap
Puts each Map.Entry of the given map into this one.
putEntry(BasicEMap.Entry<K, V>, V) - Method in class org.eclipse.emf.common.util.BasicEMap
Sets the value of the entry, and returns the former value.

Q

query - Variable in class org.eclipse.emf.common.util.URI
 
query() - Method in class org.eclipse.emf.common.util.URI
If this is a hierarchical URI with a query component, returns it; null otherwise.
QUERY_SEPARATOR - Static variable in class org.eclipse.emf.common.util.URI
 

R

readExternal(ObjectInput) - Method in class org.eclipse.emf.common.util.AbstractEnumerator.AbstractEnumeratorExternalizeable
 
readObject(ObjectInputStream) - Method in class org.eclipse.emf.common.util.ArrayDelegatingEList
 
readObject(ObjectInputStream) - Method in class org.eclipse.emf.common.util.BasicEList
 
readObject(ObjectInputStream) - Method in class org.eclipse.emf.common.util.BasicEMap
 
readResolve() - Method in class org.eclipse.emf.common.util.AbstractEnumerator.AbstractEnumeratorExternalizeable
 
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.
register() - Static method in class org.eclipse.emf.common.archive.Handler
Registers this class.
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(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
Delegates to BasicEMap.delegateEList.
remove(int) - Method in class org.eclipse.emf.common.util.BasicEMap
Delegates to BasicEMap.delegateEList.
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.ECollections.BasicEmptyUnmodifiableEList
 
remove(int) - Method in class org.eclipse.emf.common.util.ECollections.BasicEmptyUnmodifiableEList
 
remove(Object) - Method in class org.eclipse.emf.common.util.ECollections.UnmodifiableEList
 
remove(int) - Method in class org.eclipse.emf.common.util.ECollections.UnmodifiableEList
 
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
Delegates to BasicEMap.delegateEList.
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.ECollections.BasicEmptyUnmodifiableEList
 
removeAll(Collection<?>) - Method in class org.eclipse.emf.common.util.ECollections.UnmodifiableEList
 
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.
removeKey(Object) - Method in class org.eclipse.emf.common.util.BasicEMap
 
removeKey(Object) - Method in class org.eclipse.emf.common.util.ECollections.EmptyUnmodifiableEMap
 
removeKey(Object) - Method in class org.eclipse.emf.common.util.ECollections.UnmodifiableEMap
 
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
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
 
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) - 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
Delegates to BasicEMap.delegateEList.
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.ECollections.BasicEmptyUnmodifiableEList
 
retainAll(Collection<?>) - Method in class org.eclipse.emf.common.util.ECollections.UnmodifiableEList
 
reverse(EList<?>) - Static method in class org.eclipse.emf.common.util.ECollections
Reverses the order of the elements in the specified EList.
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.

S

safe - Variable in class org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EAdapterList
 
saveIndex - Variable in class org.eclipse.emf.common.command.BasicCommandStack
The value of BasicCommandStack.top when BasicCommandStack.saveIsDone() is called.
saveIsDone() - Method in class org.eclipse.emf.common.command.BasicCommandStack
Called after a save has been successfully performed.
scan() - Method in class org.eclipse.emf.common.util.BasicEMap.BasicEMapIterator
Scans to the new entry.
scheme - Variable in class org.eclipse.emf.common.util.URI
 
scheme() - Method in class org.eclipse.emf.common.util.URI
If this is an absolute URI, returns the scheme component; null otherwise.
SCHEME_ARCHIVE - Static variable in class org.eclipse.emf.common.util.URI
 
SCHEME_FILE - Static variable in class org.eclipse.emf.common.util.URI
 
SCHEME_JAR - Static variable in class org.eclipse.emf.common.util.URI
 
SCHEME_PLATFORM - Static variable in class org.eclipse.emf.common.util.URI
 
SCHEME_SEPARATOR - Static variable in class org.eclipse.emf.common.util.URI
 
SCHEME_ZIP - Static variable in class org.eclipse.emf.common.util.URI
 
segment(int) - Method in class org.eclipse.emf.common.util.URI
Provides fast, indexed access to individual segments in the path segment array.
SEGMENT_CHAR_HI - Static variable in class org.eclipse.emf.common.util.URI
 
SEGMENT_CHAR_LO - Static variable in class org.eclipse.emf.common.util.URI
 
SEGMENT_EMPTY - Static variable in class org.eclipse.emf.common.util.URI
 
SEGMENT_END_HI - Static variable in class org.eclipse.emf.common.util.URI
 
SEGMENT_END_LO - Static variable in class org.eclipse.emf.common.util.URI
 
SEGMENT_PARENT - Static variable in class org.eclipse.emf.common.util.URI
 
SEGMENT_SELF - Static variable in class org.eclipse.emf.common.util.URI
 
SEGMENT_SEPARATOR - Static variable in class org.eclipse.emf.common.util.URI
 
segmentCount() - Method in class org.eclipse.emf.common.util.URI
Returns the number of elements in the segment array that would be returned by segments.
segments - Variable in class org.eclipse.emf.common.util.URI
 
segments() - Method in class org.eclipse.emf.common.util.URI
If this is a hierarchical URI with a path, returns an array containing the segments of the path; an empty array otherwise.
segmentsEqual(URI) - Method in class org.eclipse.emf.common.util.URI
 
segmentsList() - Method in class org.eclipse.emf.common.util.URI
Returns an unmodifiable list containing the same segments as the array returned by segments.
segmentsRemain(String, int) - Static method in class org.eclipse.emf.common.util.URI
 
serialVersionUID - Static variable in exception org.eclipse.emf.common.command.AbortExecutionException
 
serialVersionUID - Static variable in class org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EAdapterList
 
serialVersionUID - Static variable in class org.eclipse.emf.common.notify.impl.DelegatingNotifyingListImpl
 
serialVersionUID - Static variable in class org.eclipse.emf.common.notify.impl.NotificationChainImpl
 
serialVersionUID - Static variable in class org.eclipse.emf.common.notify.impl.NotifyingListImpl
 
serialVersionUID - Static variable in exception org.eclipse.emf.common.util.AbstractEList.BasicIndexOutOfBoundsException
 
serialVersionUID - Static variable in class org.eclipse.emf.common.util.AbstractTreeIterator
 
serialVersionUID - Static variable in class org.eclipse.emf.common.util.ArrayDelegatingEList
 
serialVersionUID - Static variable in exception org.eclipse.emf.common.util.BasicEList.BasicIndexOutOfBoundsException
 
serialVersionUID - Static variable in class org.eclipse.emf.common.util.BasicEList.FastCompare
 
serialVersionUID - Static variable in class org.eclipse.emf.common.util.BasicEList
 
serialVersionUID - Static variable in class org.eclipse.emf.common.util.BasicEList.UnmodifiableEList
 
serialVersionUID - Static variable in class org.eclipse.emf.common.util.BasicEMap
 
serialVersionUID - Static variable in class org.eclipse.emf.common.util.DelegatingEList
 
serialVersionUID - Static variable in class org.eclipse.emf.common.util.DelegatingEList.UnmodifiableEList
 
serialVersionUID - Static variable in exception org.eclipse.emf.common.util.DiagnosticException
 
serialVersionUID - Static variable in class org.eclipse.emf.common.util.UniqueEList.FastCompare
 
serialVersionUID - Static variable in class org.eclipse.emf.common.util.UniqueEList
 
serialVersionUID - Static variable in class org.eclipse.emf.common.util.URI.URICache
 
serialVersionUID - Static variable in exception org.eclipse.emf.common.util.WrappedException
 
set(int, E) - Method in class org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EAdapterList
 
SET - Static variable in interface org.eclipse.emf.common.notify.Notification
An event type indicating that a feature of the notifier has been set.
set(E1) - Method in class org.eclipse.emf.common.util.AbstractEList.EListIterator
Sets the object at the index of the last call to next or previous.
set(E1) - Method in class org.eclipse.emf.common.util.AbstractEList.NonResolvingEListIterator
Throws an exception.
set(int, E) - Method in class org.eclipse.emf.common.util.AbstractEList
Sets the object at the index and returns the old object at the index.
set(int, E) - Method in class org.eclipse.emf.common.util.BasicEList.UnmodifiableEList
Throws an exception.
set(int, Map.Entry<K, V>) - Method in class org.eclipse.emf.common.util.BasicEMap
Delegates to BasicEMap.delegateEList.
set(int, E) - Method in class org.eclipse.emf.common.util.DelegatingEList.UnmodifiableEList
Throws an exception.
set(int, E) - Method in class org.eclipse.emf.common.util.ECollections.BasicEmptyUnmodifiableEList
 
set(int, E) - Method in class org.eclipse.emf.common.util.ECollections.UnmodifiableEList
 
setBlocked(IStatus) - Method in class org.eclipse.emf.common.util.BasicMonitor.Delegating.Eclipse
 
setBlocked(Diagnostic) - Method in class org.eclipse.emf.common.util.BasicMonitor.Delegating
 
setBlocked(Diagnostic) - Method in class org.eclipse.emf.common.util.BasicMonitor.EclipseDelegating
 
setBlocked(Diagnostic) - Method in class org.eclipse.emf.common.util.BasicMonitor.EclipseSubProgress
 
setBlocked(Diagnostic) - Method in class org.eclipse.emf.common.util.BasicMonitor.Printing
 
setBlocked(Diagnostic) - Method in class org.eclipse.emf.common.util.BasicMonitor
 
setBlocked(Diagnostic) - Method in interface org.eclipse.emf.common.util.Monitor
Sets the reason for the activity being blocked.
setCanceled(boolean) - Method in class org.eclipse.emf.common.util.BasicMonitor.Delegating
 
setCanceled(boolean) - Method in class org.eclipse.emf.common.util.BasicMonitor.EclipseDelegating
 
setCanceled(boolean) - Method in class org.eclipse.emf.common.util.BasicMonitor
 
setCanceled(boolean) - Method in interface org.eclipse.emf.common.util.Monitor
Sets whether the active should be canceled.
setCode(int) - Method in class org.eclipse.emf.common.util.BasicDiagnostic
 
setData(Object[]) - Method in class org.eclipse.emf.common.util.ArrayDelegatingEList
Updates directly and unsafely the underlying data storage.
setData(int, Object[]) - Method in class org.eclipse.emf.common.util.BasicEList
Updates directly and unsafely the underlying data storage.
setDescription(String) - Method in class org.eclipse.emf.common.command.AbstractCommand
Sets the description after construction.
setEList(EList<T>, List<? extends T>) - Static method in class org.eclipse.emf.common.util.ECollections
Sets the eList's contents and order to be exactly that of the prototype list.
setHash(int) - Method in interface org.eclipse.emf.common.util.BasicEMap.Entry
Sets the hash code of the key.
setHash(int) - Method in class org.eclipse.emf.common.util.BasicEMap.EntryImpl
 
setKey(K) - Method in interface org.eclipse.emf.common.util.BasicEMap.Entry
Sets the key.
setKey(K) - Method in class org.eclipse.emf.common.util.BasicEMap.EntryImpl
 
setLabel(String) - Method in class org.eclipse.emf.common.command.AbstractCommand
Sets the label after construction.
setSeverity(int) - Method in class org.eclipse.emf.common.util.BasicDiagnostic
 
setShouldTranslate(boolean) - Method in class org.eclipse.emf.common.util.DelegatingResourceLocator
Sets whether strings should be translated by default.
setSource(String) - Method in class org.eclipse.emf.common.util.BasicDiagnostic
 
setTarget(Notifier) - Method in interface org.eclipse.emf.common.notify.Adapter
Sets the target from which the adapter will receive notification.
setTarget(Notifier) - Method in class org.eclipse.emf.common.notify.impl.AdapterImpl
 
setTarget(Notifier) - Method in class org.eclipse.emf.common.notify.impl.SingletonAdapterImpl
 
setTaskName(String) - Method in class org.eclipse.emf.common.util.BasicMonitor.Delegating
 
setTaskName(String) - Method in class org.eclipse.emf.common.util.BasicMonitor.EclipseDelegating
 
setTaskName(String) - Method in class org.eclipse.emf.common.util.BasicMonitor.Printing
 
setTaskName(String) - Method in class org.eclipse.emf.common.util.BasicMonitor
 
setTaskName(String) - Method in interface org.eclipse.emf.common.util.Monitor
Update the task name.
setTimeStamp(long) - Method in class org.eclipse.emf.common.archive.ArchiveURLConnection
 
setUnique(int, E) - Method in class org.eclipse.emf.common.notify.impl.DelegatingNotifyingListImpl
Sets the object at the index and returns the old object at the index; it does no ranging checking or uniqueness checking.
setUnique(int, E) - Method in class org.eclipse.emf.common.notify.impl.NotifyingListImpl
Sets the object at the index and returns the old object at the index; it does no ranging checking or uniqueness checking.
setUnique(int, E) - Method in class org.eclipse.emf.common.util.AbstractEList
Sets the object at the index and returns the old object at the index; it does no ranging checking or uniqueness checking.
setUnique(int, E) - Method in class org.eclipse.emf.common.util.ArrayDelegatingEList
Sets the object at the index and returns the old object at the index; it does no ranging checking or uniqueness checking.
setUnique(int, E) - Method in class org.eclipse.emf.common.util.BasicEList
Sets the object at the index and returns the old object at the index; it does no ranging checking or uniqueness checking.
setUnique(int, E) - Method in class org.eclipse.emf.common.util.DelegatingEList
Sets the object at the index and returns the old object at the index; it does no ranging checking or uniqueness checking.
setValue(V) - Method in class org.eclipse.emf.common.util.BasicEMap.EntryImpl
 
severity - Variable in class org.eclipse.emf.common.util.BasicDiagnostic
The severity.
shadowAdd(E, NotificationChain) - Method in class org.eclipse.emf.common.notify.impl.DelegatingNotifyingListImpl
Does nothing and returns the notifications.
shadowAdd(E, NotificationChain) - Method in class org.eclipse.emf.common.notify.impl.NotifyingListImpl
Does nothing and returns the notifications.
shadowRemove(E, NotificationChain) - Method in class org.eclipse.emf.common.notify.impl.DelegatingNotifyingListImpl
Does nothing and returns the notifications.
shadowRemove(E, NotificationChain) - Method in class org.eclipse.emf.common.notify.impl.NotifyingListImpl
Does nothing and returns the notifications.
shadowSet(E, E, NotificationChain) - Method in class org.eclipse.emf.common.notify.impl.DelegatingNotifyingListImpl
Does nothing and returns the notifications.
shadowSet(E, E, NotificationChain) - Method in class org.eclipse.emf.common.notify.impl.NotifyingListImpl
Does nothing and returns the notifications.
shouldTranslate - Variable in class org.eclipse.emf.common.util.DelegatingResourceLocator
Whether to translate strings by default.
shouldTranslate() - Method in class org.eclipse.emf.common.util.DelegatingResourceLocator
Indicates whether strings should be translated by default.
shrink() - Method in class org.eclipse.emf.common.util.BasicEList
Shrinks the capacity of the list to the minimal requirements.
shrink() - Method in class org.eclipse.emf.common.util.BasicEList.UnmodifiableEList
Throws an exception.
SIGNATURE - Static variable in class org.eclipse.emf.common.util.AbstractEnumerator.AbstractEnumeratorExternalizeable
 
SingletonAdapterImpl - Class in org.eclipse.emf.common.notify.impl
An alternate, extensible adapter implementation that is well suited to adapt for a number of objects (typically all objects of a given type).
SingletonAdapterImpl() - Constructor for class org.eclipse.emf.common.notify.impl.SingletonAdapterImpl
Creates an instance.
size() - Method in class org.eclipse.emf.common.util.ArrayDelegatingEList
Returns the number of objects in the list.
size - Variable in class org.eclipse.emf.common.util.BasicEList
The size of the list.
size() - Method in class org.eclipse.emf.common.util.BasicEList
Returns the number of objects in the list.
size() - Method in class org.eclipse.emf.common.util.BasicEMap.DelegatingMap
 
size - Variable in class org.eclipse.emf.common.util.BasicEMap
The size of the map.
size() - Method in class org.eclipse.emf.common.util.BasicEMap
Returns the number of entries in the map.
size() - Method in class org.eclipse.emf.common.util.DelegatingEList
Returns the number of objects in the list.
size() - Method in class org.eclipse.emf.common.util.ECollections.BasicEmptyUnmodifiableEList
 
size() - Method in class org.eclipse.emf.common.util.ECollections.UnmodifiableEList
 
sort(EList<?>) - Static method in class org.eclipse.emf.common.util.ECollections
Sorts the specified list.
sort(EList<T>, Comparator<? super T>) - Static method in class org.eclipse.emf.common.util.ECollections
Sorts the specified list based on the order defined by the specified comparator.
source - Variable in class org.eclipse.emf.common.util.BasicDiagnostic
The source.
status - Variable in class org.eclipse.emf.common.util.BasicDiagnostic.DiagnosticWrapper
 
StrictCompoundCommand - Class in org.eclipse.emf.common.command
A composite command which assumes that later commands in the list may depend on the results and side-effects of earlier commands in the list.
StrictCompoundCommand() - Constructor for class org.eclipse.emf.common.command.StrictCompoundCommand
Creates an empty instance.
StrictCompoundCommand(String) - Constructor for class org.eclipse.emf.common.command.StrictCompoundCommand
Creates an instance with the given label.
StrictCompoundCommand(String, String) - Constructor for class org.eclipse.emf.common.command.StrictCompoundCommand
Creates an instance with the given label and description.
StrictCompoundCommand(List<Command>) - Constructor for class org.eclipse.emf.common.command.StrictCompoundCommand
Creates an instance with the given command list.
StrictCompoundCommand(String, List<Command>) - Constructor for class org.eclipse.emf.common.command.StrictCompoundCommand
Creates an instance with the given label and command list.
StrictCompoundCommand(String, String, List<Command>) - Constructor for class org.eclipse.emf.common.command.StrictCompoundCommand
Creates an instance with the given label, description, and command list.
strings - Variable in class org.eclipse.emf.common.util.DelegatingResourceLocator
A cache of the translated strings.
subList(int, int) - Method in class org.eclipse.emf.common.util.BasicEMap
Delegates to BasicEMap.delegateEList.
subList(int, int) - Method in class org.eclipse.emf.common.util.ECollections.BasicEmptyUnmodifiableEList
 
subList(int, int) - Method in class org.eclipse.emf.common.util.ECollections.UnmodifiableEList
 
subTask(String) - Method in class org.eclipse.emf.common.util.BasicMonitor.Delegating
 
subTask(String) - Method in class org.eclipse.emf.common.util.BasicMonitor.EclipseDelegating
 
subTask(String) - Method in class org.eclipse.emf.common.util.BasicMonitor.Printing
 
subTask(String) - Method in class org.eclipse.emf.common.util.BasicMonitor
 
subTask(String) - Method in interface org.eclipse.emf.common.util.Monitor
Sets the current subtask of the overall task.

T

target - Variable in class org.eclipse.emf.common.notify.impl.AdapterImpl
The last notifier set to this adapter.
targets - Variable in class org.eclipse.emf.common.notify.impl.SingletonAdapterImpl
The list of all the targets to which this adapter is set.
throwable - Variable in class org.eclipse.emf.common.util.BasicDiagnostic.StatusWrapper
 
toArray() - Method in class org.eclipse.emf.common.util.ArrayDelegatingEList
Returns an array containing all the objects in sequence.
toArray(T[]) - Method in class org.eclipse.emf.common.util.ArrayDelegatingEList
Returns an array containing all the objects in sequence.
toArray() - Method in class org.eclipse.emf.common.util.BasicEList
Returns an array containing all the objects in sequence.
toArray(T[]) - Method in class org.eclipse.emf.common.util.BasicEList
Returns an array containing all the objects in sequence.
toArray() - Method in class org.eclipse.emf.common.util.BasicEMap
Delegates to BasicEMap.delegateEList.
toArray(T[]) - Method in class org.eclipse.emf.common.util.BasicEMap
Delegates to BasicEMap.delegateEList.
toArray() - Method in class org.eclipse.emf.common.util.DelegatingEList
Returns an array containing all the objects in sequence.
toArray(T[]) - Method in class org.eclipse.emf.common.util.DelegatingEList
Returns an array containing all the objects in sequence.
toArray() - Method in class org.eclipse.emf.common.util.ECollections.BasicEmptyUnmodifiableEList
 
toArray(T[]) - Method in class org.eclipse.emf.common.util.ECollections.BasicEmptyUnmodifiableEList
 
toArray() - Method in class org.eclipse.emf.common.util.ECollections.UnmodifiableEList
 
toArray(T[]) - Method in class org.eclipse.emf.common.util.ECollections.UnmodifiableEList
 
toCoreException(DiagnosticException) - Static method in exception org.eclipse.emf.common.util.DiagnosticException
 
toDiagnostic(Throwable) - Static method in class org.eclipse.emf.common.util.BasicDiagnostic.EclipseHelper
 
toDiagnostic(IStatus) - Static method in class org.eclipse.emf.common.util.BasicDiagnostic
 
toDiagnostic(Throwable) - Static method in class org.eclipse.emf.common.util.BasicDiagnostic
Returns the throwable viewed as a Diagnostic.
toFileString() - Method in class org.eclipse.emf.common.util.URI
If this URI may refer directly to a locally accessible file, as determined by isFile, decodes and formats the URI as a pathname to that file; returns null otherwise.
toIProgressMonitor(Monitor) - Static method in class org.eclipse.emf.common.util.BasicMonitor
Creates a delegating wrapper that allows the monitor to be used in a context requiring an instance implementing the Eclipse API.
toIProgressMonitorWithBlocking(Monitor) - Static method in class org.eclipse.emf.common.util.BasicMonitor
Creates a delegating wrapper that allows the monitor to be used in a context requiring an instance implementing the Eclipse API.
toIStatus(Diagnostic) - Static method in class org.eclipse.emf.common.util.BasicDiagnostic
Returns the diagnostic viewed as an IStatus.
toIStatus(DiagnosticException) - Static method in class org.eclipse.emf.common.util.BasicDiagnostic
Returns the diagnostic exception viewed as an IStatus.
toMonitor(IProgressMonitorWithBlocking) - Static method in class org.eclipse.emf.common.util.BasicMonitor
Creates a delegating wrapper that allows the Eclipse progress monitor to be used in a context requiring an instance implementing the monitor API.
toMonitor(IProgressMonitor) - Static method in class org.eclipse.emf.common.util.BasicMonitor
Creates a delegating wrapper that allows the Eclipse progress monitor to be used in a context requiring an instance implementing the monitor API.
top - Variable in class org.eclipse.emf.common.command.BasicCommandStack
The current position within the list from which the next execute, undo, or redo, will be performed.
toPlatformString(boolean) - Method in class org.eclipse.emf.common.util.URI
If this is a platform URI, as determined by URI.isPlatform(), returns the workspace-relative or plug-in-based path to the resource, optionally decoding the segments in the process.
toString() - Method in class org.eclipse.emf.common.command.AbstractCommand
Returns an abbreviated name using this object's own class' name, without package qualification, followed by a space separated list of field:value pairs.
toString() - Method in class org.eclipse.emf.common.command.CommandWrapper
 
toString() - Method in class org.eclipse.emf.common.command.CompoundCommand
 
toString() - Method in class org.eclipse.emf.common.command.StrictCompoundCommand
 
toString() - Method in class org.eclipse.emf.common.notify.impl.NotificationImpl
 
toString() - Method in class org.eclipse.emf.common.util.AbstractEList
Returns a string of the form "[object1, object2]".
toString() - Method in class org.eclipse.emf.common.util.AbstractEnumerator
Returns the literal value of the enumerator, which is its string representation.
toString() - Method in class org.eclipse.emf.common.util.BasicDiagnostic.StatusWrapper
 
toString() - Method in class org.eclipse.emf.common.util.BasicDiagnostic
 
toString() - Method in class org.eclipse.emf.common.util.BasicEMap.EntryImpl
 
toString() - Method in class org.eclipse.emf.common.util.BasicEMap
Delegates to BasicEMap.delegateEList.
toString() - Method in class org.eclipse.emf.common.util.DelegatingEList
Returns a string of the form "[object1, object2]".
toString() - Method in class org.eclipse.emf.common.util.ECollections.BasicEmptyUnmodifiableEList
 
toString() - Method in class org.eclipse.emf.common.util.ECollections.UnmodifiableEList
 
toString() - Method in class org.eclipse.emf.common.util.URI
Returns the string representation of this URI.
toString(boolean) - Method in class org.eclipse.emf.common.util.URI
 
TreeIterator<E> - Interface in org.eclipse.emf.common.util
A mechanism for iterating over all the nodes of a tree; it provides the capability to prune the iteration so that all descendants of a particular node are skipped.
trimFileExtension() - Method in class org.eclipse.emf.common.util.URI
If this URI has a non-null fileExtension, returns the URI formed by removing it; this URI unchanged, otherwise.
trimFragment() - Method in class org.eclipse.emf.common.util.URI
If this URI has a non-null fragment, returns the URI formed by removing it; this URI unchanged, otherwise.
trimQuery() - Method in class org.eclipse.emf.common.util.URI
If this URI has a non-null query, returns the URI formed by removing it; this URI unchanged, otherwise.
trimSegments(int) - Method in class org.eclipse.emf.common.util.URI
Returns the URI formed by trimming the specified number of segments (including empty segments, such as one representing a trailing separator) from the end of the path of this URI, if hierarchical; otherwise, this URI is returned unchanged.

U

underlyingList - Variable in class org.eclipse.emf.common.util.DelegatingEList.UnmodifiableEList
 
undo() - Method in class org.eclipse.emf.common.command.AbstractCommand
Throws a runtime exception.
undo() - Method in class org.eclipse.emf.common.command.BasicCommandStack
 
undo() - Method in interface org.eclipse.emf.common.command.Command
Performs the command activity required to undo the effects of a preceding execute (or redo).
undo() - Method in interface org.eclipse.emf.common.command.CommandStack
Moves the top of the stack down, undoing what was formerly the top command.
undo() - Method in class org.eclipse.emf.common.command.CommandWrapper
Delegates to the undo method of the command.
undo() - Method in class org.eclipse.emf.common.command.CompoundCommand
Calls Command.undo() for each command in the list, in reverse order.
undo() - Method in class org.eclipse.emf.common.command.IdentityCommand
Do nothing.
undo() - Method in class org.eclipse.emf.common.command.StrictCompoundCommand
Calls Command.undo() for each command in the list.
unescape(char, char) - Static method in class org.eclipse.emf.common.util.URI
 
UnexecutableCommand - Class in org.eclipse.emf.common.command
A singleton UnexecutableCommand.INSTANCE that cannot execute.
UnexecutableCommand() - Constructor for class org.eclipse.emf.common.command.UnexecutableCommand
Only one private instance is created.
UniqueEList<E> - Class in org.eclipse.emf.common.util
A BasicEList that allows only unique elements.
UniqueEList() - Constructor for class org.eclipse.emf.common.util.UniqueEList
Creates an empty instance with no initial capacity.
UniqueEList(int) - Constructor for class org.eclipse.emf.common.util.UniqueEList
Creates an empty instance with the given capacity.
UniqueEList(Collection<? extends E>) - Constructor for class org.eclipse.emf.common.util.UniqueEList
Creates an instance that is a copy of the collection, with duplicates removed.
UniqueEList.FastCompare<E> - Class in org.eclipse.emf.common.util
A UniqueEList that uses == instead of equals to compare members.
UniqueEList.FastCompare() - Constructor for class org.eclipse.emf.common.util.UniqueEList.FastCompare
Creates an empty instance with no initial capacity.
UniqueEList.FastCompare(int) - Constructor for class org.eclipse.emf.common.util.UniqueEList.FastCompare
Creates an empty instance with the given capacity.
UniqueEList.FastCompare(Collection<? extends E>) - Constructor for class org.eclipse.emf.common.util.UniqueEList.FastCompare
Creates an instance that is a copy of the collection, with duplicates removed.
UNKNOWN - Static variable in interface org.eclipse.emf.common.util.Monitor
Represents an unknown amount or work.
unmodifiableEList(EList<? extends T>) - Static method in class org.eclipse.emf.common.util.ECollections
Returns an unmodifiable view of the list.
unmodifiableEMap(EMap<? extends K, ? extends V>) - Static method in class org.eclipse.emf.common.util.ECollections
Returns an unmodifiable view of the map.
unmodifiableWrappedChildren - Variable in class org.eclipse.emf.common.util.BasicDiagnostic.DiagnosticWrapper
 
UNRESERVED_HI - Static variable in class org.eclipse.emf.common.util.URI
 
UNRESERVED_LO - Static variable in class org.eclipse.emf.common.util.URI
 
UNSET - Static variable in interface org.eclipse.emf.common.notify.Notification
An event type indicating that a feature of the notifier has been unset.
unsetTarget(Notifier) - Method in interface org.eclipse.emf.common.notify.Adapter.Internal
Unsets the target from which the adapter will receive notification.
unsetTarget(Notifier) - Method in class org.eclipse.emf.common.notify.impl.AdapterImpl
 
unsetTarget(Notifier) - Method in class org.eclipse.emf.common.notify.impl.SingletonAdapterImpl
 
untranslatedResourceBundle - Variable in class org.eclipse.emf.common.EMFPlugin.InternalHelper
 
untranslatedResourceBundle - Variable in class org.eclipse.emf.common.util.DelegatingResourceLocator
The resource bundle containing untranslated strings.
untranslatedStrings - Variable in class org.eclipse.emf.common.util.DelegatingResourceLocator
A cache of the untranslated strings.
unwrap() - Method in class org.eclipse.emf.common.command.CompoundCommand
Returns one of three things: UnexecutableCommand.INSTANCE, if there are no commands, the one command, if there is exactly one command, or this, if there are multiple commands; this command is CompoundCommand.dispose()d in the first two cases.
URI - Class in org.eclipse.emf.common.util
A representation of a Uniform Resource Identifier (URI), as specified by RFC 2396, with certain enhancements.
URI(boolean, String, String, String, boolean, String[], String, String) - Constructor for class org.eclipse.emf.common.util.URI
 
URI.URICache - Class in org.eclipse.emf.common.util
 
URI.URICache() - Constructor for class org.eclipse.emf.common.util.URI.URICache
 
URIC_HI - Static variable in class org.eclipse.emf.common.util.URI
 
URIC_LO - Static variable in class org.eclipse.emf.common.util.URI
 
uriCache - Static variable in class org.eclipse.emf.common.util.URI
 
urlString - Variable in class org.eclipse.emf.common.archive.ArchiveURLConnection
The cached string version of the URL.
useEquals() - Method in class org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EAdapterList
 
useEquals() - Method in class org.eclipse.emf.common.util.AbstractEList
Returns whether equals rather than == should be used to compare members.
useEquals() - Method in class org.eclipse.emf.common.util.BasicEList.FastCompare
Returns false because this list uses ==.
useEquals() - Method in class org.eclipse.emf.common.util.UniqueEList.FastCompare
Returns false because this list uses ==.
useEqualsForKey() - Method in class org.eclipse.emf.common.util.BasicEMap
Returns whether equals rather than == should be used to compare keys.
useEqualsForValue() - Method in class org.eclipse.emf.common.util.BasicEMap
Returns whether equals rather than == should be used to compare values.
USER_INFO_SEPARATOR - Static variable in class org.eclipse.emf.common.util.URI
 
userInfo() - Method in class org.eclipse.emf.common.util.URI
If this is a hierarchical URI with an authority component that has a user info portion, returns it; null otherwise.
useZipFile() - Method in class org.eclipse.emf.common.archive.ArchiveURLConnection
Returns whether to handle the special case of a nested URL with file: schema using a ZipFile.

V

validArchiveAuthority(String) - Static method in class org.eclipse.emf.common.util.URI
Returns true if the specified value would be valid as the authority component of an archive URI; false otherwise.
validate(int, E) - Method in class org.eclipse.emf.common.util.AbstractEList
Validates a new content object and returns the validated object.
validateKey(K) - Method in class org.eclipse.emf.common.util.BasicEMap
Validates a new key.
validateURI(boolean, String, String, String, boolean, String[], String, String) - Static method in class org.eclipse.emf.common.util.URI
 
validateValue(V) - Method in class org.eclipse.emf.common.util.BasicEMap
Validates a new key.
validAuthority(String) - Static method in class org.eclipse.emf.common.util.URI
Returns true if the specified value would be valid as the authority component of a URI; false otherwise.
validDevice(String) - Static method in class org.eclipse.emf.common.util.URI
Returns true if the specified value would be valid as the device component of a URI; false otherwise.
validFragment(String) - Static method in class org.eclipse.emf.common.util.URI
Returns true if the specified value would be valid as the fragment component of a URI; false otherwise.
validJarAuthority(String) - Static method in class org.eclipse.emf.common.util.URI
Deprecated. As of EMF 2.0, replaced by validArchiveAuthority.
validOpaquePart(String) - Static method in class org.eclipse.emf.common.util.URI
Returns true if the specified value would be valid as the opaque part component of a URI; false otherwise.
validQuery(String) - Static method in class org.eclipse.emf.common.util.URI
Returns true if the specified value would be valid as the query component of a URI; false otherwise.
validScheme(String) - Static method in class org.eclipse.emf.common.util.URI
Returns true if the specified value would be valid as the scheme component of a URI; false otherwise.
validSegment(String) - Static method in class org.eclipse.emf.common.util.URI
Returns true if the specified value would be a valid path segment of a URI; false otherwise.
validSegments(String[]) - Static method in class org.eclipse.emf.common.util.URI
Returns true if the specified value would be a valid path segment array of a URI; false otherwise.
value - Variable in class org.eclipse.emf.common.util.AbstractEnumerator
The int value of the enumerator.
value - Variable in class org.eclipse.emf.common.util.BasicEMap.EntryImpl
The value.
valueOf(char) - Static method in class org.eclipse.emf.common.util.URI
 
values() - Method in class org.eclipse.emf.common.util.BasicEMap.DelegatingMap
 
values() - Method in class org.eclipse.emf.common.util.BasicEMap
 
values - Variable in class org.eclipse.emf.common.util.BasicEMap.View
The values collection view.
values() - Method in class org.eclipse.emf.common.util.ECollections.EmptyUnmodifiableEMap
 
values() - Method in class org.eclipse.emf.common.util.ECollections.UnmodifiableEMap
 
values() - Method in interface org.eclipse.emf.common.util.EMap
Returns a collection view the values of the entries.
view - Variable in class org.eclipse.emf.common.util.BasicEMap
The various alternative views of the map.

W

WARNING - Static variable in interface org.eclipse.emf.common.util.Diagnostic
The bit mask value 0x2 for a severity indicating there is warning message.
wasSet() - Method in class org.eclipse.emf.common.notify.impl.NotificationImpl
 
wasSet() - Method in interface org.eclipse.emf.common.notify.Notification
Returns whether the notifier's feature was considered set before the change occurred.
wasSet() - Method in class org.eclipse.emf.common.notify.NotificationWrapper
Delegates to the wasSet method of the notification.
worked(int) - Method in class org.eclipse.emf.common.util.BasicMonitor.Delegating
 
worked(int) - Method in class org.eclipse.emf.common.util.BasicMonitor.EclipseDelegating
 
worked(int) - Method in class org.eclipse.emf.common.util.BasicMonitor
 
worked(int) - Method in interface org.eclipse.emf.common.util.Monitor
Called to indicate the amount or progress on the task.
wrappedChildren - Variable in class org.eclipse.emf.common.util.BasicDiagnostic.DiagnosticWrapper
 
wrappedChildren - Variable in class org.eclipse.emf.common.util.BasicDiagnostic.StatusWrapper
 
WrappedException - Exception in org.eclipse.emf.common.util
A runtime exception that wraps another exception.
WrappedException(Exception) - Constructor for exception org.eclipse.emf.common.util.WrappedException
Creates an instance that wraps the exception.
WrappedException(String, Exception) - Constructor for exception org.eclipse.emf.common.util.WrappedException
Creates an instance with it's own message that wraps the exception.
writeExternal(ObjectOutput) - Method in class org.eclipse.emf.common.util.AbstractEnumerator.AbstractEnumeratorExternalizeable
 
writeObject(ObjectOutputStream) - Method in class org.eclipse.emf.common.util.ArrayDelegatingEList
 
writeObject(ObjectOutputStream) - Method in class org.eclipse.emf.common.util.BasicEList
 
writeObject(ObjectOutputStream) - Method in class org.eclipse.emf.common.util.BasicEMap
 
writeReplace() - Method in class org.eclipse.emf.common.util.AbstractEnumerator
 

Y

yield(ZipEntry, InputStream) - Method in class org.eclipse.emf.common.archive.ArchiveURLConnection
 
yield(ZipEntry, OutputStream) - Method in class org.eclipse.emf.common.archive.ArchiveURLConnection
 
yield(BasicEMap.Entry<K, V>) - Method in class org.eclipse.emf.common.util.BasicEMap.BasicEMapIterator
Called to yield the iterator result for the entry.
yield(BasicEMap.Entry<K, V>) - Method in class org.eclipse.emf.common.util.BasicEMap.BasicEMapKeyIterator
Called to yield the iterator result for the entry.
yield(BasicEMap.Entry<K, V>) - Method in class org.eclipse.emf.common.util.BasicEMap.BasicEMapValueIterator
Called to yield the iterator result for the entry.

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

Copyright © 2001-2010 Eclipse Foundation. All Rights Reserved.