List of usage examples for org.eclipse.jface.operation IRunnableWithProgress interface-usage
From source file net.openchrom.chromatogram.xxd.process.supplier.alignment.ui.internal.runnable.ApplyAlignmentRunnable.java
public class ApplyAlignmentRunnable implements IRunnableWithProgress { private List<IDataInputEntry> dataInputEntries; private IAlignmentResults alignmentResults; private IAlignmentSettings alignmentSettings;
From source file net.openchrom.chromatogram.xxd.process.supplier.alignment.ui.internal.runnable.CalculateAlignmentRunnable.java
public class CalculateAlignmentRunnable implements IRunnableWithProgress { private List<IDataInputEntry> dataInputEntries; private AlignmentResults alignmentResults; private IAlignmentSettings alignmentSettings;
From source file net.openchrom.xxd.processor.supplier.tracecompare.ui.internal.runnables.MeasurementImportRunnable.java
public class MeasurementImportRunnable implements IRunnableWithProgress { private static final Logger logger = Logger.getLogger(MeasurementImportRunnable.class); // private List<IChromatogramWSD> measurements; private List<File> measurementFiles;
From source file net.refractions.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 net.refractions.udig.InstallJaiStartup.java
/**
* This startup checks to see if the correct version of JAI and Image IO is installed and installs
* it in ~/Library/Java/Extensions/.
*
* @author jesse
* @since 1.1.0
From source file net.refractions.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 net.refractions.udig.tools.edit.commands.CommandRunner.java
/** * Executes a Command * @author Jesse * @since 1.1.0 */ public class CommandRunner implements IRunnableWithProgress {
From source file net.refractions.udig.tools.edit.commands.CommandUndoer.java
/** * Undoes a command * @author Jesse * @since 1.1.0 */ public class CommandUndoer implements IRunnableWithProgress {
From source file net.refractions.udig.transformtool.LayerTransform.java
/** * The transformation is made here. * * @author jezekjan */ public class LayerTransform implements IRunnableWithProgress {
From source file net.refractions.udig.transformtool.VectorLayerReader.java
public class VectorLayerReader implements IRunnableWithProgress { public static final String BLACKBOARD_PTS = "net.refractions.udig.transformtool.PTS"; /* public static final String BLACKBOARD_PTSRC = "net.refractions.udig.transformtool.PTSRC"; public static final String BLACKBOARD_PTDST = "net.refractions.udig.transformtool.PTDST";