SWT.RETRY

The <code>MessageBox</code> style constant for a RETRY button; valid combinations are ABORT|RETRY|IGNORE, RETRY|CANCEL (value is 1&lt;&lt;10).

class SWT
int RETRY;

Meta