public static enum SetTableau.TableauState extends java.lang.Enum<SetTableau.TableauState>
Enum Constant and Description |
---|
ICONIFIED
Iconified.
|
MAXIMIZED
Maximized.
|
NORMAL
Normal.
|
Modifier and Type | Method and Description |
---|---|
static SetTableau.TableauState |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SetTableau.TableauState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SetTableau.TableauState ICONIFIED
public static final SetTableau.TableauState MAXIMIZED
public static final SetTableau.TableauState NORMAL
public static SetTableau.TableauState[] values()
for (SetTableau.TableauState c : SetTableau.TableauState.values()) System.out.println(c);
public static SetTableau.TableauState 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