List of usage examples for org.eclipse.jface.operation IRunnableWithProgress interface-usage
From source file ag.ion.noa4e.ui.operations.ActivateOfficeApplicationOperation.java
/**
* Operation in order to activate OpenOffice.org application.
*
* @author Andreas Brker
* @version $Revision: 11742 $
*/
From source file ag.ion.noa4e.ui.operations.FindApplicationInfosOperation.java
/**
* Operation in order to find OpenOffice.org application infos.
*
* @author Andreas Brker
* @version $Revision: 11686 $
*/
From source file ag.ion.noa4e.ui.operations.LoadDocumentOperation.java
/**
* Operation in order to load a OpenOffice.org document.
*
* @author Andreas Brker
* @version $Revision: 11672 $
*/
From source file ariba.ideplugin.eclipse.wizards.CreateProject.java
public class CreateProject implements IRunnableWithProgress {
String _projectName;
Map<String, String> _paramMap;
File _templateLoc;
AWScriptRunner _connector;
From source file br.ufmg.dcc.tabuleta.actions.LoadConcernModelAction.java
/** * This action class is in charge of loading a concern model in memory * and displaying it in the ConcernMapper view. */ public class LoadConcernModelAction implements IObjectActionDelegate, IRunnableWithProgress { /** The file to load. */
From source file ca.mcgill.sable.soot.launching.SootProcessRunner.java
/** * Handles launching Soot as a separate J*ava process. * Not currently used. */ public class SootProcessRunner implements IRunnableWithProgress {
From source file ca.mcgill.sable.soot.launching.SootRunner.java
/** * Runs Soot and creates Handler for Soot output. */ public class SootRunner implements IRunnableWithProgress { Display display;
From source file ca.uvic.chisel.javasketch.ui.internal.presentation.ExpandToRootRunnable.java
/**
* A little runnable that will expand a sequence chart along a path, and optionally set the
* end of the path to the new root.
* @author Del Myers
*
*/
From source file ca.uvic.chisel.logging.eclipse.internal.network.LogUploadRunnable.java
/** * Uploads the data in a log to its category's server. * @author Del * */ public class LogUploadRunnable implements IRunnableWithProgress {
From source file ca.uvic.cs.tagsea.monitor.jobs.UploadRunnable.java
/** * A simple runnable to upload logs. * @author Del Myers * */ public class UploadRunnable implements IRunnableWithProgress {