public enum swMouseNotify_e extends java.lang.Enum<swMouseNotify_e>
Modifier and Type | Method and Description |
---|---|
static swMouseNotify_e |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static swMouseNotify_e[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final swMouseNotify_e swMouseNotify
public static final swMouseNotify_e swMouseMoveNotify
public static final swMouseNotify_e swMouseLBtnDownNotify
public static final swMouseNotify_e swMouseLBtnUpNotify
public static final swMouseNotify_e swMouseRBtnDownNotify
public static final swMouseNotify_e swMouseRBtnUpNotify
public static final swMouseNotify_e swMouseMBtnDownNotify
public static final swMouseNotify_e swMouseMBtnUpNotify
public static final swMouseNotify_e swMouseLBtnDblClkNotify
public static final swMouseNotify_e swMouseRBtnDblClkNotify
public static final swMouseNotify_e swMouseMBtnDblClkNotify
public static final swMouseNotify_e swMouseSelectNotify
public static swMouseNotify_e[] values()
for (swMouseNotify_e c : swMouseNotify_e.values()) System.out.println(c);
public static swMouseNotify_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