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