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.pde.internal.ui.views.plugins.JavaSearchOperation.java

public class JavaSearchOperation implements IRunnableWithProgress {

    private IPluginModelBase[] fModels;
    private boolean fAdd;

    public JavaSearchOperation(IPluginModelBase[] models, boolean add) {

From source file org.eclipse.pde.internal.ui.wizards.product.BaseManifestOperation.java

public abstract class BaseManifestOperation implements IRunnableWithProgress {

    private Shell fShell;
    protected String fPluginId;

    public BaseManifestOperation(Shell shell, String pluginId) {

From source file org.eclipse.photran.internal.ui.actions.FortranEditorActionDelegate.java

/**
 * Base class (with utility methods) for Fortran editor actions
 * 
 * @author Jeff Overbey
 */
public abstract class FortranEditorActionDelegate extends Action

From source file org.eclipse.photran.internal.ui.actions.RefactoringAction.java

/**
 * A default action for refactorings, which provides a refactoring wizard and optionally generates
 * a simple user input page for that wizard based on {@link UserInputString} and
 * {@link UserInputBoolean} method annotations..
 *
 * @author Jeff Overbey

From source file org.eclipse.photran.internal.ui.actions.VPGWindowActionDelegate.java

/**
 * Abstract class for an {@link IWorkbenchWindowActionDelegate} that requires access to a VPG.
 * <p>
 * The user interface will allow this action to be run on any VPG contributed to the <i>vpg</i>
 * extension point.  If there is only one VPG, it will run on that; if multiple VPGs are available,
 * the user will be asked to select one.

From source file org.eclipse.php.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>.

From source file org.eclipse.php.internal.ui.WorkspaceRunnableAdapter.java

/**
 * IRunnableWithProgressAdapter to allow it to run an IWorkspaceRunnable.
 */
public class WorkspaceRunnableAdapter implements IRunnableWithProgress {
    private IWorkspaceRunnable workspaceRunnable;

From source file org.eclipse.plugin.worldwind.operation.GroundOverlayFetchOperation.java

/**
 * JFace operation to pre-fetch ground overlay layers. Used by the WMS Wizard
 * and others
 * @author Owner
 *
 */

From source file org.eclipse.plugin.worldwind.operation.WMSParseOperation.java

/**
 * WMS Parse JFace Operation
 * @author Owner
 *
 */
public class WMSParseOperation implements IRunnableWithProgress {

From source file org.eclipse.ptp.rdt.sync.ui.wizards.RemoteSyncWizardPageOperation.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 with