Example usage for org.eclipse.jface.util SafeRunnable subclass-usage

List of usage examples for org.eclipse.jface.util SafeRunnable subclass-usage

Introduction

In this page you can find the example usage for org.eclipse.jface.util SafeRunnable subclass-usage.

Usage

From source file com.aptana.ui.util.SafeMessageDialogRunnable.java

/**
 * A Runnable that opens a MessageDialog and performs an operation
 * 
 * @author Nam Le <nle@appcelerator.com>
 */
public abstract class SafeMessageDialogRunnable extends SafeRunnable {

From source file org.eclipse.ui.internal.EarlyStartupRunnable.java

/**
 * A utility class used to call #earlyStartup on the proper instance for a given
 * configuration element. There are a few steps to the process in order to
 * ensure compatibility with pre-3.0 plugins.
 * 
 * @since 3.0

From source file org.eclipse.ui.internal.navigator.NavigatorSafeRunnable.java

/**
 * @since 3.5
 * 
 */
public abstract class NavigatorSafeRunnable extends SafeRunnable {

From source file org.xwiki.eclipse.ui.utils.XWikiEclipseSafeRunnable.java

/**
 * @version $Id: 3835372c5313371dd7800b7f2846920048793151 $
 */
public abstract class XWikiEclipseSafeRunnable extends SafeRunnable {
    public XWikiEclipseSafeRunnable() {
        super("XWiki Eclipse was unable to complete the operation.");