Example usage for org.eclipse.jface.dialogs ProgressMonitorDialog subclass-usage

List of usage examples for org.eclipse.jface.dialogs ProgressMonitorDialog subclass-usage

Introduction

In this page you can find the example usage for org.eclipse.jface.dialogs ProgressMonitorDialog subclass-usage.

Usage

From source file net.sf.eclipsensis.dialogs.MinimalProgressMonitorDialog.java

public class MinimalProgressMonitorDialog extends ProgressMonitorDialog {
    public static final int MINIMUM_WIDTH = 500;
    public static final int MAXIMUM_WIDTH = 800;
    public static final int VERTICAL_OFFSET = 85;

    private static final int BAR_DLUS = 9;

From source file org.brainwy.liclipsetext.shared_ui.utils.AsynchronousProgressMonitorDialog.java

/**
 * This class overrides the ProgressMonitorDialog to limit the
 * number of task name changes in the GUI.
 *
 * @author rickard
 */

From source file org.eclipse.debug.internal.ui.viewers.model.TimeTriggeredProgressMonitorDialog.java

/**
 * The TimeTriggeredProgressMonitorDialog is a progress monitor dialog that only
 * opens if the runnable provided exceeds the specified long operation time.
 * 
 * @since 3.6 - Copied from org.eclipse.ui.internal.operations.TimeTriggeredProgressMonitorDialog
 */

From source file org.eclipse.dltk.mod.ui.dialogs.TimeTriggeredProgressMonitorDialog.java

/**
 * The TimeTriggeredProgressMonitorDialog is a progress monitor dialog that only
 * opens if the runnable provided exceeds the specified long operation time.
 */
public class TimeTriggeredProgressMonitorDialog extends ProgressMonitorDialog {

From source file org.eclipse.dltk.ui.dialogs.TimeTriggeredProgressMonitorDialog.java

/**
 * The TimeTriggeredProgressMonitorDialog is a progress monitor dialog that only
 * opens if the runnable provided exceeds the specified long operation time.
 */
public class TimeTriggeredProgressMonitorDialog extends ProgressMonitorDialog {

From source file org.eclipse.e4.ui.internal.progress.ProgressMonitorJobsDialog.java

/**
 * The ProgressMonitorJobsDialog is the progress monitor dialog used by the
 * progress service to allow locks to show the current jobs.
 */
public class ProgressMonitorJobsDialog extends ProgressMonitorDialog {
    private DetailedProgressViewer viewer;

From source file org.eclipse.e4.ui.progress.internal.ProgressMonitorJobsDialog.java

/**
 * The ProgressMonitorJobsDialog is the progress monitor dialog used by the
 * progress service to allow locks to show the current jobs.
 */
public class ProgressMonitorJobsDialog extends ProgressMonitorDialog {
    private DetailedProgressViewer viewer;

From source file org.eclipse.edt.ide.ui.internal.record.wizards.ReadProgressMonitorDialog.java

public class ReadProgressMonitorDialog extends ProgressMonitorDialog {
    public static final int SUCCESS = 0;
    public static final int CANCELED = 1;
    public static final int FAILED = 2;

    class Status {

From source file org.eclipse.epf.publishing.ui.wizards.PublishProgressMonitorDialog.java

/**
 * The publish configuration progress dialog.
 * 
 * @author Jinhua Xi
 * @author Kelvin Low
 * @since 1.0

From source file org.eclipse.rcptt.internal.launching.ext.ui.TimeTriggeredProgressMonitorDialog.java

/**
 * The TimeTriggeredProgressMonitorDialog is a progress monitor dialog that only
 * opens if the runnable provided exceeds the specified long operation time.
 * 
 */
public class TimeTriggeredProgressMonitorDialog extends ProgressMonitorDialog {