The Robot Application Programming Interface Delegate Project
RAPID Logo

PoliteMessageDialog Class Reference

the JFace MessageDialogWithToggle is useless because it doesn't honor platform button ordering. More...

Inheritance diagram for PoliteMessageDialog:
Collaboration diagram for PoliteMessageDialog:

List of all members.

Public Member Functions

 PoliteMessageDialog (Shell parentShell, String dialogTitle, Image dialogTitleImage, String dialogMessage, int dialogImageType, String[] dialogButtonLabels, int defaultIndex)
int open ()
boolean getDontAskValue ()

Static Public Member Functions

static boolean openConfirmDialog (final String title, final String message, String key)

Protected Member Functions

Control createCustomArea (Composite parent)

Protected Attributes

Button dontAskBut
boolean dontAskValue = false

Detailed Description

So, we create our own with analogous, yet more convenient, behavior.

Author:
mallan

Constructor & Destructor Documentation

PoliteMessageDialog ( Shell  parentShell,
String  dialogTitle,
Image  dialogTitleImage,
String  dialogMessage,
int  dialogImageType,
String[]  dialogButtonLabels,
int  defaultIndex 
)

Member Function Documentation

Control createCustomArea ( Composite  parent) [protected]
boolean getDontAskValue ( )
int open ( )
static boolean openConfirmDialog ( final String  title,
final String  message,
String  key 
) [static]

Here is the call graph for this function:


Member Data Documentation

Button dontAskBut [protected]
boolean dontAskValue = false [protected]

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