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 |
17.40.MessageBox | ||||
17.40.1. | Displaying Messages | |||
17.40.2. | Displaying a Message Box | |||
17.40.3. | The Icon Styles for MessageBox | |||
17.40.4. | The Button Styles for MessageBox | |||
17.40.5. | A message box with the question icon, Yes/No button, and a simple question | |||
17.40.6. | MessageBox with Error Icon | |||
17.40.7. | MessageBox with Information Icon and OK Cancel Button | |||
17.40.8. | MessageBox with Information Icon | |||
17.40.9. | MessageBox with Question Icon and Yes No Button | |||
17.40.10. | MessageBox with Warning Icon and Yes No Cancel Button | |||
17.40.11. | MessageBox with Working Icon and Abort Retry and Ignore Button |