@JsType(namespace="xgl") public enum WindowButtonsLocation extends Enum<WindowButtonsLocation>
Modifier and Type | Method and Description |
---|---|
static WindowButtonsLocation |
getDefault() |
static WindowButtonsLocation |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WindowButtonsLocation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WindowButtonsLocation LEFT
public static final WindowButtonsLocation RIGHT
public static WindowButtonsLocation[] values()
for (WindowButtonsLocation c : WindowButtonsLocation.values()) System.out.println(c);
public static WindowButtonsLocation 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 static WindowButtonsLocation getDefault()
Copyright © 2018 Xalys. All rights reserved.