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 dynamicrefactoring.domain.RefactoringPlanExecutor.java

/**
 * Permite ejecutar un conjunto de refactorizaciones que conforman un plan de
 * refactorizaciones.
 * 
 * @author <A HREF="mailto:lfd0002@alu.ubu.es">Laura Fuente de la Fuente</A>
 */

From source file edu.tsinghua.lumaqq.ui.jobs.IJob.java

/**
 * ?
 * 
 * @author luma
 */
public interface IJob extends IRunnableWithProgress {

From source file egovframework.hdev.imp.ide.wizards.operation.NewDeviceAPIWebProjectOperation.java

/**  
 * @Class Name : DeviceAPIProjectCreationOperation
 * @Description : DeviceAPIProjectCreationOperation Class
 * @Modification Information  
 * @
 * @  ?         ?      

From source file es.axios.udig.spatialoperations.internal.processmanager.ISOProcess.java

/**
 * Interface of spatial operation process
 * <p>
 *
 * </p>
 * @author Mauricio Pazos (www.axios.es)

From source file es.axios.udig.spatialoperations.ui.taskmanager.ISOTaskMonitor.java

/**
 * @author Mauricio Pazos (www.axios.es)
 * @author Aritz Davila   (www.axios.es)
 */
interface ISOTaskMonitor extends IRunnableWithProgress {

From source file eu.aniketos.securebpmn.validation.ValidateAslanRunnable.java

/**
 * A Runnable that generates the ASLan file and analyzes it via SATMC for a
 * given Diagram.
 *
 *
 */

From source file eu.aniketos.wp1.ststool.diagram.custom.imports.ImportWizard.java

public class ImportWizard extends Wizard implements IRunnableWithProgress {

    private ImportWizardPage page1;

    private IWorkbench workbench = null;

From source file eu.aniketos.wp1.ststool.diagram.custom.screenshotgenerator.ExportImageWizard.java

public class ExportImageWizard extends Wizard implements IRunnableWithProgress {

    private final static String INITDATA = "ExportImageWizardInitData";

    private WizardData wizardData;
    private ExoprtImageWizardPage page = new ExoprtImageWizardPage();

From source file eu.aniketos.wp1.ststool.diagram.sheet.ThreatEventPropertySection.java

/**
 * This class represents a long running operation
 * @generated NOT
 */
class ConnectionInitiationHandler implements IRunnableWithProgress {

From source file eu.aniketos.wp1.ststool.report.wizard.GenerateReportWizard.java

public class GenerateReportWizard extends Wizard implements IRunnableWithProgress {

    private final static String INITDATA = "ReportWizardInitData";

    private WizardData wizardData;
    private StsToolDiagramEditor editor;