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 eu.aniketos.wp1.ststool.threats.wizard.LookupThreatsPage.java

public class LookupThreatsPage extends WizardPage implements IRunnableWithProgress {

    private boolean isSearchPerformed;

    private ArrayList<Threat> threatsFromRepository;

From source file eu.geclipse.aws.ui.internal.AWSKeyStoreCreationOperation.java

/**
 * This {@link IRunnableWithProgress} object encapsulates the token creation
 * process of an {@link AWSAuthToken}. The creation and validation is confined
 * within its own runnable container. Any failures in creating the
 * {@link AWSAuthToken} result in a {@link AuthenticationException}, bound to
 * the problem <code>eu.geclipse.aws.ec2.problem.auth.authFailed</code>.

From source file eu.geclipse.ui.wizards.GridProjectCreationOperation.java

public class GridProjectCreationOperation implements IRunnableWithProgress {

    private GridProjectProperties properties;

    private IProject gridProject;

From source file eu.numberfour.n4js.ui.export.AbstractExportOperation.java

/**
 * Base class for exporting content of a given N4JS project, such as NFAR exports.
 */
public abstract class AbstractExportOperation implements IRunnableWithProgress {

    /** The file to be created. */

From source file eu.udig.imagegeoreferencing.DeleteImageTool.java

/**
 * Deletes the given geoImage.
 * 
 * @author GDavis
 *
 */

From source file eu.udig.imagegeoreferencing.LoadImageTool.java

/**
 * Loads the given file name into an image and loads it onto the map.
 * 
 * @author GDavis
 *
 */

From source file eu.udig.imagegeoreferencing.WarpImageTool.java

/**
 * Warps the given geoImage.
 * 
 * @author GDavis
 *
 */

From source file ext.org.eclipse.jdt.internal.ui.actions.WorkbenchRunnableAdapter.java

/**
 * An {@link IRunnableWithProgress} that adapts an {@link IWorkspaceRunnable} so that is can be
 * executed inside an {@link IRunnableContext}. The runnable is run as an
 * {@linkplain JavaCore#run(IWorkspaceRunnable, ISchedulingRule, IProgressMonitor) atomic Java model operation}.
 * <p>
 * {@link OperationCanceledException}s thrown by the

From source file fede.workspace.tool.view.menu.LogicalWorkspaceOperation.java

public final class LogicalWorkspaceOperation implements IRunnableWithProgress {
    /**
     * 
     */
    private final String operationName;
    private final IWorkspaceRunnable action;

From source file fr.obeo.dsl.designer.documentation.generator.GenerationRunnable.java

/**
 * Runnable in charge of generating the documentation.
 * 
 * @author adaussy
 */
public class GenerationRunnable implements IRunnableWithProgress {