List of usage examples for org.eclipse.jface.operation IRunnableWithProgress interface-usage
From source file org.dawb.common.ui.alignment.AlignProgressJob.java
/** * Job that performs alignment the original stack of images */ public class AlignProgressJob implements IRunnableWithProgress { private static final Logger logger = LoggerFactory.getLogger(AlignProgressJob.class);
From source file org.dbe.businessModeller.ui.wizards.util.FinishRunnableWithProgress.java
public class FinishRunnableWithProgress implements IRunnableWithProgress { String containerName; List fileNames; Shell shell; public FinishRunnableWithProgress(String containerName, List fileNames, Shell shell) {
From source file org.deidentifier.arx.gui.worker.Worker.java
/**
* A base class for workers that perform asynchronous tasks in a progress dialog
* @author Fabian Prasser
*
* @param <T>
*/
From source file org.dyno.visual.swing.wizards.WorkbenchRunnableAdapter.java
/**
*
* WorkbenchRunnableAdapter
*
* @version 1.0.0, 2008-7-3
* @author William Chen
From source file org.ebayopensource.turmeric.eclipse.errorlibrary.buildsystem.core.SOAErrorIdGeneratorAdapter.java
/** * The Class SOAErrorIdGeneratorAdapter. * * @author haozhou */ public class SOAErrorIdGeneratorAdapter implements IRunnableWithProgress {
From source file org.ebayopensource.turmeric.eclipse.typelibrary.ui.wizards.pages.ImportTypesWizardPage.java
class ReloadTypesRunnable implements IRunnableWithProgress { private String path; private Collection<TypeModel> types; private Map<String, TypeModel> referedTypes; public ReloadTypesRunnable(String path) {
From source file org.ebayopensource.turmeric.eclipse.ui.actions.SOAStatusReportingRunnable.java
/** * An implementation of IRunnableWithProgress which could report result. * @author yayu * @since 1.0.0 */ public abstract class SOAStatusReportingRunnable implements IRunnableWithProgress {
From source file org.eclipse.ajdt.examples.AspectJExampleCreationOperation.java
public class AspectJExampleCreationOperation implements IRunnableWithProgress { private IResource fElementToOpen; private AspectJExampleCreationWizardPage[] fPages;
From source file org.eclipse.andmore.android.remote.ui.wireless.runnables.SwitchFromUSBAndConnectToWirelessRunnable.java
/** * Service which switches the device to TCP/IP, add it as a remote device to the * Device Management and connect to it via the wireless network. */ public class SwitchFromUSBAndConnectToWirelessRunnable implements IRunnableWithProgress {
From source file org.eclipse.andmore.ddms.systrace.SystraceVersionDetector.java
public class SystraceVersionDetector implements IRunnableWithProgress { public static final int SYSTRACE_V1 = 1; public static final int SYSTRACE_V2 = 2; private final IDevice mDevice; private List<SystraceTag> mTags;