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.wst.common.componentcore.ui.internal.taskwizard.WorkspaceRunnableAdapter.java

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

From source file org.eclipse.wst.common.frameworks.internal.ui.RunnableOperationWrapper.java

public class RunnableOperationWrapper implements IRunnableWithProgress {

    private IUndoableOperation undoableOperation;
    private IStatus status;

    public RunnableOperationWrapper(IUndoableOperation undoableOperation) {

From source file org.eclipse.wst.common.frameworks.internal.ui.RunnableWithProgressWrapper.java

/**
 * This is a wrapper for our IHeadlessRunnableWithProgress to the IRunnableWithProgress. This class
 * needs to be used when running the operation from a IRunnableContext.
 * 
 * @see IRunnableContext
 * @see JavaUIPlugin#getRunnableWithProgress Creation date: (5/8/2001 1:28:45 PM)

From source file org.eclipse.wst.common.project.facet.ui.internal.ConvertProjectToFacetedFormRunnable.java

/**
 * @author <a href="mailto:konstantin.komissarchik@oracle.com">Konstantin Komissarchik</a>
 */

public final class ConvertProjectToFacetedFormRunnable

From source file org.eclipse.wst.jsdt.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, IThreadListener {

From source file org.eclipse.wst.server.ui.internal.wizard.page.WorkspaceRunnableAdapter.java

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

From source file org.eclipse.wst.sse.sieditor.command.emf.wsdl.extract.ExtractNamespaceRunnable.java

public class ExtractNamespaceRunnable implements IRunnableWithProgress {

    private IStatus status;

    private final SchemaNode schemaNode;

From source file org.eclipse.wst.validation.internal.ui.plugin.RunnableWithProgressWrapper.java

/**
 * This is a wrapper for an IWorkspaceRunnable to the IRunnableWithProgress. This class needs to be
 * used when running the operation from a IRunnableContext.
 * 
 * @see IRunnableContext
 * @see ValidationUIPlugin#getRunnableWithProgress Creation date: (5/8/2001 1:28:45 PM)

From source file org.eclipse.wst.xml.ui.internal.wizards.ExampleProjectCreationOperation.java

public class ExampleProjectCreationOperation implements IRunnableWithProgress {

    private IResource elementToOpen;

    private IOverwriteQuery overwriteQuery;

From source file org.eclipse.wst.xquery.set.internal.launching.jobs.SETInstallValidator.java

public class SETInstallValidator implements IRunnableWithProgress {

    private IPath fScriptPath;
    private IStatus fResult;

    public SETInstallValidator(IPath path) {