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 gov.nasa.ensemble.common.ui.operations.EnsembleFileSystemExportOperation.java

/**
 *   Operation for exporting the contents of a resource to the local file system.
 */
@SuppressWarnings("restriction")
public class EnsembleFileSystemExportOperation implements IRunnableWithProgress {
    private IPath path;

From source file gov.nasa.ensemble.common.ui.operations.WorkspaceModifyOperation.java

/**
 * An operation which potentially makes changes to the workspace. All resource
 * modification should be performed using this operation. The primary
 * consequence of using this operation is that events which typically occur as a
 * result of workspace changes (such as the firing of resource deltas,
 * performance of autobuilds, etc.) are generally deferred until the outermost operation

From source file gov.nasa.ensemble.common.ui.ThreadedCancellableRunnableWithProgress.java

public abstract class ThreadedCancellableRunnableWithProgress implements IRunnableWithProgress {

    private IProgressMonitor monitor = null;
    private Throwable exception = null;
    boolean successful = false;

From source file hub.sam.mas.editor.actions.AddMASContextAction.java

public class AddMASContextAction extends Mof2PluginAction implements IRunnableWithProgress {

    private IMasContextFileResource contextFile;
    private Display display;
    private MasModelContainer modelManager;

From source file hub.sam.mas.editor.actions.EditBehaviourAction.java

public class EditBehaviourAction extends MasAction implements IRunnableWithProgress {

    private Display display;
    private MasLink link;

    public void run(IAction action) {

From source file ilg.gnuarmeclipse.managedbuild.cross.SetCrossCommandOperation.java

/**
 * An operation that runs when the new project wizard finishes for the Cross GCC
 * toolchain. It reuses the information from {@link SetCrossCommandWizardPage}
 * to store options (index and path) in persistent storage.
 * 
 */

From source file ilg.gnuarmeclipse.managedbuild.cross.ui.SetCrossCommandWizardOperation.java

/**
 * An operation that runs when the new project wizard finishes for the Cross GCC
 * toolchain. It reuses the information from {@link SetCrossCommandWizardPage}
 * to store options (index and path) in persistent storage.
 */
public class SetCrossCommandWizardOperation implements IRunnableWithProgress {

From source file ilg.gnuarmeclipse.packs.jobs.ParsePdscRunnable.java

public class ParsePdscRunnable implements IRunnableWithProgress {

    private static boolean fgRunning = false;

    private MessageConsoleStream fgOut;
    private PackNode fgVersionNode;

From source file ilg.gnumcueclipse.managedbuild.cross.arm.ui.SetCrossCommandWizardOperation.java

/**
 * An operation that runs when the new project wizard finishes for the Cross GCC
 * toolchain. It reuses the information from {@link SetCrossCommandWizardPage}
 * to store options (index and path) in persistent storage.
 */
public class SetCrossCommandWizardOperation implements IRunnableWithProgress {

From source file ilg.gnumcueclipse.managedbuild.cross.riscv.ui.SetCrossCommandWizardOperation.java

/**
 * An operation that runs when the new project wizard finishes for the Cross GCC
 * toolchain. It reuses the information from {@link SetCrossCommandWizardPage}
 * to store options (index and path) in persistent storage.
 */
public class SetCrossCommandWizardOperation implements IRunnableWithProgress {