List of usage examples for org.eclipse.jface.operation IRunnableWithProgress interface-usage
From source file org.caleydo.datadomain.genetic.GeneticDataDomainInitialization.java
/**
* Class that triggers the creation of all genetic {@link IDType}s and mappings.
*
* @author Marc Streit
*
*/
From source file org.cloudsmith.geppetto.ui.wizard.ModuleExportOperation.java
public abstract class ModuleExportOperation implements IRunnableWithProgress { static class ExportSpec { private final File moduleDirectory; private final FileFilter fileFilter;
From source file org.cmg.ml.sam.jobs.PathFormulaeSatisfactionCheckerJob.java
/** * @author loreti * */ public class PathFormulaeSatisfactionCheckerJob<T> implements IRunnableWithProgress {
From source file org.cmg.ml.sam.jobs.PathProbabilityComputationJob.java
/** * @author loreti * */ public class PathProbabilityComputationJob<T> implements IRunnableWithProgress {
From source file org.cmg.ml.sam.jobs.SimulationJob.java
/** * @author loreti * */ public class SimulationJob implements IRunnableWithProgress {
From source file org.cmg.ml.sam.jobs.StateFormulaeSatisfactionCheckerJob.java
/** * @author loreti * */ public class StateFormulaeSatisfactionCheckerJob<T> implements IRunnableWithProgress {
From source file org.cmg.ml.sam.population.modelchecker.SatIntervalComputationJob.java
/** * @author loreti * */ public class SatIntervalComputationJob implements IRunnableWithProgress {
From source file org.cs3.pdt.common.example.ExampleProjectCreationOperation.java
public class ExampleProjectCreationOperation implements IRunnableWithProgress { private IResource elementToOpen; private String urlToOpen;
From source file org.cubictest.export.DirectoryWalker.java
/**
* Directory walker for CubicTest export.
*
* @author ovstetun
* @author chr_schwarz
*/
From source file org.cubictest.export.ICubicTestRunnable.java
/**
* Base interface for runnable test exporters/plugins.
*
* @author Christian Schwarz
*
*/