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 org.nightlabs.base.ui.io.IOFilterProgressDialog.java

public class IOFilterProgressDialog extends ProgressMonitorDialog {
    protected IOFilter ioFilter;

    public IOFilterProgressDialog(Shell parent, IOFilter ioFilter) {
        super(parent);
        this.ioFilter = ioFilter;

From source file org.python.pydev.core.uiutils.AsynchronousProgressMonitorDialog.java

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

From source file org.python.pydev.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.rssowl.ui.internal.dialogs.StartupProgressDialog.java

/**
 * A Dialog that is shown to the user to report progress on startup of RSSOwl
 * (e.g. when performing defragmentation of the database).
 *
 * @author bpasero
 */

From source file org.talend.designer.esb.runcontainer.ui.dialog.RunClientProgressDialog.java

public class RunClientProgressDialog extends ProgressMonitorDialog {

    public RunClientProgressDialog(Shell parent) {
        super(parent);
    }

From source file org.talend.repository.ui.dialog.AProgressMonitorDialogWithCancel.java

/**
 * created by cmeng on Nov 21, 2014 Detailled comment
 *
 */
public abstract class AProgressMonitorDialogWithCancel<T> extends ProgressMonitorDialog {

From source file org.talend.repository.viewer.ui.RunInBackgroundProgressMonitorDialog.java

/**
 * DOC cmeng  class global comment. Detailled comment
 */
public class RunInBackgroundProgressMonitorDialog extends ProgressMonitorDialog {

    public static final int USER_CHOICE_RUN_IN_BACKGROUND = 1;

From source file org.testeditor.ui.reporting.TestExecutionProgressDialog.java

/**
 * 
 * Progress Dialog for Test Execution.
 * 
 */
public class TestExecutionProgressDialog extends ProgressMonitorDialog {

From source file org.vclipse.connection.dialogs.ConnectionStateDialog.java

/**
 *
 */
final class ConnectionStateDialog extends ProgressMonitorDialog {

    /**

From source file ummisco.gama.ui.viewers.gis.geotools.control.ProgressWindow.java

/**
 * Wrapper for geotools' {@link ProgressListener}.
 * 
 * @author Andrea Antonello (www.hydrologis.com)
 *
 *