Style | Description |
SWT.OK | Displays an OK button |
SWT.OK | SWT.CANCEL | Displays an OK and a Cancel button |
SWT.YES | SWT.NO | Displays a Yes and a No button |
SWT.YES | SWT.NO | SWT.CANCEL | Displays a Yes, a No, and a Cancel button |
SWT.RETRY | SWT.CANCEL | Displays a Retry and a Cancel button |
SWT.ABORT | SWT.RETRY | SWT.IGNORE | Displays an Abort, a Retry, and an Ignore button |