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.titan.log.viewer.actions.ExtractComponentsAction.java

/**
 * Class for the action which extracts test cases
 * from a TITAN Log Viewer log file 
 *
 */
public class ExtractComponentsAction implements IRunnableWithProgress, Observer {

From source file org.eclipse.titan.log.viewer.actions.ExtractTestCasesAction.java

/**
 * Class for the action which extracts test cases
 * from a TITAN Log Viewer log file 
 *
 */
public class ExtractTestCasesAction implements IRunnableWithProgress, Observer {

From source file org.eclipse.titanium.actions.OrganizeFromBrowser.java

class OrganizeImportsOp implements IRunnableWithProgress {
    private final List<IFile> files;

    public OrganizeImportsOp(final List<IFile> files) {
        this.files = files;
    }

From source file org.eclipse.tracecompass.internal.tmf.ui.commands.CopyToClipboardOperation.java

/**
 * This operation copies the text of selected trace events to the clipboard.
 */
public class CopyToClipboardOperation implements IRunnableWithProgress {

    private static final String LINE_SEPARATOR = System.getProperty("line.separator"); //$NON-NLS-1$

From source file org.eclipse.tracecompass.internal.tmf.ui.project.operations.NewExperimentOperation.java

/**
 * Operation to create a new experiment.
 *
 * @author Bernd Hufmann
 *
 */

From source file org.eclipse.tracecompass.internal.tmf.ui.project.operations.SelectTracesOperation.java

/**
 * Operation to add traces to an experiment.
 *
 * @author Bernd Hufmann
 */
public class SelectTracesOperation implements IRunnableWithProgress {

From source file org.eclipse.tracecompass.internal.tmf.ui.project.operations.TmfWorkspaceModifyOperation.java

/**
 * Operation to modify the workspace that refreshes workspace at the end of the operation.
 *
 * For refreshing periodically use {@link WorkspaceModifyOperation} instead.
 *
 * @author Bernd Hufmann

From source file org.eclipse.tracecompass.internal.tmf.ui.project.wizards.importtrace.TraceValidateAndImportOperation.java

/**
 * An operation that performs validation and importing of traces. Its primary
 * inputs are a collection of TraceFileSystemElement and several flags that
 * control
 *
 */

From source file org.eclipse.tracecompass.tmf.ui.commands.internal.CopyToClipboardOperation.java

/**
 * This operation copies the text of selected trace events to the clipboard.
 */
public class CopyToClipboardOperation implements IRunnableWithProgress {

    private static final String LINE_SEPARATOR = System.getProperty("line.separator"); //$NON-NLS-1$

From source file org.eclipse.tracecompass.tmf.ui.project.operations.internal.NewExperimentOperation.java

/**
 * Operation to create a new experiment.
 *
 * @author Bernd Hufmann
 *
 */