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 

C

CachedToString(SegmentSequence, String, ReferenceQueue<? super String>) - Constructor for class org.eclipse.emf.common.util.SegmentSequence.SegmentSequencePool.CachedToString
 
CachedToString(URI, String, ReferenceQueue<? super String>) - Constructor for class org.eclipse.emf.common.util.URI.URIPool.CachedToString
 
cachedToStrings - Variable in class org.eclipse.emf.common.util.SegmentSequence.SegmentSequencePool
A reference queue for internally managing the collection of cached SegmentSequence.toStrings.
cachedToStrings - Variable in class org.eclipse.emf.common.util.URI.URIPool
A reference queue for managing the Object.toString() values.
cacheString(String) - Method in class org.eclipse.emf.common.util.URI
 
cacheString(String) - Method in class org.eclipse.emf.common.util.URI.Hierarchical
 
cacheString(String) - Method in class org.eclipse.emf.common.util.URI.Opaque
 
CANCEL - Static variable in interface org.eclipse.emf.common.util.Diagnostic
The bit mask value 0x8 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
canContainNull() - Method in class org.eclipse.emf.common.notify.impl.NotifyingListImpl
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.
capacityIndex - Variable in class org.eclipse.emf.common.util.WeakInterningHashSet
The current index within WeakInterningHashSet.PRIME_CAPACITIES for the length of the WeakInterningHashSet.entries.
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.
characters - Variable in class org.eclipse.emf.common.util.URI.URIPool.PlatformAccessUnit
A buffer uses for processing the path.
charactersAccessUnit - Variable in class org.eclipse.emf.common.util.SegmentSequence.SegmentSequencePool.StringAccessUnit
charactersAccessUnit - Variable in class org.eclipse.emf.common.util.URI.URIPool.URIPoolAccessUnitBase
A local access unit for exclusive use in URI.URIPool.URIPoolAccessUnitBase.intern(char[], int, int).
charAt(int) - Method in class org.eclipse.emf.common.util.SegmentSequence
Returns the specified character in the string representation of the sequence.
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.
cleanup() - Method in class org.eclipse.emf.common.util.Pool
Specialized to ensure that the write lock is held during cleanup.
cleanup() - Method in class org.eclipse.emf.common.util.WeakInterningHashSet
Polls the WeakInterningHashSet.internalQueue and removes any garbage collected entries.
cleanupPeriod - Variable in class org.eclipse.emf.common.util.Pool
The number of accesses between each attempt to clean up garbage collected entries.
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
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.Pool
Throws an UnsupportedOperationException because removal is not supported..
clear() - Method in class org.eclipse.emf.common.util.Pool.ExternalRehasher
 
clear() - Method in class org.eclipse.emf.common.util.Pool.PoolEntry
 
clear() - Method in class org.eclipse.emf.common.util.SegmentSequence.SegmentSequencePool.CachedToString
 
clear() - Method in class org.eclipse.emf.common.util.URI.URIPool.CachedToString
 
clear() - Method in class org.eclipse.emf.common.util.WeakInterningHashSet
Specialized to be more efficient.
clear() - Method in class org.eclipse.emf.common.util.WeakInterningHashSet.Entry
clear(WeakInterningHashSet<E>) - Method in class org.eclipse.emf.common.util.WeakInterningHashSet.Entry
removes this entry from the set and then calls WeakInterningHashSet.Entry.doClear().
clear() - Method in class org.eclipse.emf.common.util.WeakInterningHashSet.SelfCleaningEntry
 
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.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
 
collapseSegments(boolean) - Method in class org.eclipse.emf.common.util.URI.Fragment
 
collapseSegments(boolean) - Method in class org.eclipse.emf.common.util.URI.Hierarchical
 
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.ElementRecord - Class in org.eclipse.emf.common
A simple representation of an element in a plugin.xml.
CommonPlugin.Implementation - Class in org.eclipse.emf.common
The actual implementation of the Eclipse Plugin.
CommonPlugin.Implementation.Activator - Class in org.eclipse.emf.common
 
CommonPlugin.SimpleTargetPlatformRegistryImpl<K,V> - Class in org.eclipse.emf.common
A specialized HashMap map that supports computing information from the target platform, if the PDE is available.
CommonUtil - Class in org.eclipse.emf.common.util
Static utilities for string pooling.
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
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.Pool
Specialized to ensure thread safety.
contains(String, long, long) - Static method in class org.eclipse.emf.common.util.URI
 
contains(Object) - Method in class org.eclipse.emf.common.util.WeakInterningHashSet
containsAll(Collection<?>) - Method in class org.eclipse.emf.common.util.BasicEMap
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.Pool
Specialized to ensure thread safety.
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 interface org.eclipse.emf.common.util.EMap
Returns whether the key is associated with a value.
containsNull - Variable in class org.eclipse.emf.common.util.WeakInterningHashSet
Whether or not this set contains the null 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 interface org.eclipse.emf.common.util.EMap
Returns whether the value is associated with a key.
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.SegmentSequence.SegmentSequencePool.SegmentsAccessUnit
The number of segments to consider.
count - Variable in class org.eclipse.emf.common.util.SegmentSequence.StringArrayPool.SegmentsAccessUnit
The number of segments to consider.
count - Variable in class org.eclipse.emf.common.util.SegmentSequence.StringArrayPool.SegmentsAndSubsegmentAccessUnit
The number of characters from the offset.
count - Variable in class org.eclipse.emf.common.util.SegmentSequence.StringArrayPool.SubstringAccessUnit
The number of characters from the offset.
count1 - Variable in class org.eclipse.emf.common.util.SegmentSequence.StringArrayPool.SubsegmentsAndSubsegmentsAccessUnit
The number of segments from the offset of the first segments.
count2 - Variable in class org.eclipse.emf.common.util.SegmentSequence.StringArrayPool.SubsegmentsAndSubsegmentsAccessUnit
The number of segments from the offset of the second segments.
CREATE - Static variable in interface org.eclipse.emf.common.notify.Notification
Deprecated. 
create(String, String) - Static method in class org.eclipse.emf.common.util.SegmentSequence
Returns the segment sequence for the value, splitting it into segments as appropriate, or null if the value is null.
create(String) - Static method in class org.eclipse.emf.common.util.SegmentSequence
Returns the empty segment sequence for the given delimiter.
create(String, String...) - Static method in class org.eclipse.emf.common.util.SegmentSequence
Returns the segment sequence for the given segments, splitting individual segments as necessary, i.e., if they contain the delimiter character, or omitting empty segments in the case of the empty delimiter.
create(String, String[], int) - Static method in class org.eclipse.emf.common.util.SegmentSequence
 
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.
createBundle() - Method in class org.eclipse.emf.common.CommonPlugin.Implementation.Activator
 
createBundle() - Method in class org.eclipse.emf.common.EMFPlugin.OSGiDelegatingBundleActivator
 
createCommand() - Method in class org.eclipse.emf.common.command.CommandWrapper
Create the command being proxied.
createdEntry - Variable in class org.eclipse.emf.common.util.Pool.AccessUnit
 
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.
createKey(String) - Method in class org.eclipse.emf.common.CommonPlugin.SimpleTargetPlatformRegistryImpl
Returns the attribute value converted to a value of the key type.
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
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.
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.
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