Uses of Interface
org.eclipse.core.runtime.ISafeRunnableWithResult
Packages that use ISafeRunnableWithResult
Package
Description
Provides support for the runtime platform, core utility methods and the extension registry.
-
Uses of ISafeRunnableWithResult in org.eclipse.core.runtime
Methods in org.eclipse.core.runtime with parameters of type ISafeRunnableWithResultModifier and TypeMethodDescriptionstatic <T> T
SafeRunner.run
(ISafeRunnableWithResult<T> code) Runs the given runnable in a protected mode and returns the result given by the runnable.