public static enum GralWidget_ifc.ActionChangeWhen extends java.lang.Enum<GralWidget_ifc.ActionChangeWhen>
Enum Constant and Description |
---|
onAnyChgContent |
onAnyKey |
onChangeAndFocusLost |
onCtrlEnter |
onDrag |
onDrop |
onEnter |
onFocusGained |
onMouse1Dn |
onMouse1Double |
onMouse1Up |
onMouse1UpOutside |
onMouse2Up |
onMouseWheel |
Modifier and Type | Method and Description |
---|---|
static GralWidget_ifc.ActionChangeWhen |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static GralWidget_ifc.ActionChangeWhen[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GralWidget_ifc.ActionChangeWhen onAnyChgContent
public static final GralWidget_ifc.ActionChangeWhen onAnyKey
public static final GralWidget_ifc.ActionChangeWhen onEnter
public static final GralWidget_ifc.ActionChangeWhen onCtrlEnter
public static final GralWidget_ifc.ActionChangeWhen onFocusGained
public static final GralWidget_ifc.ActionChangeWhen onChangeAndFocusLost
public static final GralWidget_ifc.ActionChangeWhen onMouse1Dn
public static final GralWidget_ifc.ActionChangeWhen onMouse1Up
public static final GralWidget_ifc.ActionChangeWhen onMouse1UpOutside
public static final GralWidget_ifc.ActionChangeWhen onMouse2Up
public static final GralWidget_ifc.ActionChangeWhen onMouse1Double
public static final GralWidget_ifc.ActionChangeWhen onMouseWheel
public static final GralWidget_ifc.ActionChangeWhen onDrop
public static final GralWidget_ifc.ActionChangeWhen onDrag
public static GralWidget_ifc.ActionChangeWhen[] values()
for (GralWidget_ifc.ActionChangeWhen c : GralWidget_ifc.ActionChangeWhen.values()) System.out.println(c);
public static GralWidget_ifc.ActionChangeWhen 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