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 net.rim.ejde.internal.core.WorkspaceOperation.java

public abstract class WorkspaceOperation implements IRunnableWithProgress, ISchedulingRuleProvider {

    /**
     * The main functionality of this operation.
     *
     * @param monitor

From source file net.rim.ejde.internal.imports.WorkspaceRunnableAdapter.java

/**
 * This class is a help class to create a workspace runnable task which can batch workspace resource change events and broadcast
 * them after the job is done.
 *
 *
 */

From source file net.sf.rcer.jcoimport.ProjectGenerator.java

/**
 * The runnable that performs the actual project generation.
 * @author vwegert
 *
 */
@SuppressWarnings("restriction")

From source file net.sourceforge.pmd.eclipse.ui.quickfix.PMDResolution.java

/**
 * This class adapt a PMD quickfix to an Eclipse resolution.
 * 
 * @author Philippe Herlin
 * 
 */

From source file net.sourceforge.tagsea.c.waypoints.DirtyEditorSynchronizer.java

/**
 * A class that saves dirty editors and synchronizes stale waypoints before a refactor
 * operation.
 * @author Del Myers
 */

From source file net.sourceforge.tagsea.c.waypoints.ModelChangeOperation.java

/**
 * An operation that responds to waypoint changes to refactor source code.
 * @author Del Myers
 */

//note: this class is assumed to be run internally within the java waypoint delegate, so it does its own updating of waypoints.

From source file net.sourceforge.tagsea.instrumentation.network.RegisterWithProgress.java

/**
 * A runnable that registers the user with the server.
 * @author Del Myers
 *
 */
public class RegisterWithProgress implements IRunnableWithProgress {

From source file net.sourceforge.tagsea.java.waypoints.DirtyEditorSynchronizer.java

/**
 * A class that saves dirty editors and synchronizes stale waypoints before a refactor
 * operation.
 * @author Del Myers
 */

From source file net.sourceforge.tagsea.java.waypoints.ModelChangeOperation.java

/**
 * An operation that responds to waypoint changes to refactor source code.
 * @author Del Myers
 */

//note: this class is assumed to be run internally within the java waypoint delegate, so it does its own updating of waypoints.

From source file net.sourceforge.tagsea.resources.synchronize.ui.ProjectWaypointSynchronizeFinder.java

/**
 * Checks a given project for waypoints in the local system as well as the remote storage and creates
 * object that represent both the local and the remote waypoints.
 * @author Del Myers
 *
 */