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.openchrom.chromatogram.msd.identifier.supplier.cdk.ui.internal.handlers.CalculateSmilesLibraryRunnable.java

public class CalculateSmilesLibraryRunnable implements IRunnableWithProgress {

    private IMassSpectra massSpectra;

    public CalculateSmilesLibraryRunnable(IMassSpectra massSpectra) {
        this.massSpectra = massSpectra;

From source file net.openchrom.chromatogram.msd.identifier.supplier.cdk.ui.internal.handlers.DeleteIdentificationsChromatogramRunnable.java

public class DeleteIdentificationsChromatogramRunnable implements IRunnableWithProgress {

    private IChromatogramSelectionMSD chromatogramSelection;

    public DeleteIdentificationsChromatogramRunnable(IChromatogramSelectionMSD chromatogramSelection) {
        this.chromatogramSelection = chromatogramSelection;

From source file net.openchrom.chromatogram.msd.processor.supplier.massshiftdetector.ui.runnables.ChromatogramImportRunnable.java

public class ChromatogramImportRunnable implements IRunnableWithProgress {

    private static final Logger logger = Logger.getLogger(ChromatogramImportRunnable.class);
    //
    private List<IChromatogramSelectionMSD> chromatogramSelections;
    private String pathChromatogramReference;

From source file net.openchrom.chromatogram.msd.processor.supplier.massshiftdetector.ui.runnables.IonCertaintiesCalculatorRunnable.java

public class IonCertaintiesCalculatorRunnable implements IRunnableWithProgress {

    private ProcessorData processorData;
    private CalculatedIonCertainties calculatedIonCertainties;

    public IonCertaintiesCalculatorRunnable(ProcessorData processorData) {

From source file net.openchrom.chromatogram.msd.processor.supplier.massshiftdetector.ui.runnables.ScanMarkerDetectorRunnable.java

public class ScanMarkerDetectorRunnable implements IRunnableWithProgress {

    private ProcessorData processorData;
    private List<IScanMarker> scanMarker;

    public ScanMarkerDetectorRunnable(ProcessorData processorData) {

From source file net.openchrom.chromatogram.xxd.baseline.detector.supplier.tic.ui.internal.modifier.BaselineDetectorRunnable.java

public class BaselineDetectorRunnable extends AbstractChromatogramProcessor implements IRunnableWithProgress {

    private static final String DESCRIPTION = "Threshold (TIC) Baseline";
    private static final String BASELINE_DETECTOR_ID = "net.openchrom.chromatogram.xxd.baseline.detector.supplier.tic";

    public BaselineDetectorRunnable(IChromatogramSelection chromatogramSelection) {

From source file net.openchrom.chromatogram.xxd.filter.supplier.meannormalizer.ui.modifier.FilterModifier.java

public class FilterModifier extends AbstractChromatogramProcessor implements IRunnableWithProgress {

    private static final String DESCRIPTION = "Mean Normalizer Filter";
    private static final String FILTER_ID = "net.openchrom.chromatogram.xxd.filter.supplier.meannormalizer";

    public FilterModifier(IChromatogramSelection chromatogramSelection) {

From source file net.openchrom.chromatogram.xxd.filter.supplier.multiplier.ui.modifier.FilterModifier.java

public class FilterModifier extends AbstractChromatogramProcessor implements IRunnableWithProgress {

    private static final String DESCRIPTION = "Multiplier Filter";
    private static final String FILTER_ID = "net.openchrom.chromatogram.xxd.filter.supplier.multiplier";

    public FilterModifier(IChromatogramSelection chromatogramSelection) {

From source file net.openchrom.chromatogram.xxd.filter.supplier.normalizer.ui.modifier.FilterModifier.java

public class FilterModifier extends AbstractChromatogramProcessor implements IRunnableWithProgress {

    private static final String DESCRIPTION = "Normalizer";
    private static final String FILTER_ID = "net.openchrom.chromatogram.xxd.filter.supplier.normalizer";

    public FilterModifier(IChromatogramSelection chromatogramSelection) {

From source file net.openchrom.chromatogram.xxd.filter.supplier.unitsumnormalizer.ui.modifier.FilterModifier.java

public class FilterModifier extends AbstractChromatogramProcessor implements IRunnableWithProgress {

    private static final String DESCRIPTION = "Unit Sum Normalizer";
    private static final String FILTER_ID = "net.openchrom.chromatogram.xxd.filter.supplier.unitsumnormalizer";

    public FilterModifier(IChromatogramSelection chromatogramSelection) {