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.mylyn.internal.bugs.OpenBugzillaReportJob.java

/**
 * @author Mik Kersten
 */
public class OpenBugzillaReportJob implements IRunnableWithProgress {

    private int id;

From source file org.eclipse.mylyn.internal.discovery.ui.AbstractInstallJob.java

/**
 * @author Steffen Pingel
 */
public abstract class AbstractInstallJob implements IRunnableWithProgress {

    public abstract Set<String> getInstalledFeatures(IProgressMonitor monitor);

From source file org.eclipse.mylyn.internal.sandbox.bridge.bugs.IBugzillaSearchOperation.java

/**
 * Interface for the bugzilla search operation
 * 
 * @author Shawn Minto
 * 
 *         TODO: Delete once not requred by sandbox

From source file org.eclipse.mylyn.internal.sandbox.ui.planner.TaskReportGenerator.java

/**
 * @author Ken Sueda
 * @author Mik Kersten
 * @author Rob Elves (scope report to specific categories and queries)
 */
public class TaskReportGenerator implements IRunnableWithProgress {

From source file org.eclipse.mylyn.internal.tasks.ui.TaskListModifyOperation.java

/**
 * Use to perform atomic operations on the task list i.e. open/restore
 * 
 * @author Rob Elves
 * @since 3.0
 */

From source file org.eclipse.mylyn.internal.tasks.ui.util.TaskDataExportOperation.java

/**
 * Zips task data up to specified directly and filename.
 * 
 * @author Wesley Coelho
 * @author Mik Kersten
 * @author Rob Elves TODO: Move into internal.tasks.core

From source file org.eclipse.mylyn.tasks.ui.TaskListDataMigration.java

/**
 * Migrate 0.6 -> 0.7 mylar data format
 * 
 * @author Rob Elves
 */
public class TaskListDataMigration implements IRunnableWithProgress {

From source file org.eclipse.n4js.jsdoc2spec.ui.adoc.TaskGenerateAdoc.java

/**
 * This class contains methods to generate adoc files.
 */
class TaskGenerateAdoc implements IRunnableWithProgress {
    final JSDoc2ADocSpecProcessor jsDoc2SpecProcessor;
    final IResourceSetProvider resourceSetProvider;

From source file org.eclipse.n4js.jsdoc2spec.ui.adoc.TaskWriteFiles.java

/**
 * This class contains methods to compute html from adoc files.
 */
class TaskWriteFiles implements IRunnableWithProgress {
    final SpecProcessPage processOutputPage;
    final TaskGenerateAdoc taskGenAdoc;

From source file org.eclipse.n4js.ui.wizard.dependencies.RunnableInstallDependencies.java

/**
 * Runnable collector of the workspace projects setting files. Note single instance single use, not thread safe.
 */
public class RunnableInstallDependencies implements IRunnableWithProgress {
    private MultiStatus multistatus;
    private InstallOptions options;