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.emftrace.ui.validation.TraceLinkValidationOperation.java

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

From source file org.emftrace.ui.validation.TraceValidationOperation.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.fusesource.ide.camel.editor.restconfiguration.AddComponentDependencyRunnable.java

/**
 * @author brianf
 *
 */
public class AddComponentDependencyRunnable implements IRunnableWithProgress {

From source file org.fusesource.ide.imports.sap.SapToolSuiteInstaller.java

/**
 * SAP Tool Suite Installer
 * 
 * @author William Collins punkhornsw@gmail.com
 *
 */

From source file org.fusesource.ide.projecttemplates.actions.ui.SwitchCamelVersionRunnableWithProgress.java

final class SwitchCamelVersionRunnableWithProgress implements IRunnableWithProgress {

    private final SwitchCamelVersionWizard switchCamelVersionWizard;
    private final String newCamelVersion;

    SwitchCamelVersionRunnableWithProgress(SwitchCamelVersionWizard switchCamelVersionWizard,

From source file org.fusesource.ide.projecttemplates.tests.integration.wizards.EmptyProjectCreatorRunnable.java

class EmptyProjectCreatorRunnable implements IRunnableWithProgress {

    private final CamelProjectConfiguratorIT camelProjectConfiguratorIT;

    private static final String DUMMY_POM_CONTENT = "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n"
            + "<project xsi:schemaLocation=\"http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd\" xmlns=\"http://maven.apache.org/POM/4.0.0\"\n"

From source file org.fusesource.ide.projecttemplates.util.BasicProjectCreatorRunnable.java

/**
 * @author lheinema
 */
public abstract class BasicProjectCreatorRunnable implements IRunnableWithProgress {

    protected CommonNewProjectMetaData metadata;

From source file org.fusesource.ide.projecttemplates.util.CamelVersionChecker.java

/**
 * @author lheinema
 *
 */
public class CamelVersionChecker implements IRunnableWithProgress {

From source file org.fusesource.ide.projecttemplates.wizards.FuseIntegrationProjectCreatorRunnable.java

/**
 * @author Aurelien Pupier
 *
 */
public final class FuseIntegrationProjectCreatorRunnable implements IRunnableWithProgress {

From source file org.fusesource.ide.syndesis.extensions.ui.util.SyndesisVersionChecker.java

/**
 * @author lheinema
 *
 */
public class SyndesisVersionChecker implements IRunnableWithProgress {