The Robot Application Programming Interface Delegate Project
RAPID Logo

MessageBox Class Reference

List of all members.

Static Public Member Functions

static void error (final String title, final String msg)
 pop up an error dialog
static void error (final String title, final String msg, Throwable e)
 pop up an error dialog with exception information
static void warn (final String title, final String message)
 pop up a warning dialog
static void warn (final String title, final String message, final Shell shell)
static boolean confirm (final String title, final String message, final Object key)
 Opens a confirm dialog with a "Please don't ask again" check.
static boolean confirm (final String title, final String message)
static boolean confirmDialogNoImage (final String title, final String message)

Member Function Documentation

static boolean confirm ( final String  title,
final String  message,
final Object  key 
) [static]

To persist value, the title is appended to the key class name.

Here is the call graph for this function:

static boolean confirm ( final String  title,
final String  message 
) [static]

Here is the call graph for this function:

static boolean confirmDialogNoImage ( final String  title,
final String  message 
) [static]

Here is the call graph for this function:

static void error ( final String  title,
final String  msg,
Throwable  e 
) [static]
Parameters:
title
msg
e
static void error ( final String  title,
final String  msg 
) [static]
Parameters:
title
msg
static void warn ( final String  title,
final String  message 
) [static]
Parameters:
title
message
static void warn ( final String  title,
final String  message,
final Shell  shell 
) [static]

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines