Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
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(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, 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.
- IdentityCommand(String, Collection<?>) - Constructor for class org.eclipse.emf.common.command.IdentityCommand
-
Creates an instance with the given label the result collection.
- IdentityCommand(Collection<?>) - Constructor for class org.eclipse.emf.common.command.IdentityCommand
-
Creates an instance with the given result collection.
- images - Variable in class org.eclipse.emf.common.util.DelegatingResourceLocator
-
A cache of the image descriptions.
- Implementation() - Constructor for class org.eclipse.emf.common.CommonPlugin.Implementation
-
Creates an instance.
- 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.
- index(int, int) - Static method in class org.eclipse.emf.common.util.WeakInterningHashSet
-
Returns the index in the
WeakInterningHashSet.entriesfor the given hash code and capacity. - 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.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(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(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.
- indexOfKey(Object) - Method in class org.eclipse.emf.common.util.BasicEMap
- 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
0x1for aseverityindicating 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.
- intern(boolean, boolean, String[], int) - Method in class org.eclipse.emf.common.util.SegmentSequence.StringArrayPool
-
Intern segments that may need copying or interning.
- intern(boolean, boolean, String, String[], int) - Method in class org.eclipse.emf.common.util.SegmentSequence.SegmentSequencePool
-
Interns the segments, taking into account the delimiter, copying the array, when needed, and interning the segments themselves, when needed.
- intern(boolean, boolean, String, String, String, boolean, String[], String, int) - Method in class org.eclipse.emf.common.util.URI.URIPool
-
Intern a URI from its component parts.
- intern(boolean, int, boolean, String, String, String, boolean, String[], String) - Method in class org.eclipse.emf.common.util.URI.URIPool
-
Intern a URI from its component parts.
- intern(boolean, String) - Method in class org.eclipse.emf.common.util.URI.URIPool.URIPoolAccessUnitBase
- intern(char[], int, int) - Static method in class org.eclipse.emf.common.util.CommonUtil
-
Returns an interned string value for the subsequence of characters.
- intern(char[], int, int) - Method in class org.eclipse.emf.common.util.URI.URIPool.URIPoolAccessUnitBase
- intern(char[], int, int, int) - Method in class org.eclipse.emf.common.util.URI.URIPool.URIPoolAccessUnitBase
- intern(int, String[], int, String, int, int, int) - Method in class org.eclipse.emf.common.util.SegmentSequence.StringArrayPool
-
Intern segments and a substring of one additional segment.
- intern(int, String, String[], String) - Method in class org.eclipse.emf.common.util.SegmentSequence.SegmentSequencePool
-
Interns the segments along with the one additional segment, taking into account the delimiter and interning the additional segment.
- intern(int, String, String[], String[], boolean) - Method in class org.eclipse.emf.common.util.SegmentSequence.SegmentSequencePool
-
Interns the composed segments, taking into account the delimiter.
- intern(E) - Method in interface org.eclipse.emf.common.util.InterningSet
-
Returns either the instance already contained in the set that's equal to the given object, or adds the object to the set and returns it.
- intern(E) - Method in class org.eclipse.emf.common.util.Pool
-
Specialized to ensure thread safety.
- intern(E) - Method in class org.eclipse.emf.common.util.WeakInterningHashSet
-
Returns either the instance already contained in the set that's equal to the given object, or adds the object to the set and returns it.
- intern(CharSequence) - Static method in class org.eclipse.emf.common.util.CommonUtil
-
Returns an interned string value for the char sequence.
- intern(String) - Static method in class org.eclipse.emf.common.util.CommonUtil
-
Returns an interned value for the string.
- intern(String) - Method in class org.eclipse.emf.common.util.URI.URIPool
-
Intern a URI from its string representation, parsing if necessary.
- intern(String) - Method in class org.eclipse.emf.common.util.URI.URIPool.URIPoolAccessUnitBase
- intern(String[], int, int) - Method in class org.eclipse.emf.common.util.SegmentSequence.StringArrayPool
-
Intern a range of segments.
- intern(String[], int, int, int) - Method in class org.eclipse.emf.common.util.SegmentSequence.StringArrayPool
-
Intern a range of segments.
- intern(String[], int, int, String[], int, int) - Method in class org.eclipse.emf.common.util.SegmentSequence.StringArrayPool
-
Intern the composition of two subsequences.
- intern(String[], int, String, boolean) - Method in class org.eclipse.emf.common.util.SegmentSequence.StringArrayPool
-
Intern segments and one additional segment.
- intern(String[], int, String, int, int, int) - Method in class org.eclipse.emf.common.util.SegmentSequence.StringArrayPool
-
Intern subsegments and a substring of one additional segment.
- intern(String[], String[], boolean) - Method in class org.eclipse.emf.common.util.SegmentSequence.StringArrayPool
-
Intern the composition of two sequences of segments.
- intern(String, boolean) - Method in class org.eclipse.emf.common.util.SegmentSequence.StringArrayPool
-
Intern a single segment.
- intern(String, int, int) - Static method in class org.eclipse.emf.common.util.CommonUtil
-
Returns an interned string value for the subsequence of characters.
- intern(String, int, int) - Method in class org.eclipse.emf.common.util.URI.URIPool.URIPoolAccessUnitBase
- intern(String, int, int, int) - Method in class org.eclipse.emf.common.util.SegmentSequence.StringArrayPool
-
Intern a single segment that's a substring of a larger string.
- intern(String, int, int, int) - Method in class org.eclipse.emf.common.util.URI.URIPool.URIPoolAccessUnitBase
- intern(String, String) - Method in class org.eclipse.emf.common.util.SegmentSequence.SegmentSequencePool
-
Interns the string representation of a segment sequence, splitting it into appropriate segments based on the delimiter.
- intern(String, String, boolean) - Method in class org.eclipse.emf.common.util.URI.URIPool
-
Intern a platform URI from its path representation, parsing if necessary.
- InternalHelper(Plugin) - Constructor for class org.eclipse.emf.common.EMFPlugin.InternalHelper
- internalQueue - Variable in class org.eclipse.emf.common.util.WeakInterningHashSet
- internalWorked(double) - Method in class org.eclipse.emf.common.util.BasicMonitor.Delegating
- 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.
- internArray(int, String[], int, String, int, int, int) - Method in class org.eclipse.emf.common.util.URI.URIPool.StringAccessUnit
- internArray(String[], int) - Method in class org.eclipse.emf.common.util.URI.URIPool.URIComponentsAccessUnit
- internArray(String[], int, int, int) - Method in class org.eclipse.emf.common.util.URI.URIPool.URIPoolAccessUnitBase
- internArray(String, int, int, int) - Method in class org.eclipse.emf.common.util.URI.URIPool.StringAccessUnit
- internFile(String) - Method in class org.eclipse.emf.common.util.URI.URIPool
-
Intern a file URI from its path representation, parsing if necessary.
- InterningSet<E> - Interface in org.eclipse.emf.common.util
- internString(char[], int, int, int) - Method in class org.eclipse.emf.common.util.SegmentSequence.SegmentSequencePool.StringAccessUnit
- internString(String) - Method in class org.eclipse.emf.common.util.SegmentSequence.StringArrayPool.AccessUnitBase
- internString(String, int, int, int) - Method in class org.eclipse.emf.common.util.SegmentSequence.StringArrayPool.AccessUnitBase
- internToLowerCase(String) - Static method in class org.eclipse.emf.common.util.CommonUtil
-
Returns the
internedversion of the lower case version of this string. - internToUpperCase(String) - Static method in class org.eclipse.emf.common.util.CommonUtil
-
Returns the
internedversion of the upper case version of this string. - 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_ARCHIVE - Static variable in class org.eclipse.emf.common.util.URI.Hierarchical
-
The
URI.Hierarchical.flagsbit for representingURI.isArchive(). - IS_CURRENT_DOCUMENT_REFERENCE - Static variable in class org.eclipse.emf.common.util.URI.Hierarchical
-
The
URI.Hierarchical.flagsbit for representingURI.isCurrentDocumentReference(). - IS_ECLIPSE_RUNNING - Static variable in class org.eclipse.emf.common.EMFPlugin
- IS_FILE - Static variable in class org.eclipse.emf.common.util.URI.Hierarchical
-
The
URI.Hierarchical.flagsbit for representingURI.isFile(). - IS_OSGI_RUNNING - Static variable in class org.eclipse.emf.common.EMFPlugin
- IS_PLATFORM - Static variable in class org.eclipse.emf.common.util.URI.Hierarchical
-
The
URI.Hierarchical.flagsbit for representingURI.isPlatform(). - IS_PLATFORM_PLUGIN - Static variable in class org.eclipse.emf.common.util.URI.Hierarchical
-
The
URI.Hierarchical.flagsbit for representingURI.isPlatformPlugin(). - IS_PLATFORM_RESOURCE - Static variable in class org.eclipse.emf.common.util.URI.Hierarchical
-
The
URI.Hierarchical.flagsbit for representingURI.isPlatformResource(). - IS_PREFIX - Static variable in class org.eclipse.emf.common.util.URI.Hierarchical
-
The
URI.Hierarchical.flagsbit for representingURI.isPrefix(). - 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
- isAbsoluteFile - Variable in class org.eclipse.emf.common.util.URI.URIPool.FileAccessUnit
-
Whether the file path represents an absolute file.
- isAbsolutePath - Variable in class org.eclipse.emf.common.util.URI.URIPool.FileAccessUnit
-
Whether the path itself is absolute.
- 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.Fragment
- isArchive() - Method in class org.eclipse.emf.common.util.URI.Hierarchical
- isArchive() - Method in class org.eclipse.emf.common.util.URI
-
Returns
trueif this is an archive URI. - isArchiveScheme(String) - Static method in class org.eclipse.emf.common.util.URI
-
Returns
trueif the specifiedvaluewould be valid as the scheme of an archive URI;falseotherwise. - isBase() - Method in class org.eclipse.emf.common.util.URI.Fragment
- isBase() - Method in class org.eclipse.emf.common.util.URI.Hierarchical
- isBase() - Method in class org.eclipse.emf.common.util.URI
- isCanceled() - Method in class org.eclipse.emf.common.util.BasicMonitor.Delegating
- 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.Fragment
- isCurrentDocumentReference() - Method in class org.eclipse.emf.common.util.URI.Hierarchical
- isCurrentDocumentReference() - Method in class org.eclipse.emf.common.util.URI
-
Returns
trueif 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;falseis 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.URI.Fragment
- isEmpty() - Method in class org.eclipse.emf.common.util.URI.Hierarchical
- isEmpty() - Method in class org.eclipse.emf.common.util.URI
- 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.Fragment
- isFile() - Method in class org.eclipse.emf.common.util.URI.Hierarchical
- isFile() - Method in class org.eclipse.emf.common.util.URI
-
Returns
trueif this is a hierarchical URI that may refer directly to a locally accessible file. - isHierarchical() - Method in class org.eclipse.emf.common.util.URI.Fragment
- isHierarchical() - Method in class org.eclipse.emf.common.util.URI.Hierarchical
- isHierarchical() - Method in class org.eclipse.emf.common.util.URI
-
Returns
trueif this a a hierarchical URI, orfalseif it is of the generic form. - isInstance(Class<?>, Object) - Static method in class org.eclipse.emf.common.util.Reflect
-
Do an
instanceof test. - isInstance(Object) - Method in interface org.eclipse.emf.common.util.Reflect.Helper
-
Do an
instanceof test. - 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. - 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.Fragment
- isPlatform() - Method in class org.eclipse.emf.common.util.URI.Hierarchical
- isPlatform() - Method in class org.eclipse.emf.common.util.URI
-
Returns
trueif this is a platform URI, that is, an absolute, hierarchical URI, with "platform" scheme, no authority, and at least two segments;falseis returned otherwise. - isPlatformPlugin() - Method in class org.eclipse.emf.common.util.URI.Fragment
- isPlatformPlugin() - Method in class org.eclipse.emf.common.util.URI.Hierarchical
- isPlatformPlugin() - Method in class org.eclipse.emf.common.util.URI
-
Returns
trueif this is a platform plug-in URI, that is, aplatform URIwhose first segment is "plugin";falseis returned otherwise. - isPlatformResource() - Method in class org.eclipse.emf.common.util.URI.Fragment
- isPlatformResource() - Method in class org.eclipse.emf.common.util.URI.Hierarchical
- isPlatformResource() - Method in class org.eclipse.emf.common.util.URI
-
Returns
trueif this is a platform resource URI, that is, aplatform URIwhose first segment is "resource";falseis returned otherwise. - isPrefix() - Method in class org.eclipse.emf.common.util.URI.Hierarchical
- isPrefix() - Method in class org.eclipse.emf.common.util.URI
-
Returns
trueif 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;falseis 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.Fragment
- isRelative() - Method in class org.eclipse.emf.common.util.URI.Hierarchical
- isRelative() - Method in class org.eclipse.emf.common.util.URI
-
Returns
trueif this is a relative URI, orfalseif 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
truebecause 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.Pool
-
Callers of the iterator must ensure that they hold the shared
read lockfor the lifetime of the iterator's usage. - iterator() - Method in class org.eclipse.emf.common.util.WeakInterningHashSet
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form