IS the Dialog Which Support [message #654046] |
Sun, 13 February 2011 11:44  |
Eclipse User |
|
|
|
Hi,
Is there any inbuild Dialog Class which has Retry , ok, Cancel button in JFACE DIALOG?
Thnaks
Ashok
[Updated on: Sun, 13 February 2011 12:12] by Moderator
|
|
|
Re: IS the Dialog Which Support [message #654131 is a reply to message #654046] |
Mon, 14 February 2011 03:56  |
Eclipse User |
|
|
|
On 2011-02-13 17:44, ash wrote:
> Hi,
>
> Is there any inbuild Dialog Class which has Retry , ok, Cancel button?
You might want to create an instance of
org.eclipse.jface.dialogs.MessageDialog and provide the array
new String[]{IDialogConstants.RETRY_LABEL, IDialogConstants.OK_LABEL,
IDialogConstants.CANCEL_LABEL}
as the dialogButtonLabels argument for the constructor
MessageDialog(Shell parentShell, String dialogTitle,
Image dialogTitleImage, String dialogMessage, int
dialogImageType,
String[] dialogButtonLabels, int defaultIndex)
HTH & Greetings from Bremen,
Daniel Krügler
|
|
|
Powered by
FUDForum. Page generated in 0.03418 seconds