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.locationtech.udig.processingtoolbox.tools.MergeFeaturesDialog.java

/**
 * Combines multiple input datasets of the same data type into a single, new output dataset.
 * 
 * @author MapPlus
 */
public class MergeFeaturesDialog extends AbstractGeoProcessingDialog implements IRunnableWithProgress {

From source file org.locationtech.udig.processingtoolbox.tools.MoranScatterPlotDialog.java

/**
 * Moran Scatter Plot Dialog
 * 
 * @author Minpa Lee, MangoSystem
 * 
 * @source $URL$

From source file org.locationtech.udig.processingtoolbox.tools.ScatterPlotDialog.java

/**
 * Scatter Plot Dialog
 * 
 * @author Minpa Lee, MangoSystem
 * 
 * @source $URL$

From source file org.locationtech.udig.processingtoolbox.tools.SplitByAttributesDialog.java

/**
 * Splits a layer according to attributes within the selected field producing a separate shapefile
 * for common attributes.
 * 
 * @author MapPlus
 */

From source file org.locationtech.udig.processingtoolbox.tools.SplitByFeaturesDialog.java

/**
 * Splits the features creates a subset of multiple output features.
 * 
 * @author MapPlus
 */
public class SplitByFeaturesDialog extends AbstractGeoProcessingDialog implements IRunnableWithProgress {

From source file org.locationtech.udig.processingtoolbox.tools.TextfileToPointDialog.java

/**
 * Convert Text file to Point features.
 * 
 * @author Minpa Lee, MangoSystem
 * 
 * @source $URL$

From source file org.locationtech.udig.project.ui.wizard.export.project.ExportProjectWizard.java

/**
 * Wizard for exporting a project, its maps and all associated data to a project.
 * 
 * @author Jesse
 */
public class ExportProjectWizard extends Wizard implements IExportWizard, IRunnableWithProgress {

From source file org.locationtech.udig.tools.edit.commands.CommandRunner.java

/**
 * Executes a Command
 * @author Jesse
 * @since 1.1.0
 */
public class CommandRunner implements IRunnableWithProgress {

From source file org.locationtech.udig.tools.edit.commands.CommandUndoer.java

/**
 * Undoes a command
 * @author Jesse
 * @since 1.1.0
 */
public class CommandUndoer implements IRunnableWithProgress {

From source file org.maven.ide.eclipse.subclipse.MavenCheckoutOperation.java

/**
 * Checkout operation
 * 
 * @author Eugene Kuleshov
 */
public class MavenCheckoutOperation implements IRunnableWithProgress {