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.ptp.rdt.ui.wizards.ServiceModelWizardPageOperation.java

/**
 * An operation which handles configuring the remote portions of the Remote C/C++ Project
 * when the project is actually being created.
 * <strong>EXPERIMENTAL</strong>. This class or interface has been added as
 * part of a work in progress. There is no guarantee that this API will work or
 * that it will remain the same. Please do not use this API without consulting

From source file org.eclipse.ptp.rm.ibm.lsf.ui.LSFCommand.java

/**
 * This class implements invocation of LSF commands as a job running on a non-UI
 * thread with the ability for the user to cancel the job.
 */
public class LSFCommand implements IRunnableWithProgress {

From source file org.eclipse.recommenders.codesearch.rcp.index.ui.ProjectIndexerRunnable.java

public class ProjectIndexerRunnable implements IRunnableWithProgress {

    private final IJavaProject project;
    private final CodeIndexer indexer;
    private IPackageFragmentRoot[] roots;
    private IProgressMonitor monitor;

From source file org.eclipse.sirius.tree.ui.tools.internal.editor.listeners.ExpandDTreeItemRunnableWithProgress.java

/**
 * Refresh tree elements when a SWT TreeItem is expanded.
 * 
 * @author <a href="mailto:belqassim.djafer@obeo.fr">Belqassim Djafer</a>
 */
public class ExpandDTreeItemRunnableWithProgress implements IRunnableWithProgress {

From source file org.eclipse.sirius.ui.business.api.resource.LoadEMFResourceRunnableWithProgress.java

/**
 * Runnable to load an EMF resource.
 * 
 * @author mchauvin
 * @since 0.9.0
 */

From source file org.eclipse.sirius.ui.tools.internal.operations.SemanticResourceAdditionOperation.java

/**
 * Operation to add a semantic resource to a session.
 * 
 * @author mchauvin
 */
public class SemanticResourceAdditionOperation implements IRunnableWithProgress {

From source file org.eclipse.team.internal.ccvs.ui.actions.EditorsAction.java

/**
 * This Action gets the <code>EditorsInfo[]</code>
 * It is used by the <code>ShowEditorAction</code> 
 * and <code>ShowEditorAction</code>.
 * 
 * @author <a href="mailto:gregor.kohlwes@csc.com,kohlwes@gmx.net">Gregor

From source file org.eclipse.team.svn.ui.discovery.IConnectorsInstallJob.java

/**
 * Interface for install jobs
 * 
 * @author Igor Burilo
 */
public interface IConnectorsInstallJob extends IRunnableWithProgress {

From source file org.eclipse.team.svn.ui.utility.ICancellableOperationWrapper.java

/**
 * Interface that provide information about executed operation and cacellation flag
 * 
 * @author Alexander Gurov
 */
public interface ICancellableOperationWrapper extends IRunnableWithProgress {

From source file org.eclipse.team.ui.TeamOperation.java

/**
 * An operation that can be configured to run in the foreground using
 * the {@link org.eclipse.ui.progress.IProgressService} or the background
 * as a {@link org.eclipse.core.runtime.jobs.Job}. The execution context is determined
 * by what is returned by the {@link #canRunAsJob()} hint which may be overridden by subclasses. 
 * Subclass must override the <code>run(IProgressMonitor)</code> method to perform