public static enum OnSwipe.SwipeType extends Enum<OnSwipe.SwipeType> implements EnumEventType
| Enum Constant and Description |
|---|
Any
Any Swipe Event.
|
Down
Swipe Down event.
|
Left
Swipe Left event.
|
Right
Swipe Right event.
|
Up
Swipe Up event.
|
| Modifier and Type | Field and Description |
|---|---|
private EventType<?> |
eventType
The JavaFX internal api name.
|
| Modifier and Type | Method and Description |
|---|---|
EventType<?> |
eventType()
Return the javaFX event type.
|
static OnSwipe.SwipeType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OnSwipe.SwipeType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOfnamepublic static final OnSwipe.SwipeType Any
public static final OnSwipe.SwipeType Up
public static final OnSwipe.SwipeType Down
public static final OnSwipe.SwipeType Left
public static final OnSwipe.SwipeType Right
private EventType<?> eventType
public static OnSwipe.SwipeType[] values()
for (OnSwipe.SwipeType c : OnSwipe.SwipeType.values()) System.out.println(c);
public static OnSwipe.SwipeType 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 nullpublic EventType<?> eventType()
eventType in interface EnumEventTypeCopyright © 2011–2014 JRebirth OSS. All rights reserved.