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 com.nokia.tools.theme.s60.ui.wizards.ExportThemeOperation.java

public class ExportThemeOperation implements IRunnableWithProgress {

    private String target;

    private IProject source;

From source file com.nokia.tools.theme.s60.ui.wizards.ImportProjectFromDirectoryOperation.java

/**
 * The Class ImportProjectFromDirectoryOperation.
 */
public class ImportProjectFromDirectoryOperation implements IRunnableWithProgress {

    static final int BUFF_SIZE = 100000;

From source file com.nokia.tools.theme.s60.ui.wizards.ImportProjectFromZipOperation.java

/**
 * The Class ImportProjectFromZipOperation.
 */
public class ImportProjectFromZipOperation implements IRunnableWithProgress {

    static final int BUFF_SIZE = 100000;

From source file com.nokia.tools.theme.s60.ui.wizards.ImportThemeOperation.java

public class ImportThemeOperation implements IRunnableWithProgress {
    private IProject target;

    private String source;

    private String importType;

From source file com.nokia.tools.variant.confml.core.operations.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 com.nokia.tools.vct.common.ui.operations.WorkbenchRunnableAdapter.java

public class WorkbenchRunnableAdapter implements IRunnableWithProgress, IThreadListener {

    private boolean fTransfer = false;
    private IWorkspaceRunnable fWorkspaceRunnable;
    private ISchedulingRule fRule;

From source file com.pps.webos.wizards.NewWebOSProjectOperation.java

/**
 * @author justinm
 *
 */
public class NewWebOSProjectOperation implements IRunnableWithProgress {

From source file com.puppetlabs.geppetto.ui.wizard.ModuleExportOperation.java

public abstract class ModuleExportOperation implements IRunnableWithProgress {
    static class ExportSpec {
        private final File moduleDirectory;

        private final FileFilter fileFilter;

From source file com.runwaysdk.manager.controller.ExportWorker.java

public class ExportWorker implements IRunnableWithProgress {
    private File location;

    private IExportStrategy strategy;

    private IConfiguration configuration;

From source file com.siteview.mde.internal.ui.correction.java.FindClassResolutionsOperation.java

/**
 * This Operation is used to find possible resolutions to an unresolved class reference in a plug-in project.
 * When it is run, it will pass any ExportPackageDescriptions which provide the package to the AbstractClassResolutionCollector.
 * The AbstractClassResolutionCollector is responsible for creating the appropriate resolutions.
 *
 * @since 3.4