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 com.centurylink.mdw.plugin.project.assembly.ProjectUpdater.java

/**
 * Updates a project from an archive file located at a url by downloading the
 * archived resource into the project and then unpacking it in place before
 * deleting it.
 */
public class ProjectUpdater implements IRunnableWithProgress {

From source file com.centurylink.mdw.plugin.server.WebLogicServerConfigurator.java

@SuppressWarnings("restriction")
public class WebLogicServerConfigurator extends ServerConfigurator implements IRunnableWithProgress {
    public WebLogicServerConfigurator(ServerSettings serverSettings) {
        super(serverSettings);
    }

From source file com.cloudbees.eclipse.run.ui.wizards.CBWebAppWizardFinishOperation.java

public class CBWebAppWizardFinishOperation implements IRunnableWithProgress {

    private static final String ERROR_TITLE = "Error";
    private static final String ERROR_MSG = "Received error while creating new project";

    private final static boolean SUPPORT_CANCEL = false;;

From source file com.codenvy.eclipse.ui.wizard.common.jobs.LoadWorkspacesJob.java

/**
 * Job to load workspaces list from a remote Codenvy repository.
 * 
 * @author Stphane Daviet
 * @author Kevin Pollet
 */

From source file com.elphel.vdt.ui.wizards.module.NewModuleOperation.java

/**
 * New Verilog module creation.
 * 
 * Created: 16.12.2005
 * @author  Lvov Konstantin
 */

From source file com.elphel.vdt.ui.wizards.project.NewProjectOperation.java

/**
 * New Verilog project creation.
 * 
 * Created: 20.02.2006
 * @author  Lvov Konstantin
 */

From source file com.gigaspaces.azure.runnable.AccountActionRunnable.java

public abstract class AccountActionRunnable implements IRunnableWithProgress, LoadingAccoutListener {

    protected PublishData data;
    protected Shell shell;

    private IProgressMonitor progressMonitor;

From source file com.google.dart.tools.ui.internal.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>

From source file com.google.dart.tools.ui.internal.actions.WorkbenchRunnableAdapter_OLD.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>

From source file com.googlecode.osde.internal.ui.wizards.newrestprj.RestfulAccessProjectFactory.java

class RestfulAccessProjectFactory implements IRunnableWithProgress {
    private static final Logger logger = new Logger(RestfulAccessProjectFactory.class);
    private String srcFolderName;
    private String libFolderName;
    private IProject newProjectHandle;
    private String binFolderName;