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

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.
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.
UNKNOWN - Static variable in interface org.eclipse.emf.common.util.Monitor
Represents an unknown amount or work.
UnmodifiableEList(int, Object[]) - Constructor for class org.eclipse.emf.common.util.BasicEList.UnmodifiableEList
Creates an initialized instance.
UnmodifiableEList(List<E>) - Constructor for class org.eclipse.emf.common.util.DelegatingEList.UnmodifiableEList
Creates an initialized instance.
unmodifiableEList(EList<? extends T>) - Static method in class org.eclipse.emf.common.util.ECollections
Returns an unmodifiable view of the list.
unmodifiableEList(List<? 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.
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(int) - Constructor for class org.eclipse.emf.common.util.URI
 
uri - Variable in class org.eclipse.emf.common.util.URI.Fragment
The base URI.
uri - Variable in class org.eclipse.emf.common.util.URI.URIPool.CachedToString
 
URI.Fragment - Class in org.eclipse.emf.common.util
A subclass for representing a URI with a fragment.
URI.Hierarchical - Class in org.eclipse.emf.common.util
A subclass for representing a hierarchical URI.
URI.Opaque - Class in org.eclipse.emf.common.util
A subclass for representing an opaque URI.
URI.URIPool - Class in org.eclipse.emf.common.util
A pool for caching URIs.
URI.URIPool.CachedToString - Class in org.eclipse.emf.common.util
A specialized weak reference used by Object.toString() that removes the URI's reference when URI.URIPool.CachedToString.clear() is called.
URI.URIPool.FileAccessUnit - Class in org.eclipse.emf.common.util
An Access unit for file URI string-based access.
URI.URIPool.FileAccessUnit.Queue - Class in org.eclipse.emf.common.util
 
URI.URIPool.PlatformAccessUnit - Class in org.eclipse.emf.common.util
An access units for platform URI string-based access.
URI.URIPool.PlatformAccessUnit.Queue - Class in org.eclipse.emf.common.util
 
URI.URIPool.StringAccessUnit - Class in org.eclipse.emf.common.util
An access unit for basic string access.
URI.URIPool.StringAccessUnit.Queue - Class in org.eclipse.emf.common.util
 
URI.URIPool.URIComponentsAccessUnit - Class in org.eclipse.emf.common.util
An Access unit for component-based access.
URI.URIPool.URIComponentsAccessUnit.Queue - Class in org.eclipse.emf.common.util
 
URI.URIPool.URIPoolAccessUnitBase - Class in org.eclipse.emf.common.util
A based access unit for this pool.
URIC_HI - Static variable in class org.eclipse.emf.common.util.URI
 
URIC_LO - Static variable in class org.eclipse.emf.common.util.URI
 
URIComponentsAccessUnit(URI.URIPool.URIComponentsAccessUnit.Queue) - Constructor for class org.eclipse.emf.common.util.URI.URIPool.URIComponentsAccessUnit
Creates an instance managed by the given queue.
uriComponentsAccessUnits - Variable in class org.eclipse.emf.common.util.URI.URIPool
Access units for component-based access.
URIPool(ReferenceQueue<Object>) - Constructor for class org.eclipse.emf.common.util.URI.URIPool
 
URIPoolAccessUnitBase(Pool.AccessUnit.Queue<URI>) - Constructor for class org.eclipse.emf.common.util.URI.URIPool.URIPoolAccessUnitBase
 
urlString - Variable in class org.eclipse.emf.common.archive.ArchiveURLConnection
The cached string version of the URL.
usedSegmentCount - Variable in class org.eclipse.emf.common.util.URI.URIPool.FileAccessUnit
The number of segments populated with strings during intern that need to be nulled during reset.
usedSegmentCount - Variable in class org.eclipse.emf.common.util.URI.URIPool.PlatformAccessUnit
The number of segments populated with strings during intern that need to be nulled during reset.
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.Fragment
 
userInfo() - Method in class org.eclipse.emf.common.util.URI.Hierarchical
 
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.
A B C D E F G H I J K L M N O P Q R S T U V W Y 
Skip navigation links
Eclipse EMF 2.15 API Specification

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