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