- add(Object) - Method in class org.eclipse.core.runtime.ListenerList
-
Adds a listener to this list.
- add(IStatus) - Method in class org.eclipse.core.runtime.MultiStatus
-
Adds the given status to this multi-status.
- addAll(IStatus) - Method in class org.eclipse.core.runtime.MultiStatus
-
Adds all of the children of the given status to this multi-status.
- addFileExtension(String) - Method in interface org.eclipse.core.runtime.IPath
-
Returns a new path which is the same as this path but with
the given file extension added.
- addFileExtension(String) - Method in class org.eclipse.core.runtime.Path
-
- addTrailingSeparator() - Method in interface org.eclipse.core.runtime.IPath
-
Returns a path with the same segments as this path
but with a trailing separator added.
- addTrailingSeparator() - Method in class org.eclipse.core.runtime.Path
-
- append(String) - Method in interface org.eclipse.core.runtime.IPath
-
Returns the canonicalized path obtained from the
concatenation of the given string path to the
end of this path.
- append(IPath) - Method in interface org.eclipse.core.runtime.IPath
-
Returns the canonicalized path obtained from the
concatenation of the given path's segments to the
end of this path.
- append(IPath) - Method in class org.eclipse.core.runtime.Path
-
- append(String) - Method in class org.eclipse.core.runtime.Path
-
- append(URI, String) - Static method in class org.eclipse.core.runtime.URIUtil
-
Returns a new URI with all the same components as the given base URI,
but with a path component created by appending the given extension to the
base URI's path.
- Assert - Class in org.eclipse.core.runtime
-
Assert is useful for for embedding runtime sanity checks
in code.
- AssertionFailedException - Exception in org.eclipse.core.runtime
-
AssertionFailedException is a runtime exception thrown
by some of the methods in Assert.
- AssertionFailedException(String) - Constructor for exception org.eclipse.core.runtime.AssertionFailedException
-
Constructs a new exception with the given message.
- CANCEL - Static variable in interface org.eclipse.core.runtime.IStatus
-
Status type severity (bit mask, value 8) indicating this status represents a
cancelation
- CANCEL_STATUS - Static variable in class org.eclipse.core.runtime.Status
-
A standard CANCEL status with no message.
- clear() - Method in class org.eclipse.core.runtime.ListenerList
-
Removes all listeners from this list.
- clearBlocked() - Method in interface org.eclipse.core.runtime.IProgressMonitorWithBlocking
-
Clears the blocked state of the running operation.
- clearBlocked() - Method in class org.eclipse.core.runtime.ProgressMonitorWrapper
-
This implementation of a IProgressMonitorWithBlocking
method forwards to the wrapped progress monitor.
- clearBlocked() - Method in class org.eclipse.core.runtime.SubMonitor
-
- clone() - Method in interface org.eclipse.core.runtime.IPath
-
Returns a copy of this path.
- clone() - Method in class org.eclipse.core.runtime.Path
-
- computeAdapterTypes(Class<?>) - Method in interface org.eclipse.core.runtime.IAdapterManager
-
Returns the types that can be obtained by converting adaptableClass
via this manager.
- computeClassOrder(Class<T>) - Method in interface org.eclipse.core.runtime.IAdapterManager
-
Returns the class search order for a given class.
- convert(IProgressMonitor) - Static method in class org.eclipse.core.runtime.SubMonitor
-
Converts an unknown (possibly null) IProgressMonitor into a SubMonitor.
- convert(IProgressMonitor, int) - Static method in class org.eclipse.core.runtime.SubMonitor
-
Converts an unknown (possibly null) IProgressMonitor into a SubMonitor allocated
with the given number of ticks.
- convert(IProgressMonitor, String, int) - Static method in class org.eclipse.core.runtime.SubMonitor
-
Converts an unknown (possibly null) IProgressMonitor into a SubMonitor allocated
with the given number of ticks.
- CoreException - Exception in org.eclipse.core.runtime
-
A checked exception representing a failure.
- CoreException(IStatus) - Constructor for exception org.eclipse.core.runtime.CoreException
-
Creates a new exception with the given status object.
- getAdapter(Class<T>) - Method in interface org.eclipse.core.runtime.IAdaptable
-
Returns an object which is an instance of the given class
associated with this object.
- getAdapter(Object, Class<T>) - Method in interface org.eclipse.core.runtime.IAdapterFactory
-
Returns an object which is an instance of the given class
associated with the given object.
- getAdapter(Object, Class<T>) - Method in interface org.eclipse.core.runtime.IAdapterManager
-
Returns an object which is an instance of the given class associated
with the given object.
- getAdapter(Object, String) - Method in interface org.eclipse.core.runtime.IAdapterManager
-
Returns an object which is an instance of the given class name associated
with the given object.
- getAdapter(Class<T>) - Method in class org.eclipse.core.runtime.PlatformObject
-
Returns an object which is an instance of the given class
associated with this object.
- getAdapterList() - Method in interface org.eclipse.core.runtime.IAdapterFactory
-
Returns the collection of adapter types handled by this
factory.
- getBundleFile(Bundle) - Static method in class org.eclipse.core.runtime.FileLocator
-
Returns a file for the contents of the specified bundle.
- getBundleGroups() - Method in interface org.eclipse.core.runtime.IBundleGroupProvider
-
Returns the bundle groups provided by this provider.
- getBundles() - Method in interface org.eclipse.core.runtime.IBundleGroup
-
Returns a list of all bundles supplied by this bundle group.
- getCause() - Method in exception org.eclipse.core.runtime.CoreException
-
Returns the cause of this exception, or null if none.
- getChildren() - Method in interface org.eclipse.core.runtime.IStatus
-
Returns a list of status object immediately contained in this
multi-status, or an empty list if this is not a multi-status.
- getChildren() - Method in class org.eclipse.core.runtime.MultiStatus
-
- getChildren() - Method in class org.eclipse.core.runtime.Status
-
- getCode() - Method in interface org.eclipse.core.runtime.IStatus
-
Returns the plug-in-specific status code describing the outcome.
- getCode() - Method in class org.eclipse.core.runtime.Status
-
- getDescription() - Method in interface org.eclipse.core.runtime.IBundleGroup
-
Returns a text description of this bundle group.
- getDevice() - Method in interface org.eclipse.core.runtime.IPath
-
Returns the device id for this path, or null if this
path has no device id.
- getDevice() - Method in class org.eclipse.core.runtime.Path
-
- getException() - Method in interface org.eclipse.core.runtime.IStatus
-
Returns the relevant low-level exception, or null if none.
- getException() - Method in class org.eclipse.core.runtime.Status
-
- getFileExtension() - Method in interface org.eclipse.core.runtime.IPath
-
Returns the file extension portion of this path,
or null if there is none.
- getFileExtension() - Method in class org.eclipse.core.runtime.Path
-
- getIdentifier() - Method in interface org.eclipse.core.runtime.IBundleGroup
-
Returns the identifier of this bundle group.
- getListeners() - Method in class org.eclipse.core.runtime.ListenerList
-
Returns an array containing all the registered listeners.
- getLocalName() - Method in class org.eclipse.core.runtime.QualifiedName
-
Returns the local part of this name.
- getMajorComponent() - Method in class org.eclipse.core.runtime.PluginVersionIdentifier
-
Deprecated.
Returns the major (incompatible) component of this
version identifier.
- getMessage() - Method in interface org.eclipse.core.runtime.IStatus
-
Returns the message describing the outcome.
- getMessage() - Method in class org.eclipse.core.runtime.Status
-
- getMinorComponent() - Method in class org.eclipse.core.runtime.PluginVersionIdentifier
-
Deprecated.
Returns the minor (compatible) component of this
version identifier.
- getName() - Method in interface org.eclipse.core.runtime.IBundleGroup
-
Returns the human-readable name of this bundle group.
- getName() - Method in interface org.eclipse.core.runtime.IBundleGroupProvider
-
Returns the human-readable name of this bundle group provider.
- getPlugin() - Method in interface org.eclipse.core.runtime.IStatus
-
Returns the unique identifier of the plug-in associated with this status
(this is the plug-in that defines the meaning of the status code).
- getPlugin() - Method in class org.eclipse.core.runtime.Status
-
- getProperty(String) - Method in interface org.eclipse.core.runtime.IBundleGroup
-
Returns the property of this bundle group with the given key.
- getProviderName() - Method in interface org.eclipse.core.runtime.IBundleGroup
-
Returns the name of the provider of this bundle group.
- getQualifier() - Method in class org.eclipse.core.runtime.QualifiedName
-
Returns the qualifier part for this qualified name, or null
if none.
- getQualifierComponent() - Method in class org.eclipse.core.runtime.PluginVersionIdentifier
-
Deprecated.
Returns the qualifier component of this
version identifier.
- getServiceComponent() - Method in class org.eclipse.core.runtime.PluginVersionIdentifier
-
Deprecated.
Returns the service level component of this
version identifier.
- getSeverity() - Method in interface org.eclipse.core.runtime.IStatus
-
Returns the severity.
- getSeverity() - Method in class org.eclipse.core.runtime.Status
-
- getStatus() - Method in exception org.eclipse.core.runtime.CoreException
-
Returns the status object for this exception.
- getVersion() - Method in interface org.eclipse.core.runtime.IBundleGroup
-
Returns the version of this bundle group.
- getWrappedProgressMonitor() - Method in class org.eclipse.core.runtime.ProgressMonitorWrapper
-
Returns the wrapped progress monitor.
- IAdaptable - Interface in org.eclipse.core.runtime
-
An interface for an adaptable object.
- IAdapterFactory - Interface in org.eclipse.core.runtime
-
An adapter factory defines behavioral extensions for
one or more classes that implements the IAdaptable
interface.
- IAdapterManager - Interface in org.eclipse.core.runtime
-
An adapter manager maintains a registry of adapter factories.
- IBundleGroup - Interface in org.eclipse.core.runtime
-
Bundle groups represent a logical collection of plug-ins (aka bundles).
- IBundleGroupProvider - Interface in org.eclipse.core.runtime
-
Bundle group providers define groups of plug-ins which have been installed in
the current system.
- IDENTITY - Static variable in class org.eclipse.core.runtime.ListenerList
-
Mode constant (value 1) indicating that listeners should be considered
the
same if they are identical.
- ILogListener - Interface in org.eclipse.core.runtime
-
A log listener is notified of entries added to a plug-in's log.
- INFO - Static variable in interface org.eclipse.core.runtime.IStatus
-
Status type severity (bit mask, value 1) indicating this status is informational only.
- internalWorked(double) - Method in interface org.eclipse.core.runtime.IProgressMonitor
-
Internal method to handle scaling correctly.
- internalWorked(double) - Method in class org.eclipse.core.runtime.NullProgressMonitor
-
This implementation does nothing.
- internalWorked(double) - Method in class org.eclipse.core.runtime.ProgressMonitorWrapper
-
This implementation of a IProgressMonitor
method forwards to the wrapped progress monitor.
- internalWorked(double) - Method in class org.eclipse.core.runtime.SubMonitor
-
- internalWorked(double) - Method in class org.eclipse.core.runtime.SubProgressMonitor
-
- IPath - Interface in org.eclipse.core.runtime
-
A path is an ordered collection of string segments,
separated by a standard separator character, "/".
- IProgressMonitor - Interface in org.eclipse.core.runtime
-
The IProgressMonitor interface is implemented
by objects that monitor the progress of an activity; the methods
in this interface are invoked by code that performs the activity.
- IProgressMonitorWithBlocking - Interface in org.eclipse.core.runtime
-
An extension to the IProgressMonitor interface for monitors that want to
support feedback when an activity is blocked due to concurrent activity in
another thread.
- isAbsolute() - Method in interface org.eclipse.core.runtime.IPath
-
Returns whether this path is an absolute path (ignoring
any device id).
- isAbsolute() - Method in class org.eclipse.core.runtime.Path
-
- ISafeRunnable - Interface in org.eclipse.core.runtime
-
Safe runnables represent blocks of code and associated exception
handlers.
- isCanceled() - Method in interface org.eclipse.core.runtime.IProgressMonitor
-
Returns whether cancelation of current operation has been requested.
- isCanceled() - Method in class org.eclipse.core.runtime.NullProgressMonitor
-
This implementation returns the value of the internal
state variable set by setCanceled.
- isCanceled() - Method in class org.eclipse.core.runtime.ProgressMonitorWrapper
-
This implementation of a IProgressMonitor
method forwards to the wrapped progress monitor.
- isCanceled() - Method in class org.eclipse.core.runtime.SubMonitor
-
- isCompatibleWith(PluginVersionIdentifier) - Method in class org.eclipse.core.runtime.PluginVersionIdentifier
-
Deprecated.
Compares two version identifiers for compatibility.
- isEmpty() - Method in interface org.eclipse.core.runtime.IPath
-
Returns whether this path has no segments and is not
a root path.
- isEmpty() - Method in class org.eclipse.core.runtime.ListenerList
-
Returns whether this listener list is empty.
- isEmpty() - Method in class org.eclipse.core.runtime.Path
-
- isEquivalentTo(PluginVersionIdentifier) - Method in class org.eclipse.core.runtime.PluginVersionIdentifier
-
Deprecated.
Compares two version identifiers for equivalency.
- isFileURI(URI) - Static method in class org.eclipse.core.runtime.URIUtil
-
Returns whether the given URI refers to a local file system URI.
- isGreaterOrEqualTo(PluginVersionIdentifier) - Method in class org.eclipse.core.runtime.PluginVersionIdentifier
-
Deprecated.
Compares two version identifiers to see if this one is
greater than or equal to the argument.
- isGreaterThan(PluginVersionIdentifier) - Method in class org.eclipse.core.runtime.PluginVersionIdentifier
-
Deprecated.
Compares two version identifiers for order using multi-decimal
comparison.
- isLegal(boolean) - Static method in class org.eclipse.core.runtime.Assert
-
Asserts that an argument is legal.
- isLegal(boolean, String) - Static method in class org.eclipse.core.runtime.Assert
-
Asserts that an argument is legal.
- isMultiStatus() - Method in interface org.eclipse.core.runtime.IStatus
-
Returns whether this status is a multi-status.
- isMultiStatus() - Method in class org.eclipse.core.runtime.MultiStatus
-
- isMultiStatus() - Method in class org.eclipse.core.runtime.Status
-
- isNotNull(Object) - Static method in class org.eclipse.core.runtime.Assert
-
Asserts that the given object is not null.
- isNotNull(Object, String) - Static method in class org.eclipse.core.runtime.Assert
-
Asserts that the given object is not null.
- isOK() - Method in interface org.eclipse.core.runtime.IStatus
-
Returns whether this status indicates everything is okay
(neither info, warning, nor error).
- isOK() - Method in class org.eclipse.core.runtime.Status
-
- isPerfect(PluginVersionIdentifier) - Method in class org.eclipse.core.runtime.PluginVersionIdentifier
-
Deprecated.
Compares two version identifiers for perfect equality.
- isPrefixOf(IPath) - Method in interface org.eclipse.core.runtime.IPath
-
Returns whether this path is a prefix of the given path.
- isPrefixOf(IPath) - Method in class org.eclipse.core.runtime.Path
-
- isRoot() - Method in interface org.eclipse.core.runtime.IPath
-
Returns whether this path is a root path.
- isRoot() - Method in class org.eclipse.core.runtime.Path
-
- IStatus - Interface in org.eclipse.core.runtime
-
A status object represents the outcome of an operation.
- isTrue(boolean) - Static method in class org.eclipse.core.runtime.Assert
-
Asserts that the given boolean is true.
- isTrue(boolean, String) - Static method in class org.eclipse.core.runtime.Assert
-
Asserts that the given boolean is true.
- isUNC() - Method in interface org.eclipse.core.runtime.IPath
-
Returns a boolean value indicating whether or not this path
is considered to be in UNC form.
- isUNC() - Method in class org.eclipse.core.runtime.Path
-
- isValidPath(String) - Method in interface org.eclipse.core.runtime.IPath
-
Returns whether the given string is syntactically correct as a path, on
this path's file system.
- isValidPath(String) - Method in class org.eclipse.core.runtime.Path
-
- isValidPosixPath(String) - Static method in class org.eclipse.core.runtime.Path
-
Returns whether the given string is syntactically correct as a path on a
POSIX file system.
- isValidPosixSegment(String) - Static method in class org.eclipse.core.runtime.Path
-
Returns whether the given string is valid as a segment in a path on a
POSIX file system.
- isValidSegment(String) - Method in interface org.eclipse.core.runtime.IPath
-
Returns whether the given string is valid as a segment in this path.
- isValidSegment(String) - Method in class org.eclipse.core.runtime.Path
-
- isValidWindowsPath(String) - Static method in class org.eclipse.core.runtime.Path
-
Returns whether the given string is syntactically correct as a path on
the Windows file system.
- isValidWindowsSegment(String) - Static method in class org.eclipse.core.runtime.Path
-
Returns whether the given string is valid as a segment in a path on the
Windows file system.
- makeAbsolute() - Method in interface org.eclipse.core.runtime.IPath
-
Returns an absolute path with the segments and device id of this path.
- makeAbsolute() - Method in class org.eclipse.core.runtime.Path
-
- makeAbsolute(URI, URI) - Static method in class org.eclipse.core.runtime.URIUtil
-
Returns an absolute URI that is created by appending the given relative URI to
the given base.
- makeRelative() - Method in interface org.eclipse.core.runtime.IPath
-
Returns a relative path with the segments and device id of this path.
- makeRelative() - Method in class org.eclipse.core.runtime.Path
-
- makeRelative(URI, URI) - Static method in class org.eclipse.core.runtime.URIUtil
-
Returns a URI equivalent to the given original URI, but relative to the given base
URI if possible.
- makeRelativeTo(IPath) - Method in interface org.eclipse.core.runtime.IPath
-
Returns a path equivalent to this path, but relative to the given base path if possible.
- makeRelativeTo(IPath) - Method in class org.eclipse.core.runtime.Path
-
Returns a path equivalent to this path, but relative to the given base path if possible.
- makeUNC(boolean) - Method in interface org.eclipse.core.runtime.IPath
-
Return a new path which is the equivalent of this path converted to UNC
form (if the given boolean is true) or this path not as a UNC path (if the given
boolean is false).
- makeUNC(boolean) - Method in class org.eclipse.core.runtime.Path
-
- matches(int) - Method in interface org.eclipse.core.runtime.IStatus
-
Returns whether the severity of this status matches the given
severity mask.
- matches(int) - Method in class org.eclipse.core.runtime.Status
-
- matchingFirstSegments(IPath) - Method in interface org.eclipse.core.runtime.IPath
-
Returns a count of the number of segments which match in
this path and the given path (device ids are ignored),
comparing in increasing segment number order.
- matchingFirstSegments(IPath) - Method in class org.eclipse.core.runtime.Path
-
- MemoryEventConstants - Class in org.eclipse.equinox.events
-
Defines constants for memory event handlers.
- merge(IStatus) - Method in class org.eclipse.core.runtime.MultiStatus
-
Merges the given status into this multi-status.
- MultiStatus - Class in org.eclipse.core.runtime
-
A concrete multi-status implementation,
suitable either for instantiating or subclassing.
- MultiStatus(String, int, IStatus[], String, Throwable) - Constructor for class org.eclipse.core.runtime.MultiStatus
-
Creates and returns a new multi-status object with the given children.
- MultiStatus(String, int, String, Throwable) - Constructor for class org.eclipse.core.runtime.MultiStatus
-
Creates and returns a new multi-status object with no children.
- Path - Class in org.eclipse.core.runtime
-
The standard implementation of the IPath interface.
- Path(String) - Constructor for class org.eclipse.core.runtime.Path
-
Constructs a new path from the given string path.
- Path(String, String) - Constructor for class org.eclipse.core.runtime.Path
-
Constructs a new path from the given device id and string path.
- PlatformObject - Class in org.eclipse.core.runtime
-
An abstract superclass implementing the IAdaptable
interface.
- PlatformObject() - Constructor for class org.eclipse.core.runtime.PlatformObject
-
Constructs a new platform object.
- PluginVersionIdentifier - Class in org.eclipse.core.runtime
-
- PluginVersionIdentifier(int, int, int) - Constructor for class org.eclipse.core.runtime.PluginVersionIdentifier
-
Deprecated.
Creates a plug-in version identifier from its components.
- PluginVersionIdentifier(int, int, int, String) - Constructor for class org.eclipse.core.runtime.PluginVersionIdentifier
-
Deprecated.
Creates a plug-in version identifier from its components.
- PluginVersionIdentifier(String) - Constructor for class org.eclipse.core.runtime.PluginVersionIdentifier
-
Deprecated.
Creates a plug-in version identifier from the given string.
- PREPEND_MAIN_LABEL_TO_SUBTASK - Static variable in class org.eclipse.core.runtime.SubProgressMonitor
-
Style constant indicating that the main task label
should be prepended to the subtask label.
- printStackTrace() - Method in exception org.eclipse.core.runtime.CoreException
-
Prints a stack trace out for the exception, and
any nested exception that it may have embedded in
its Status object.
- printStackTrace(PrintStream) - Method in exception org.eclipse.core.runtime.CoreException
-
Prints a stack trace out for the exception, and
any nested exception that it may have embedded in
its Status object.
- printStackTrace(PrintWriter) - Method in exception org.eclipse.core.runtime.CoreException
-
Prints a stack trace out for the exception, and
any nested exception that it may have embedded in
its Status object.
- ProgressMonitorWrapper - Class in org.eclipse.core.runtime
-
An abstract wrapper around a progress monitor which,
unless overridden, forwards IProgressMonitor
and IProgressMonitorWithBlocking methods to the wrapped progress monitor.
- ProgressMonitorWrapper(IProgressMonitor) - Constructor for class org.eclipse.core.runtime.ProgressMonitorWrapper
-
Creates a new wrapper around the given monitor.
- registerAdapters(IAdapterFactory, Class<?>) - Method in interface org.eclipse.core.runtime.IAdapterManager
-
Registers the given adapter factory as extending objects of the given
type.
- remove(Object) - Method in class org.eclipse.core.runtime.ListenerList
-
Removes a listener from this list.
- removeFileExtension() - Method in interface org.eclipse.core.runtime.IPath
-
Returns a new path which is the same as this path but with
the file extension removed.
- removeFileExtension() - Method in class org.eclipse.core.runtime.Path
-
- removeFileExtension(URI) - Static method in class org.eclipse.core.runtime.URIUtil
-
Returns a new URI which is the same as this URI but with the file extension removed
from the path part.
- removeFirstSegments(int) - Method in interface org.eclipse.core.runtime.IPath
-
Returns a copy of this path with the given number of segments
removed from the beginning.
- removeFirstSegments(int) - Method in class org.eclipse.core.runtime.Path
-
- removeLastSegments(int) - Method in interface org.eclipse.core.runtime.IPath
-
Returns a copy of this path with the given number of segments
removed from the end.
- removeLastSegments(int) - Method in class org.eclipse.core.runtime.Path
-
- removeTrailingSeparator() - Method in interface org.eclipse.core.runtime.IPath
-
Returns a path with the same segments as this path
but with a trailing separator removed.
- removeTrailingSeparator() - Method in class org.eclipse.core.runtime.Path
-
- resolve(URL) - Static method in class org.eclipse.core.runtime.FileLocator
-
Converts a URL that uses a client-defined protocol into a URL that uses a
protocol which is native to the Java class library (file, jar, http, etc).
- ROOT - Static variable in class org.eclipse.core.runtime.Path
-
Constant value containing the root path with no device on the local file system.
- run() - Method in interface org.eclipse.core.runtime.ISafeRunnable
-
Runs this runnable.
- run(ISafeRunnable) - Static method in class org.eclipse.core.runtime.SafeRunner
-
Runs the given runnable in a protected mode.
- SafeRunner - Class in org.eclipse.core.runtime
-
Runs the given ISafeRunnable in a protected mode: exceptions and certain
errors thrown in the runnable are logged and passed to the runnable's
exception handler.
- SafeRunner() - Constructor for class org.eclipse.core.runtime.SafeRunner
-
- sameURI(URI, URI) - Static method in class org.eclipse.core.runtime.URIUtil
-
Returns true if the two URIs are equal.
- segment(int) - Method in interface org.eclipse.core.runtime.IPath
-
Returns the specified segment of this path, or
null if the path does not have such a segment.
- segment(int) - Method in class org.eclipse.core.runtime.Path
-
- segmentCount() - Method in interface org.eclipse.core.runtime.IPath
-
Returns the number of segments in this path.
- segmentCount() - Method in class org.eclipse.core.runtime.Path
-
- segments() - Method in interface org.eclipse.core.runtime.IPath
-
Returns the segments in this path in order.
- segments() - Method in class org.eclipse.core.runtime.Path
-
- SEPARATOR - Static variable in interface org.eclipse.core.runtime.IPath
-
Path separator character constant "/" used in paths.
- setBlocked(IStatus) - Method in interface org.eclipse.core.runtime.IProgressMonitorWithBlocking
-
Indicates that this operation is blocked by some background activity.
- setBlocked(IStatus) - Method in class org.eclipse.core.runtime.ProgressMonitorWrapper
-
This implementation of a IProgressMonitorWithBlocking
method forwards to the wrapped progress monitor.
- setBlocked(IStatus) - Method in class org.eclipse.core.runtime.SubMonitor
-
- setCanceled(boolean) - Method in interface org.eclipse.core.runtime.IProgressMonitor
-
Sets the cancel state to the given value.
- setCanceled(boolean) - Method in class org.eclipse.core.runtime.NullProgressMonitor
-
This implementation sets the value of an internal state variable.
- setCanceled(boolean) - Method in class org.eclipse.core.runtime.ProgressMonitorWrapper
-
This implementation of a IProgressMonitor
method forwards to the wrapped progress monitor.
- setCanceled(boolean) - Method in class org.eclipse.core.runtime.SubMonitor
-
- setCode(int) - Method in class org.eclipse.core.runtime.Status
-
Sets the status code.
- setDevice(String) - Method in interface org.eclipse.core.runtime.IPath
-
Returns a new path which is the same as this path but with
the given device id.
- setDevice(String) - Method in class org.eclipse.core.runtime.Path
-
- setException(Throwable) - Method in class org.eclipse.core.runtime.Status
-
Sets the exception.
- setMessage(String) - Method in class org.eclipse.core.runtime.Status
-
Sets the message.
- setPlugin(String) - Method in class org.eclipse.core.runtime.Status
-
Sets the plug-in id.
- setSeverity(int) - Method in class org.eclipse.core.runtime.Status
-
Sets the severity.
- setTaskName(String) - Method in interface org.eclipse.core.runtime.IProgressMonitor
-
Sets the task name to the given value.
- setTaskName(String) - Method in class org.eclipse.core.runtime.NullProgressMonitor
-
This implementation does nothing.
- setTaskName(String) - Method in class org.eclipse.core.runtime.ProgressMonitorWrapper
-
This implementation of a IProgressMonitor
method forwards to the wrapped progress monitor.
- setTaskName(String) - Method in class org.eclipse.core.runtime.SubMonitor
-
- setWorkRemaining(int) - Method in class org.eclipse.core.runtime.SubMonitor
-
Sets the work remaining for this SubMonitor instance.
- size() - Method in class org.eclipse.core.runtime.ListenerList
-
Returns the number of registered listeners.
- Status - Class in org.eclipse.core.runtime
-
A concrete status implementation, suitable either for
instantiating or subclassing.
- Status(int, String, int, String, Throwable) - Constructor for class org.eclipse.core.runtime.Status
-
Creates a new status object.
- Status(int, String, String, Throwable) - Constructor for class org.eclipse.core.runtime.Status
-
Simplified constructor of a new status object; assumes that code is OK.
- Status(int, String, String) - Constructor for class org.eclipse.core.runtime.Status
-
Simplified constructor of a new status object; assumes that code is OK and
exception is null.
- SubMonitor - Class in org.eclipse.core.runtime
-
A progress monitor that uses a given amount of work ticks from a parent monitor.
- SubProgressMonitor - Class in org.eclipse.core.runtime
-
For new implementations consider using
SubMonitor.
- SubProgressMonitor(IProgressMonitor, int) - Constructor for class org.eclipse.core.runtime.SubProgressMonitor
-
Creates a new sub-progress monitor for the given monitor.
- SubProgressMonitor(IProgressMonitor, int, int) - Constructor for class org.eclipse.core.runtime.SubProgressMonitor
-
Creates a new sub-progress monitor for the given monitor.
- subTask(String) - Method in interface org.eclipse.core.runtime.IProgressMonitor
-
Notifies that a subtask of the main task is beginning.
- subTask(String) - Method in class org.eclipse.core.runtime.NullProgressMonitor
-
This implementation does nothing.
- subTask(String) - Method in class org.eclipse.core.runtime.ProgressMonitorWrapper
-
This implementation of a IProgressMonitor
method forwards to the wrapped progress monitor.
- subTask(String) - Method in class org.eclipse.core.runtime.SubMonitor
-
- subTask(String) - Method in class org.eclipse.core.runtime.SubProgressMonitor
-
- SUPPRESS_ALL_LABELS - Static variable in class org.eclipse.core.runtime.SubMonitor
-
May be passed as a flag to newChild.
- SUPPRESS_BEGINTASK - Static variable in class org.eclipse.core.runtime.SubMonitor
-
May be passed as a flag to newChild.
- SUPPRESS_NONE - Static variable in class org.eclipse.core.runtime.SubMonitor
-
May be passed as a flag to newChild.
- SUPPRESS_SETTASKNAME - Static variable in class org.eclipse.core.runtime.SubMonitor
-
May be passed as a flag to newChild.
- SUPPRESS_SUBTASK - Static variable in class org.eclipse.core.runtime.SubMonitor
-
May be passed as a flag to newChild.
- SUPPRESS_SUBTASK_LABEL - Static variable in class org.eclipse.core.runtime.SubProgressMonitor
-
Style constant indicating that calls to subTask
should not have any effect.
- toFile() - Method in interface org.eclipse.core.runtime.IPath
-
Returns a java.io.File corresponding to this path.
- toFile() - Method in class org.eclipse.core.runtime.Path
-
- toFile(URI) - Static method in class org.eclipse.core.runtime.URIUtil
-
Returns the URI as a local file, or null if the given
URI does not represent a local file.
- toFileURL(URL) - Static method in class org.eclipse.core.runtime.FileLocator
-
Converts a URL that uses a user-defined protocol into a URL that uses the file
protocol.
- toJarURI(URI, IPath) - Static method in class org.eclipse.core.runtime.URIUtil
-
Returns a Java ARchive (JAR) URI for an entry in a jar or zip file.
- toOSString() - Method in interface org.eclipse.core.runtime.IPath
-
Returns a string representation of this path which uses the
platform-dependent path separator defined by java.io.File.
- toOSString() - Method in class org.eclipse.core.runtime.Path
-
- TOPIC_ALL - Static variable in class org.eclipse.equinox.events.MemoryEventConstants
-
A memory event topic for all memory events.
- TOPIC_BASE - Static variable in class org.eclipse.equinox.events.MemoryEventConstants
-
The base topic that all memory events use.
- TOPIC_CRITICAL - Static variable in class org.eclipse.equinox.events.MemoryEventConstants
-
A memory event topic for critical memory events.
- TOPIC_NORMAL - Static variable in class org.eclipse.equinox.events.MemoryEventConstants
-
A memory event topic for normal memory events.
- TOPIC_SERIOUS - Static variable in class org.eclipse.equinox.events.MemoryEventConstants
-
A memory event topic for serious memory events.
- toPortableString() - Method in interface org.eclipse.core.runtime.IPath
-
Returns a platform-neutral string representation of this path.
- toPortableString() - Method in class org.eclipse.core.runtime.Path
-
- toString() - Method in interface org.eclipse.core.runtime.IPath
-
Returns a string representation of this path, including its
device id.
- toString() - Method in class org.eclipse.core.runtime.MultiStatus
-
Returns a string representation of the status, suitable
for debugging purposes only.
- toString() - Method in class org.eclipse.core.runtime.Path
-
- toString() - Method in class org.eclipse.core.runtime.PluginVersionIdentifier
-
Deprecated.
Returns the string representation of this version identifier.
- toString() - Method in class org.eclipse.core.runtime.QualifiedName
-
Converts this qualified name into a string, suitable for
debug purposes only.
- toString() - Method in class org.eclipse.core.runtime.Status
-
Returns a string representation of the status, suitable
for debugging purposes only.
- toUnencodedString(URI) - Static method in class org.eclipse.core.runtime.URIUtil
-
Returns a string representation of the given URI that doesn't have illegal
characters encoded.
- toURI(URL) - Static method in class org.eclipse.core.runtime.URIUtil
-
Returns the URL as a URI.
- toURL(URI) - Static method in class org.eclipse.core.runtime.URIUtil
-
Returns a URI as a URL.