Package | Description |
---|---|
org.eclipse.core.runtime |
Provides support for the runtime platform, core utility methods and the extension registry.
|
org.eclipse.jface.util |
Provides useful building blocks used throughout JFace,
including property change events, a listener list implementation, and runtime
checked assertions.
|
Modifier and Type | Method and Description |
---|---|
static void |
SafeRunner.run(ISafeRunnable code)
Runs the given runnable in a protected mode.
|
static void |
Platform.run(ISafeRunnable runnable)
Deprecated.
clients should use
SafeRunner#run instead |
Modifier and Type | Class and Description |
---|---|
class |
SafeRunnable
Implements a default implementation of ISafeRunnable.
|
Modifier and Type | Method and Description |
---|---|
static void |
SafeRunnable.run(ISafeRunnable runnable)
Runs the given safe runnable using the safe runnable runner.
|
void |
ISafeRunnableRunner.run(ISafeRunnable code)
Runs the runnable.
|
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.