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.nuxeo.ide.connect.ui.ExportTask.java

/**
 * @author <a href="mailto:bs@nuxeo.com">Bogdan Stefanescu</a>
 * 
 */
public class ExportTask implements IRunnableWithProgress {

From source file org.objectstyle.wolips.core.tobeintregrated.MethodSearch.java

public class MethodSearch implements IRunnableWithProgress {

    private static final int MAX_RUN = 100;

    private static final String SOURCE_FOLDER = "src";

From source file org.objectstyle.wolips.templateengine.AbstractEngine.java

/**
 * @author ulrich
 */
public abstract class AbstractEngine implements IRunnableWithProgress {
    private String projectName;

From source file org.objectstyle.wolips.templateengine.TemplateEngine.java

/**
 * @author ulrich
 */
public class TemplateEngine implements IRunnableWithProgress {
    public static final String WOLIPS_LOADER = "wolips";

From source file org.objectstyle.wolips.wizards.EOModelCreator.java

/**
 * @author mnolte
 * @author uli Creates new eo model file resources from values gathered by
 *         EOModelCreationPage. <br>
 * @author mschrag uses Entity Modeler API's now
 */

From source file org.objectstyle.wolips.wizards.WOComponentCreator.java

/**
 * @author mnolte
 * @author uli
 */
public class WOComponentCreator implements IRunnableWithProgress {
    private String componentName;

From source file org.objectstyle.wolips.wizards.WOSubprojectCreator.java

/**
 * @author mnolte
 * @author uli
 */
public class WOSubprojectCreator implements IRunnableWithProgress {

From source file org.osate.internal.ui.actions.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 {

From source file org.pentaho.di.ui.spoon.dialog.SearchFieldsProgressDialog.java

/**
 *
 *
 * @author Matt
 * @since 10-mrt-2005
 */

From source file org.python.pydev.ui.pythonpathconf.ObtainInterpreterInfoOperation.java

/**
 * Creates the interpreter info in a separate operation.
 */
public class ObtainInterpreterInfoOperation implements IRunnableWithProgress {

    static class OperationMonitor extends ProgressMonitorWrapper {