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 net.sourceforge.texlipse.wizards.TexlipseProjectCreationOperation.java

/**
 * Operation to add latex nature to the project.
 * The main file is also created here, using the appropriate template.
 * 
 * @author Kimmo Karlsson
 */

From source file nz.ac.auckland.ptjava.internal.newprojectwizard.RunnableAdapter.java

/**
 * An adapter for running an IWorkspaceRunnable as an IRunnableWithProgress
 *
 */
public class RunnableAdapter implements IRunnableWithProgress {

From source file org.activiti.designer.eclipse.ui.ExportMarshallerRunnable.java

/**
 * Runnable that invokes {@link ExportMarshaller}s with progress display.
 * 
 * @author Tiese Barrell
 * @since 0.6.0
 * @version 1

From source file org.amanzi.splash.importer.AbstractImporter.java

/**
 * Abstract class that provides basic functionality for importing data into Splash
 * 
 * @author Lagutko_N
 * @since 1.0.0
 */

From source file org.apache.easyant4e.natures.AddEasyAntNatureOperation.java

/**
 * Add the EasyAnt nature to the project.
 */
public class AddEasyAntNatureOperation implements IRunnableWithProgress {

    private IProject project;

From source file org.apache.easyant4e.natures.RemoveEasyAntNatureOperation.java

/**
 * Remove the EasyAnt nature to the project.
 */
public class RemoveEasyAntNatureOperation implements IRunnableWithProgress {

    private IProject project;

From source file org.apache.hadoop.eclipse.NewDriverWizard.java

/**
 * Wizard for creating a new Driver class (a class that runs a MapReduce job).
 * 
 */

public class NewDriverWizard extends NewElementWizard implements INewWizard, IRunnableWithProgress {

From source file org.apache.hadoop.eclipse.NewMapperWizard.java

/**
 * Wizard for creating a new Mapper class (a class that runs the Map portion
 * of a MapReduce job). The class is pre-filled with a template.
 * 
 */

From source file org.apache.hadoop.eclipse.NewReducerWizard.java

/**
 * Wizard for creating a new Reducer class (a class that runs the Reduce
 * portion of a MapReduce job). The class is pre-filled with a template.
 * 
 */

From source file org.apache.hadoop.eclipse.server.JarModule.java

/**
 * Methods for interacting with the jar file containing the
 * Mapper/Reducer/Driver classes for a MapReduce job.
 */

public class JarModule implements IRunnableWithProgress {