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 ca.uvic.cs.tagsea.research.GetIDWithProgress.java

/**
 * TODO comment
 * @author Del Myers
 *
 */
public class GetIDWithProgress implements IRunnableWithProgress {

From source file ca.uvic.cs.tagsea.wizards.TagXMLGatherer.java

/**
 * TODO comment
 * @author Del Myers
 *
 */
public class TagXMLGatherer implements IRunnableWithProgress {

From source file ch.elexis.agenda.util.TermineLockedTimesUpdater.java

/**
 * Update the configured day boundaries on all given week days from a specific start date. Update
 * means only delete the existing boundaries, as the new boundaries will be initialized when the day
 * is accessed.
 *
 */

From source file ch.elexis.core.ui.views.rechnung.Rechnungslauf.java

/**
 * Aktion fr das "Zauberstab"-Icon in der KonsZumVerrechnen View -> Dialog mit verschiedenen
 * Kriterien zur Konsultationsauswahl und Rechnungslauf anhand dieser Auswahl
 * 
 * @author gerry
 * 

From source file ch.elexis.views.rechnung.Rechnungslauf.java

/**
 * Aktion fr das "Zauberstab"-Icon in der KonsZumVerrechnen View -> Dialog mit verschiedenen
 * Kriterien zur Konsultationsauswahl und Rechnungslauf anhand dieser Auswahl
 * 
 * @author gerry
 * 

From source file ch.hsr.ifs.cutelauncher.CuteLaunchShortcut.java

class RunnableWithProgressToScanForExecutableImpl implements IRunnableWithProgress {
    final List<IBinary> results;
    final Object[] elements;

    public RunnableWithProgressToScanForExecutableImpl(Object[] elements, List<IBinary> results) {
        this.elements = elements;

From source file com.abstratt.mdd.internal.ui.RunnableWithProgressWrapper.java

public class RunnableWithProgressWrapper implements IRunnableWithProgress {

    protected IWorkspaceRunnable workspaceRunnable;

    public RunnableWithProgressWrapper(IWorkspaceRunnable workspaceRunnable) {
        this.workspaceRunnable = workspaceRunnable;

From source file com.amalto.workbench.models.ObjectRetriever.java

public class ObjectRetriever implements IRunnableWithProgress {

    private static Log log = LogFactory.getLog(ObjectRetriever.class);

    TreeParent parentObject = null;

From source file com.amalto.workbench.providers.XtentisServerObjectsRetriever.java

public class XtentisServerObjectsRetriever implements IRunnableWithProgress {

    private static final Log log = LogFactory.getLog(XtentisServerObjectsRetriever.class);

    private String serverName;

From source file com.amalto.workbench.task.CheckMissingJarLoginTask.java

/**
 * created by HHB on 2013-11-01 Detailled comment
 * 
 */
public class CheckMissingJarLoginTask extends AbstractLoginTask implements IRunnableWithProgress {