public class DialogConstants extends Object
Modifier and Type | Field and Description |
---|---|
static int |
BUTTON_CANCEL
ID of the CANCEL Button in the Dialog
|
static int |
BUTTON_FINISH
ID of the FINISH Button in the Dialog
|
static int |
BUTTON_IGNORE
ID of the IGNORE Button in the Dialog
|
static int |
BUTTON_NEXT
ID of the NEXT Button in the Dialog
|
static int |
BUTTON_NO
ID of the NO Button in the Dialog
|
static int |
BUTTON_OK
ID of the OK Button in the Dialog
|
static int |
BUTTON_PREVIOUS
ID of the NEXT Button in the Dialog
|
static int |
BUTTON_RETRY
ID of the RETRY Button in the Dialog
|
static int |
BUTTON_SET_OKCANCEL
A Combination of the OK and CANCEL Button
|
static int |
BUTTON_SET_RETRYIGNORECANCEL
A Combination of the RETRY, IGNORE and CANCEL Button
|
static int |
BUTTON_SET_WIZARD
A Combination of the PREVIOUS, NEXT, FINISH and CANCEL Button
|
static int |
BUTTON_SET_WIZARD_NOCANCEL
A Combination of the PREVIOUS, NEXT and CANCEL FINISH
|
static int |
BUTTON_SET_YESNO
A Combination of the YES and NO Button
|
static int |
BUTTON_SET_YESNOCANCEL
A Combination of the YES, NO and CANCEL Button
|
static int |
BUTTON_YES
ID of the YES Button in the Dialog
|
static int |
TYPE_ERROR
Indicator that the notice has error level
|
static int |
TYPE_WARNING
Indicator that the notice has warning level
|
Constructor and Description |
---|
DialogConstants() |
public static final int BUTTON_OK
public static final int BUTTON_CANCEL
public static final int BUTTON_RETRY
public static final int BUTTON_IGNORE
public static final int BUTTON_YES
public static final int BUTTON_NO
public static final int BUTTON_FINISH
public static final int BUTTON_NEXT
public static final int BUTTON_PREVIOUS
public static final int BUTTON_SET_OKCANCEL
public static final int BUTTON_SET_RETRYIGNORECANCEL
public static final int BUTTON_SET_YESNO
public static final int BUTTON_SET_YESNOCANCEL
public static final int BUTTON_SET_WIZARD_NOCANCEL
public static final int BUTTON_SET_WIZARD
public static final int TYPE_WARNING
public static final int TYPE_ERROR