public static enum OnWindow.WindowType extends Enum<OnWindow.WindowType> implements EnumEventType
| Enum Constant and Description |
|---|
Any
Any Swipe Event.
|
CloseRequest
Window close requested event.
|
Hidden
Window hidden event.
|
Hiding
Window hiding event.
|
Showing
Window showing event.
|
Shown
Window shown 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 OnWindow.WindowType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OnWindow.WindowType[] |
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 OnWindow.WindowType Any
public static final OnWindow.WindowType CloseRequest
public static final OnWindow.WindowType Hidden
public static final OnWindow.WindowType Hiding
public static final OnWindow.WindowType Showing
public static final OnWindow.WindowType Shown
private EventType<?> eventType
public static OnWindow.WindowType[] values()
for (OnWindow.WindowType c : OnWindow.WindowType.values()) System.out.println(c);
public static OnWindow.WindowType 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.