public enum EffectEventId extends Enum<EffectEventId>
Enum Constant and Description |
---|
onActive |
onClick |
onCustom |
onDisabled |
onEnabled |
onEndHover |
onEndScreen |
onFocus |
onGetFocus |
onHide |
onHover |
onLostFocus |
onShow |
onStartHover |
onStartScreen |
Modifier and Type | Method and Description |
---|---|
static EffectEventId |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EffectEventId[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EffectEventId onStartScreen
public static final EffectEventId onEndScreen
public static final EffectEventId onFocus
public static final EffectEventId onGetFocus
public static final EffectEventId onLostFocus
public static final EffectEventId onClick
public static final EffectEventId onHover
public static final EffectEventId onStartHover
public static final EffectEventId onEndHover
public static final EffectEventId onActive
public static final EffectEventId onCustom
public static final EffectEventId onHide
public static final EffectEventId onShow
public static final EffectEventId onEnabled
public static final EffectEventId onDisabled
public static EffectEventId[] values()
for (EffectEventId c : EffectEventId.values()) System.out.println(c);
public static EffectEventId 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 © 2013. All Rights Reserved.