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.rubypeople.rdt.internal.ui.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 adapted runnable are caught and re-thrown as a <code>InterruptedException</code>.
 */
public class WorkbenchRunnableAdapter implements IRunnableWithProgress {

From source file org.rubypeople.rdt.internal.ui.wizards.buildpaths.newsourcepage.LoadpathModifierOperation.java

/**
 * Abstract class which represents classpath modifier operation, this is, 
 * Operation that call methods on <code>LoadpathModifier</code>.
 */
public abstract class LoadpathModifierOperation extends LoadpathModifier implements IRunnableWithProgress {
    protected ILoadpathInformationProvider fInformationProvider;

From source file org.sonar.ide.eclipse.ui.internal.wizards.ServerConnectionTestJob.java

final class ServerConnectionTestJob implements IRunnableWithProgress {

    private IStatus status;

    private final String username;
    private final String password;

From source file org.sonarlint.eclipse.ui.internal.server.wizard.ServerConnectionTestJob.java

final class ServerConnectionTestJob implements IRunnableWithProgress {

    private IStatus status;
    private final IServer server;
    private final String username;
    private final String password;

From source file org.spearce.egit.core.op.CloneOperation.java

/**
 * Clones a repository from a remote location to a local location.
 */
public class CloneOperation implements IRunnableWithProgress {
    private final URIish uri;

From source file org.spearce.egit.core.op.ListRemoteOperation.java

/**
 * Operation of listing remote repository advertised refs.
 */
public class ListRemoteOperation implements IRunnableWithProgress {
    private final Repository localDb;

From source file org.spearce.egit.core.op.PushOperation.java

/**
 * Push operation: pushing from local repository to one or many remote ones.
 */
public class PushOperation implements IRunnableWithProgress {
    private static final int WORK_UNITS_PER_TRANSPORT = 10;

From source file org.springframework.ide.eclipse.wizard.template.DownloadDescriptorJob.java

/**
 * Refreshes the list of remote and self-hosted template descriptors.
 */
public class DownloadDescriptorJob implements IRunnableWithProgress {

    public ContentManager getContentManager() {

From source file org.springframework.ide.eclipse.wizard.template.TemplateDataUIJob.java

/**
 * Fetches the contents of a template, and set the data in the given template.
 * If the data is already local, it will just set it in the template. Otherwise
 * it will download the template data. Even if the data is already local, if
 * there is a newer version of the template, then a download will be performed.
 * Special exceptions like Simple Projects that do not require download as they