public static enum WindowWrapper.Mode extends java.lang.Enum<WindowWrapper.Mode>
Modifier and Type | Method and Description |
---|---|
static WindowWrapper.Mode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static WindowWrapper.Mode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WindowWrapper.Mode FRAME
public static final WindowWrapper.Mode MODAL
public static final WindowWrapper.Mode NON_MODAL
public static WindowWrapper.Mode[] values()
for (WindowWrapper.Mode c : WindowWrapper.Mode.values()) System.out.println(c);
public static WindowWrapper.Mode valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null