public static enum OpenWindow.ContainerType extends Enum<OpenWindow.ContainerType>
Enum Constant and Description |
---|
CURRENT_CONTAINER |
DIALOG |
FRAME |
SCREEN |
WINDOW_CONTAINER |
Modifier and Type | Method and Description |
---|---|
static OpenWindow.ContainerType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OpenWindow.ContainerType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OpenWindow.ContainerType CURRENT_CONTAINER
public static final OpenWindow.ContainerType FRAME
public static final OpenWindow.ContainerType DIALOG
public static final OpenWindow.ContainerType SCREEN
public static final OpenWindow.ContainerType WINDOW_CONTAINER
public static OpenWindow.ContainerType[] values()
for (OpenWindow.ContainerType c : OpenWindow.ContainerType.values()) System.out.println(c);
public static OpenWindow.ContainerType 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 nullCopyright © 2003–2023 XDEV Software. All rights reserved.