Static Public Member Functions

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

List of all members.

Static Public Member Functions

static void showError (final Component parent, final String msg)
static void showException (final Component parent, final Exception exception, final String msg)
static void showInformation (final Component parent, final String msg)

Detailed Description

Helper class that can be used to show a message box.


Member Function Documentation

static void com.google.security.zynamics.binnavi.API.helpers.MessageBox.showError ( final Component  parent,
final String  msg 
) [static]

Shows an Error message box.

Parameters:
parent Parent component of the message box.
msg Message to be shown.
static void com.google.security.zynamics.binnavi.API.helpers.MessageBox.showException ( final Component  parent,
final Exception  exception,
final String  msg 
) [static]

Shows an error message box with information about an exception.

Parameters:
parent The parent of the message box.
exception The exception to be displayed.
msg Additional message to be displayed before the exception.
static void com.google.security.zynamics.binnavi.API.helpers.MessageBox.showInformation ( final Component  parent,
final String  msg 
) [static]

Shows an Information message box.

Parameters:
parent Parent component of the message box.
msg Message to be shown.