List of usage examples for org.eclipse.jface.operation IRunnableWithProgress interface-usage
From source file org.bonitasoft.studio.refactoring.core.script.IScriptRefactoringOperation.java
public interface IScriptRefactoringOperation extends IRunnableWithProgress {
String getRefactoredScript();
}
From source file org.bonitasoft.studio.simulation.commands.SimulationWithMonitorRunner.java
/** * @author Baptiste Mesta * */ public class SimulationWithMonitorRunner implements IRunnableWithProgress {
From source file org.bonitasoft.studio.validation.BatchValidationOperation.java
/** * @author Romain Bioteau * */ public class BatchValidationOperation implements IRunnableWithProgress {
From source file org.bonitasoft.studio.validation.common.operation.BatchValidationOperation.java
/** * @author Romain Bioteau */ public class BatchValidationOperation implements IRunnableWithProgress { private final Map<Diagram, DiagramEditPart> diagramsToDiagramEditPart = new HashMap<Diagram, DiagramEditPart>();
From source file org.bonitasoft.studio.validation.operation.BatchValidationOperation.java
/** * @author Romain Bioteau */ public class BatchValidationOperation implements IRunnableWithProgress { private final Map<Diagram, DiagramEditPart> diagramsToDiagramEditPart = new HashMap<Diagram, DiagramEditPart>();
From source file org.bundlemaker.core.ui.transformations.runner.UiTransformationScriptRunner.java
/** * @author Nils Hartmann (nils@nilshartmann.net) * */ public class UiTransformationScriptRunner extends TransformationScriptRunner implements IRunnableWithProgress {
From source file org.bundlemaker.core.ui.utils.ParseBundleMakerProjectRunnable.java
/**
* A {@link IRunnableWithProgress} that initializes and (re-parses) a bundlemaker project
*
* @see BundleMakerProjectOpener for a convienence class that not only parses the project but also runs all required
* actions for the UI handling
*
From source file org.caleydo.core.util.system.RemoteFile.java
/**
* helper class for handling remote files and local caches of them
*
* @author Samuel Gratzl
*
*/
From source file org.caleydo.data.pathway.kegg.KEGGParser.java
/** * @author Samuel Gratzl * */ public class KEGGParser implements IRunnableWithProgress, IPathwayLoader { private static final Logger log = Logger.create(KEGGParser.class);
From source file org.caleydo.data.pathway.wikipathways.WikiPathwaysParser.java
public class WikiPathwaysParser implements IPathwayLoader, IRunnableWithProgress { /** * Maps wikipathway db names to idtypes in caleydo. */ private Map<String, String> dbNameMap = new HashMap<>();