public enum swPropertySheetNotify_e extends java.lang.Enum<swPropertySheetNotify_e>
Enum Constant and Description |
---|
swPropertySheetCreateControlNotify |
swPropertySheetDestroyNotify |
swPropertySheetHelpNotify |
swPropertySheetOnCancelNotify |
swPropertySheetOnOKNotify |
Modifier and Type | Method and Description |
---|---|
static swPropertySheetNotify_e |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static swPropertySheetNotify_e[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final swPropertySheetNotify_e swPropertySheetDestroyNotify
public static final swPropertySheetNotify_e swPropertySheetHelpNotify
public static final swPropertySheetNotify_e swPropertySheetOnOKNotify
public static final swPropertySheetNotify_e swPropertySheetOnCancelNotify
public static final swPropertySheetNotify_e swPropertySheetCreateControlNotify
public static swPropertySheetNotify_e[] values()
for (swPropertySheetNotify_e c : swPropertySheetNotify_e.values()) System.out.println(c);
public static swPropertySheetNotify_e valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null