| org.eclipse.ui.internal.operations.TimeTriggeredProgressMonitorDialog
TimeTriggeredProgressMonitorDialog | public class TimeTriggeredProgressMonitorDialog extends ProgressMonitorDialog (Code) | | The TimeTriggeredProgressMonitorDialog is a progress monitor dialog that only
opens if the runnable provided exceeds the specified long operation time.
since: 3.1 |
Method Summary | |
public void | createWrapperedMonitor() Create a monitor for the receiver that wrappers the superclasses monitor. | public IProgressMonitor | getProgressMonitor() | public void | run(boolean fork, boolean cancelable, IRunnableWithProgress runnable) |
TimeTriggeredProgressMonitorDialog | public TimeTriggeredProgressMonitorDialog(Shell parent, int longOperationTime)(Code) | | Create a new instance of the receiver.
Parameters: parent - the parent of the dialog Parameters: longOperationTime - the time (in milliseconds) considered to be a long enoughexecution time to warrant opening a dialog. |
createWrapperedMonitor | public void createWrapperedMonitor()(Code) | | Create a monitor for the receiver that wrappers the superclasses monitor.
|
getProgressMonitor | public IProgressMonitor getProgressMonitor()(Code) | | |
|
|