List of usage examples for org.eclipse.jface.operation IThreadListener interface-usage
From source file com.google.dart.tools.ui.internal.actions.WorkbenchRunnableAdapter.java
/**
* An {@link IRunnableWithProgress} that adapts an {@link IWorkspaceRunnable} so that is can be
* executed inside an {@link IRunnableContext}. The runnable is run as an
* {@linkplain JavaCore#run(IWorkspaceRunnable, ISchedulingRule, IProgressMonitor) atomic Java model
* operation}.
* <p>
From source file com.google.dart.tools.ui.internal.actions.WorkbenchRunnableAdapter_OLD.java
/**
* An {@link IRunnableWithProgress} that adapts an {@link IWorkspaceRunnable} so that is can be
* executed inside an {@link IRunnableContext}. The runnable is run as an
* {@linkplain JavaCore#run(IWorkspaceRunnable, ISchedulingRule, IProgressMonitor) atomic Java model
* operation}.
* <p>
From source file com.nokia.tools.variant.confml.core.operations.WorkbenchRunnableAdapter.java
/** * An <code>IRunnableWithProgress</code> that adapts and <code>IWorkspaceRunnable</code> * so that is can be executed inside <code>IRunnableContext</code>. <code>OperationCanceledException</code> * thrown by the adapted runnable are caught and re-thrown as a <code>InterruptedException</code>. */ public class WorkbenchRunnableAdapter implements IRunnableWithProgress, IThreadListener {
From source file com.nokia.tools.vct.common.ui.operations.WorkbenchRunnableAdapter.java
public class WorkbenchRunnableAdapter implements IRunnableWithProgress, IThreadListener { private boolean fTransfer = false; private IWorkspaceRunnable fWorkspaceRunnable; private ISchedulingRule fRule;
From source file descent.internal.ui.actions.WorkbenchRunnableAdapter.java
/** * An <code>IRunnableWithProgress</code> that adapts and <code>IWorkspaceRunnable</code> * so that is can be executed inside <code>IRunnableContext</code>. <code>OperationCanceledException</code> * thrown by the adapted runnable are caught and re-thrown as a <code>InterruptedException</code>. */ public class WorkbenchRunnableAdapter implements IRunnableWithProgress, IThreadListener {
From source file ext.org.eclipse.jdt.internal.ui.actions.WorkbenchRunnableAdapter.java
/**
* An {@link IRunnableWithProgress} that adapts an {@link IWorkspaceRunnable} so that is can be
* executed inside an {@link IRunnableContext}. The runnable is run as an
* {@linkplain JavaCore#run(IWorkspaceRunnable, ISchedulingRule, IProgressMonitor) atomic Java model operation}.
* <p>
* {@link OperationCanceledException}s thrown by the
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 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 org.dyno.visual.swing.wizards.WorkbenchRunnableAdapter.java
/**
*
* WorkbenchRunnableAdapter
*
* @version 1.0.0, 2008-7-3
* @author William Chen
From source file org.eclipse.cdt.internal.ui.actions.WorkbenchRunnableAdapter.java
/** * An <code>IRunnableWithProgress</code> that adapts and <code>IWorkspaceRunnable</code> * so that is can be executed inside <code>IRunnableContext</code>. <code>OperationCanceledException</code> * thrown by the adapted runnable are caught and re-thrown as a <code>InterruptedException</code>. */ public class WorkbenchRunnableAdapter implements IRunnableWithProgress, IThreadListener {