public enum StiGuiStyle extends java.lang.Enum<StiGuiStyle>
| Enum Constant and Description |
|---|
Default |
Office2003 |
Office2007Black |
Office2007Blue |
Office2007Silver |
OfficeXP |
| Modifier and Type | Method and Description |
|---|---|
static StiGuiStyle |
forValue(int value) |
int |
getValue() |
static StiGuiStyle |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static StiGuiStyle[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StiGuiStyle Default
public static final StiGuiStyle Office2007Blue
public static final StiGuiStyle Office2007Black
public static final StiGuiStyle Office2007Silver
public static final StiGuiStyle Office2003
public static final StiGuiStyle OfficeXP
public static StiGuiStyle[] values()
for (StiGuiStyle c : StiGuiStyle.values()) System.out.println(c);
public static StiGuiStyle 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 nullpublic int getValue()
public static StiGuiStyle forValue(int value)
Copyright © 2019 Stimulsoft. All Rights Reserved.