List of usage examples for org.eclipse.jface.dialogs ProgressMonitorDialog subclass-usage
From source file org.eclipse.rcptt.internal.launching.rap.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 {
From source file org.eclipse.tcf.te.tcf.filesystem.ui.dialogs.TimeTriggeredProgressMonitorDialog.java
/**
* The TimeTriggeredProgressMonitorDialog is a progress monitor dialog that only
* opens if the runnable provided exceeds the specified long operation time.
*
* @since 3.7 - Copied from
* org.eclipse.ui.internal.operations.TimeTriggeredProgressMonitorDialog
From source file org.eclipse.tm.te.tcf.filesystem.internal.handlers.TimeTriggeredProgressMonitorDialog.java
/**
* The TimeTriggeredProgressMonitorDialog is a progress monitor dialog that only
* opens if the runnable provided exceeds the specified long operation time.
*
* @since 3.7 - Copied from
* org.eclipse.ui.internal.operations.TimeTriggeredProgressMonitorDialog
From source file org.eclipse.ui.internal.operations.TimeTriggeredProgressMonitorDialog.java
/**
* The TimeTriggeredProgressMonitorDialog is a progress monitor dialog that only
* opens if the runnable provided exceeds the specified long operation time.
*
* @since 3.1
*/
From source file org.eclipse.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.geotools.swt.control.ProgressWindow.java
/**
* Wrapper for geotools' {@link ProgressListener}.
*
* @author Andrea Antonello (www.hydrologis.com)
*
*
From source file org.jboss.tools.deltacloud.ui.CustomProgressMonitorDialog.java
public class CustomProgressMonitorDialog extends ProgressMonitorDialog { private Button checkbox; private boolean checkboxValue; private String okLabel;
From source file org.jboss.tools.runtime.ui.dialogs.SearchRuntimePathDialog.java
/** * @author snjeza * */ public class SearchRuntimePathDialog extends ProgressMonitorDialog {
From source file org.jboss.tools.runtime.ui.internal.dialogs.SearchRuntimePathDialog.java
/** * @author snjeza * */ public class SearchRuntimePathDialog extends ProgressMonitorDialog {
From source file org.kalypso.ui.rrm.internal.simulations.dialogs.SimulationProgressMonitorDialog.java
/** * A progress monitor dialog, which shows also the console window. * * @author Holger Albert */ public class SimulationProgressMonitorDialog extends ProgressMonitorDialog {