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.xtext.ui.refactoring.ui.WorkbenchRunnableAdapter.java

/**
 * @author schill - Initial contribution and API
 * Due to visibility problems copied from org.eclipse.ltk.internal.ui.refactoring.WorkbenchRunnableAdapter
 */
public class WorkbenchRunnableAdapter implements IRunnableWithProgress, IThreadListener {

From source file org.eclipse.xtext.ui.wizard.IProjectCreator.java

/**
 * A project creator is used to create one or more projects.<br>
 * First the corresponding {@link IProjectInfo} is set. After that the
 * {@link #run(org.eclipse.core.runtime.IProgressMonitor)} method is called.<br>
 * If the execution successes, the result returned by {@link #getResult()} method<br>
 * will be selected and opened.

From source file org.elbe.relations.internal.utility.AbstractRunnableWithProgress.java

/**
 * Base class for runnable classes displaying a progress monitor.
 * 
 * @author Luthiger Created on 25.10.2008
 */
public abstract class AbstractRunnableWithProgress implements IRunnableWithProgress {

From source file org.emftext.language.emfdoc.ui.ExtractDocumentationProcess.java

public class ExtractDocumentationProcess implements IRunnableWithProgress {

    private final URI ecoreURI;
    private final URI ecoreDocURI;

    public ExtractDocumentationProcess(URI ecoreURI, URI ecoreDocURI) {

From source file org.emftext.sdk.ui.jobs.AbstractSyntaxGenerationProcess.java

public abstract class AbstractSyntaxGenerationProcess extends AbstractSyntaxGenerator
        implements IRunnableWithProgress {

    private final IFile file;

    public AbstractSyntaxGenerationProcess(IFile file) {

From source file org.emftext.sdk.ui.syntaxgenerator.jobs.SyntaxGenerationProcess.java

/**
 * Implements the generation process to derive a configurable syntax definition for a given metamodel
 *
 *
 * @author Christian Wende, Moritz Bartl
 *

From source file org.emftrace.ui.analysis.TransitivityAnalysisOperation.java

/**
 * This class provides the operation for validating traces, encapsulated in
 * an progress monitor dialog
 * 
 * @author Steffen Lehnert
 * @version 1.0

From source file org.emftrace.ui.modelimport.EMFTraceImportHelper.java

/**
 * Handles the import of models into a project.
 * 
 * @author  Steffen Lehnert
 * @version 1.0
 */

From source file org.emftrace.ui.rules.ImpactAnalysisOperation.java

/**
 * Implements a operation for executing type-based impact analysis
 * 
 * @author Steffen Lehnert
 * @version 1.0 
 */

From source file org.emftrace.ui.rules.RuleApplicationOperation.java

/**
 * This class provides the operation for executing rules, encapsulated in
 * an progress monitor dialog
 * 
 * @author Steffen Lehnert
 * @version 1.0