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.key_project.util.java.thread.IRunnableWithProgressAndResult.java

/**
 * Extended functionality of an {@link IRunnableWithProgress} that 
 * returns also one single result available via {@link #getResult()}.
 * @author Martin Hentschel
 */
public interface IRunnableWithProgressAndResult<T> extends IRunnableWithProgress {

From source file org.locationtech.udig.catalog.service.database.DatabaseConnectionRunnable.java

/**
 * A runnable that attempts to connect to a database. If it does it will get a list of all
 * the databases and store them for later access. If it does not then it will store an error
 * message.
 * 
 * @author jesse

From source file org.locationtech.udig.catalog.service.database.LookUpSchemaRunnable.java

/**
 * This runnable looks up the objects (typically tables and schemas) that can be used to
 * create layers from.  The objects should be verified as valid as much as possible.  This runnable
 * is ran in an isolated thread so it can connect to the database.
 * 
 *  <p> Please make sure to test against sources that are slow to connect to (slow ping) to

From source file org.locationtech.udig.processingtoolbox.styler.ProcessExecutorOperation.java

/**
 * ProcessExecutorOperation
 * 
 * @author Minpa Lee, MangoSystem
 * 
 * @source $URL$

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

/**
 * Box Plot(Box and Whisker) Dialog
 * 
 * @author Minpa Lee, MangoSystem
 * 
 * @source $URL$

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

/**
 * Bubble Chart Dialog
 * 
 * @author Minpa Lee, MangoSystem
 * 
 * @source $URL$

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

/**
 * Exports To SLD files
 * 
 * @author MapPlus
 */
public class ExportStyleDialog extends AbstractGeoProcessingDialog implements IRunnableWithProgress {

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

/**
 * Field Calculator Dialog
 * 
 * @author Minpa Lee, MangoSystem
 * 
 * @source $URL$

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

/**
 * Exports layers to other format
 * <p>
 * - GML, GeoJSON, KML ...
 * 
 * @author MapPlus

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

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