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.hivdrc.client.dialogs.PredictProgressDialog.java

/**
 * This class represents a long running operation to delete IBioResources in an ArrayList.
 * If list contains folders, first remove the subResources of the folder and then the folder itself.
 * 
 * @author ola
 */

From source file org.jboss.tools.foundation.ui.xpl.taskwizard.WorkspaceRunnableAdapter.java

/**
 * IRunnableWithProgressAdapter to allow it to run an IWorkspaceRunnable.
 * @Since 1.1
 * 
 */
public class WorkspaceRunnableAdapter implements IRunnableWithProgress {

From source file org.jboss.tools.jst.web.ui.operation.WebNatureOperation.java

/**
 * 
 * @author glory
 * 
 */
public abstract class WebNatureOperation implements IRunnableWithProgress {

From source file org.jboss.tools.windup.core.GenerateWindupReportsOperation.java

/**
 * <p>
 * An {@link IRunnableWithProgress} for generating Windup Reports using the {@link WindupService}.
 * </p>
 */
public class GenerateWindupReportsOperation implements IRunnableWithProgress {

From source file org.jboss.tools.windup.ui.internal.archiver.ArchiveFileExportOperation.java

/**
 * <p>
 * Operation for exporting a {@link File} and its children to a new .zip or .tar.gz file.
 * </p>
 * 
 * <p>

From source file org.jcryptool.games.numbershark.strategies.CalculationThread.java

/**
 * Starts the calculation Thread
 * 
 * @author Johannes Spaeth
 * @version 0.9.5
 */

From source file org.jetbrains.kotlin.wizards.FileCreationOp.java

public class FileCreationOp implements IRunnableWithProgress {

    private final static String EXT = "." + JetFileType.INSTANCE.getDefaultExtension();

    private final IPackageFragmentRoot sourceDir;
    private final IPackageFragment packageFragment;

From source file org.jetbrains.kotlin.wizards.ProjectCreationOp.java

public class ProjectCreationOp implements IRunnableWithProgress {

    private static final String SRC_FOLDER = "src";
    private static final String BIN_FOLDER = "bin";

    private final IProjectDescription projectDescription;

From source file org.kalypso.contribs.eclipse.jface.operation.CoreRunnableWrapper.java

/**
 * This class wraps a {@link ICoreRunnableWithProgress} in a {@link IRunnableWithProgress}.
 *
 * @author Gernot Belger
 */
public final class CoreRunnableWrapper implements IRunnableWithProgress {

From source file org.kalypso.model.wspm.ui.profil.wizard.landuse.model.LanduseMappingUpdater.java

/**
 * @author Dirk Kuch
 */
public class LanduseMappingUpdater implements IRunnableWithProgress {
    private final ShapeFile m_file;