Static Public Member Functions

com.google.security.zynamics.binnavi.API.helpers.ProgressDialog Class Reference

List of all members.

Static Public Member Functions

static Exception show (final Window parent, final String title, final IProgressThread thread)

Detailed Description

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


Member Function Documentation

static Exception com.google.security.zynamics.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.