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 org.eclipse.andmore.gltrace.TraceFileParserTask.java

public class TraceFileParserTask implements IRunnableWithProgress {
    private static final TraceFileReader sReader = new TraceFileReader();

    private static final GLMessageFormatter sGLMessageFormatter = new GLMessageFormatter(GLAPISpec.getSpecs());

    private String mTraceFilePath;

From source file org.eclipse.b3.build.ui.commands.CmdUnitOfWork.java

/**
 * A helper class capable of running one xtextDocument inside the context of another resource.
 * 
 */
public class CmdUnitOfWork implements IRunnableWithProgress {
    private IXtextDocument xtextDocument;

From source file org.eclipse.babel.build.ui.wizard.BuildInitializationOperation.java

public class BuildInitializationOperation implements IRunnableWithProgress {
    private BuildToolModelTable fModelPluginsTable;
    private BuildToolModelTable fModelLocalesTable;
    private BuildToolModelTable fModelIgnoreTable;
    private BuildToolModelTable fModelResourceExclusionTable;

From source file org.eclipse.bpel.ui.wizards.BPELCreateOperation.java

/**
 * This class defines the BPEL Project creation operation.
 * 
 * @author Edwin Khodabakchian (edwin.khodabakchian@oracle.com)
 * @author Michal Chmielewski (michal.chmielewski@oracle.com)
 * 

From source file org.eclipse.buckminster.jnlp.MaterializerRunnable.java

public class MaterializerRunnable implements IRunnableWithProgress {
    private final MaterializationSpec m_mspec;

    private MaterializationContext m_context;

    public MaterializerRunnable(MaterializationSpec mspec) {

From source file org.eclipse.buckminster.jnlp.p2.P2MaterializerRunnable.java

public class P2MaterializerRunnable implements IRunnableWithProgress {
    private final IInstallOperation m_installOperation;

    public P2MaterializerRunnable(InstallDescription installDescription) throws Exception {
        initializeProxySupport();
        startRequiredBundles(installDescription);

From source file org.eclipse.buckminster.ui.SaveRunnable.java

/**
 * A runnable capable of saving a query to a certain location. The location must
 * be relative to the root of the local file-system. Once saved, the resulting
 * {@link org.eclipse.ui.IEditorInput IEditorInput} can be obtained through a
 * call to {@link #getSavedInput()}. That editor input will either be an
 * {@link org.eclipse.buckminster.ui.editor.ExternalFileEditorInput

From source file org.eclipse.cdt.cpp.ui.internal.actions.ReplicateOperation.java

public abstract class ReplicateOperation implements IRunnableWithProgress {
    protected ModelInterface _api;
    protected DataElement _subject;
    protected List _projects;
    protected IProgressMonitor _pm;

From source file org.eclipse.cdt.cpp.ui.internal.help.HelpMonitor.java

public class HelpMonitor implements IRunnableWithProgress {
    String _message;
    DataElement _status;

    public HelpMonitor(String message, DataElement status) {
        if (message != null)

From source file org.eclipse.cdt.dstore.ui.actions.RemoteOperation.java

public class RemoteOperation implements IRunnableWithProgress
//, IDomainListener
{
    private DataElement _command;
    private DataElement _object;
    private ArrayList _arguments;