Static Public Member Functions

BinNavi.API.helpers.ProgressDialog Class Reference

Progress dialog class. More...

List of all members.

Static Public Member Functions

static Exception show (final Window parent, final String title, final IProgressThread thread)
 Shows a progress dialog.

Detailed Description

This class can be used to display a progress dialog while long operations are running.


Member Function Documentation

static Exception BinNavi.API.helpers.ProgressDialog.show ( final Window  parent,
final String  title,
final IProgressThread  thread 
) [static]

Shows a progress dialog.

Parameters:
parent The parent window of the progress dialog.
title The title of the progress dialog.
thread The thread which implements the long-running operation.
Returns:
The exception thrown during the execution of IProgressThread.run or null if no exception was thrown.