Progress dialog class. More...
Static Public Member Functions | |
| static Exception | show (final Window parent, final String title, final IProgressThread thread) |
| Shows a progress dialog. | |
This class can be used to display a progress dialog while long operations are running.
| static Exception BinNavi.API.helpers.ProgressDialog.show | ( | final Window | parent, | |
| final String | title, | |||
| final IProgressThread | thread | |||
| ) | [static] |
Shows a progress dialog.
| parent | The parent window of the progress dialog. | |
| title | The title of the progress dialog. | |
| thread | The thread which implements the long-running operation. |
1.7.1