public static enum ConfigFrame.Tabs extends java.lang.Enum<ConfigFrame.Tabs>
Enum Constant and Description |
---|
APPEARANCE |
CONNECTION |
GATEWAYS |
GENERAL |
PRIVACY |
Modifier and Type | Method and Description |
---|---|
static ConfigFrame.Tabs |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ConfigFrame.Tabs[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ConfigFrame.Tabs GENERAL
public static final ConfigFrame.Tabs APPEARANCE
public static final ConfigFrame.Tabs GATEWAYS
public static final ConfigFrame.Tabs PRIVACY
public static final ConfigFrame.Tabs CONNECTION
public static ConfigFrame.Tabs[] values()
for (ConfigFrame.Tabs c : ConfigFrame.Tabs.values()) System.out.println(c);
public static ConfigFrame.Tabs 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