Example usage for org.eclipse.jface.operation IRunnableWithProgress interface-usage

List of usage examples for org.eclipse.jface.operation IRunnableWithProgress interface-usage

Introduction

In this page you can find the example usage for org.eclipse.jface.operation IRunnableWithProgress interface-usage.

Usage

From source file org.eclipse.edt.ide.rui.visualeditor.internal.wizards.insertwidget.GenerationProgress.java

public class GenerationProgress implements IRunnableWithProgress {
    private EvDesignOverlay evDesignOverlay;
    private EvDesignOverlayDropLocation dropLocation;
    private InsertDataNode rootInsertDataNode;

    public GenerationProgress(InsertDataNode rootInsertDataNode, EvDesignOverlay evDesignOverlay,

From source file org.eclipse.edt.ide.ui.internal.actions.WorkbenchRunnableAdapter.java

/**
 * An <code>IRunnableWithProgress</code> that adapts and  <code>IWorkspaceRunnable</code>
 * so that is can be executed inside <code>IRunnableContext</code>. <code>OperationCanceledException</code> 
 * thrown by the apapted runnabled are cought and rethrown as a <code>InterruptedException</code>.
 */
public class WorkbenchRunnableAdapter implements IRunnableWithProgress {

From source file org.eclipse.edt.ide.ui.internal.eglarpackager.IEglarExportRunnable.java

public interface IEglarExportRunnable extends IRunnableWithProgress {
    IStatus getStatus();
}

From source file org.eclipse.epf.authoring.ui.wizards.SynchronizationOperation.java

/**
 * Runs synchonization operation
 * 
 * @author BingXue Xu
 * @since 1.0
 *

From source file org.eclipse.epf.publishing.ui.internal.wizards.PublishConfigOperation.java

/**
 * The publish configuration operation.
 * 
 * @author Jinhua Xi
 * @author Kelvin Low
 * @since 1.0

From source file org.eclipse.epf.publishing.ui.wizards.PublishingOperation.java

/**
 * Performs the real work of publishing a Method Configuration.
 * 
 * @author Jinhua Xi
 * @author Kelvin Low
 * @since 1.0

From source file org.eclipse.epp.internal.mpc.ui.catalog.AbstractResourceRunnable.java

/**
 * A runnable that downloads a resource from an URL
 * 
 * @author David Green
 */
abstract class AbstractResourceRunnable implements IRunnableWithProgress, Callable<Object> {

From source file org.eclipse.epp.internal.mpc.ui.operations.AbstractProvisioningOperation.java

public abstract class AbstractProvisioningOperation implements IRunnableWithProgress {

    protected static final String P2_FEATURE_GROUP_SUFFIX = ".feature.group"; //$NON-NLS-1$

    protected final List<CatalogItem> items;

From source file org.eclipse.equinox.internal.p2.ui.discovery.operations.DiscoveryInstallOperation.java

/**
 * A job that configures a p2 install action for installing one or more {@link CatalogItem
 * connectors}. The bulk of the installation work is done by p2; this class just sets up the p2 repository meta-data and
 * selects the appropriate features to install. After running the job the install action
 * must be run to perform the installation.
 * 

From source file org.eclipse.equinox.p2.authoring.internal.SaveIURunnable.java

/**
 * A runnable capable of saving a query to a certain location. The location must be relative to the root of the local
 * file-system. Once saved, the resulting {@link org.eclipse.ui.IEditorInput IEditorInput} can be obtained through a
 * call to {@link #getSavedInput()}. That editor input will either be an
 * {@link org.eclipse.buckminster.ui.ExternalFileEditorInput ExternalFileEditorInput} or a
 * {@link org.eclipse.ui.IFileEditorInput IFileEditorInput} depending on if the location could be mapped to a file in an