public static enum ZSMessagebox.Button extends Enum<ZSMessagebox.Button>
Enum Constant and Description |
---|
ABORT |
CANCEL |
IGNORE |
NO |
OK |
RETRY |
YES |
Modifier and Type | Method and Description |
---|---|
static ZSMessagebox.Button |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ZSMessagebox.Button[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ZSMessagebox.Button OK
public static final ZSMessagebox.Button CANCEL
public static final ZSMessagebox.Button YES
public static final ZSMessagebox.Button NO
public static final ZSMessagebox.Button ABORT
public static final ZSMessagebox.Button RETRY
public static final ZSMessagebox.Button IGNORE
public final int id
public final String event
public final int label
public static ZSMessagebox.Button[] values()
for (ZSMessagebox.Button c : ZSMessagebox.Button.values()) System.out.println(c);
public static ZSMessagebox.Button valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2020. All rights reserved.