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.apache.hdt.core.cluster.utils.JarModule.java

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

public class JarModule implements IRunnableWithProgress {

From source file org.apache.hdt.ui.wizards.api2.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.hdt.ui.wizards.api2.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.hdt.ui.wizards.api2.NewPartitionerWizard.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.hdt.ui.wizards.api2.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.hdt.ui.wizards.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.hdt.ui.wizards.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.hdt.ui.wizards.NewPartitionerWizard.java

/**
 * Wizard for creating a new Partitioner 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.hdt.ui.wizards.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.metro.studio.eclipse.ui.controller.CreateBlockProjectOperation.java

/**
 * @author <a href="mailto:dev@avalon.apache.org">Avalon Development Team</a>
 *
 */
public class CreateBlockProjectOperation implements IRunnableWithProgress {