| |
|
| org.eclipse.ui.internal.progress.ProgressMonitorJobsDialog org.eclipse.ui.internal.progress.ProgressMonitorFocusJobDialog
ProgressMonitorFocusJobDialog | class ProgressMonitorFocusJobDialog extends ProgressMonitorJobsDialog (Code) | | The ProgressMonitorFocusJobDialog is a dialog that shows progress for a
particular job in a modal dialog so as to give a user accustomed to a modal
UI a more familiar feel.
|
Constructor Summary | |
public | ProgressMonitorFocusJobDialog(Shell parentShell) Create a new instance of the receiver with progress reported on the job. |
Method Summary | |
protected void | cancelPressed() | protected void | configureShell(Shell shell) | protected void | createButtonsForButtonBar(Composite parent) | protected Control | createDialogArea(Composite parent) | public int | open() | public void | show(Job jobToWatch, Shell originatingShell) Opens this dialog for the duration that the given job is running.
Parameters: jobToWatch - Parameters: originatingShell - The shell this request was created from. |
ProgressMonitorFocusJobDialog | public ProgressMonitorFocusJobDialog(Shell parentShell)(Code) | | Create a new instance of the receiver with progress reported on the job.
Parameters: parentShell - The shell this is parented from. |
cancelPressed | protected void cancelPressed()(Code) | | |
configureShell | protected void configureShell(Shell shell)(Code) | | |
createButtonsForButtonBar | protected void createButtonsForButtonBar(Composite parent)(Code) | | |
createDialogArea | protected Control createDialogArea(Composite parent)(Code) | | |
show | public void show(Job jobToWatch, Shell originatingShell)(Code) | | Opens this dialog for the duration that the given job is running.
Parameters: jobToWatch - Parameters: originatingShell - The shell this request was created from. Do not block on thisshell. |
|
|
|