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 com.amazonaws.eclipse.elasticbeanstalk.server.ui.CheckAccountRunnable.java

public final class CheckAccountRunnable implements IRunnableWithProgress {
    private final AWSElasticBeanstalk client;

    public CheckAccountRunnable(AWSElasticBeanstalk client) {
        this.client = client;
    }

From source file com.amazonaws.eclipse.elasticbeanstalk.webproject.CreateNewAwsJavaWebProjectRunnable.java

/**
 * Runnable (with progress) that creates a new AWS Java web project, based on
 * the configured data model. This class is responsible for creating the WTP
 * dynamic web project, adding and configuring the AWS SDK for Java, creating
 * the security credential configuration file and eventually configuring the WTP
 * runtime targeted by the new project.

From source file com.amazonaws.eclipse.rds.ConfigureRDSDBConnectionRunnable.java

class ConfigureRDSDBConnectionRunnable implements IRunnableWithProgress {

    private static final String DEFAULT_SECURITY_GROUP_DESCRIPTION = "Security group for remote client tools";
    private static final String DEFAULT_SECURITY_GROUP_NAME = "Remote Tool Access Group";

    private final AmazonRDS rds;

From source file com.android.ddmuilib.heap.NativeHeapDataImporter.java

public class NativeHeapDataImporter implements IRunnableWithProgress {
    private final LineNumberReader mReader;
    private int mStartLineNumber;
    private int mEndLineNumber;

    private NativeHeapSnapshot mSnapshot;

From source file com.android.ddmuilib.heap.NativeSymbolResolverTask.java

/**
 * A symbol resolver task that can resolve a set of addresses to their corresponding
 * source method name + file name:line number.
 *
 * It first identifies the library that contains the address, and then runs addr2line on
 * the library to get the symbol name + source location.

From source file com.android.glesv2debugger.CodeGen.java

public class CodeGen implements IRunnableWithProgress {
    private FileWriter codeFile, makeFile, namesHeaderFile, namesSourceFile;
    private PrintWriter code, make, namesHeader, namesSource;
    private FileOutputStream dataOut;
    private SparseIntArray bufferNames, framebufferNames, programNames, textureNames, shaderNames,
            renderbufferNames;

From source file com.android.ide.eclipse.ddms.systrace.SystraceVersionDetector.java

public class SystraceVersionDetector implements IRunnableWithProgress {
    public static final int SYSTRACE_V1 = 1;
    public static final int SYSTRACE_V2 = 2;

    private final IDevice mDevice;
    private List<SystraceTag> mTags;

From source file com.android.ide.eclipse.gldebugger.CodeGen.java

public class CodeGen implements IRunnableWithProgress {
    private FileWriter codeFile, makeFile, namesHeaderFile, namesSourceFile;
    private PrintWriter code, make, namesHeader, namesSource;
    private FileOutputStream dataOut;
    private SparseIntArray bufferNames, framebufferNames, programNames, textureNames, shaderNames,
            renderbufferNames;

From source file com.android.ide.eclipse.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 com.aspose.barcode.maven.AsposeMavenProjectSupport.java

public class AsposeMavenProjectSupport implements IRunnableWithProgress {

    private String projectName;
    private URI location;
    private String packageName;
    private boolean downloadExamples;