public enum swMenuIdentifiers_e extends java.lang.Enum<swMenuIdentifiers_e>
Enum Constant and Description |
---|
swDeveloperToolsMenu |
swEditMenu |
swFileMenu |
swHelpMenu |
swInsertMenu |
swToolsMenu |
swViewMenu |
swViewToolbarsMenu |
swWindowMenu |
Modifier and Type | Method and Description |
---|---|
static swMenuIdentifiers_e |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static swMenuIdentifiers_e[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final swMenuIdentifiers_e swFileMenu
public static final swMenuIdentifiers_e swEditMenu
public static final swMenuIdentifiers_e swViewMenu
public static final swMenuIdentifiers_e swInsertMenu
public static final swMenuIdentifiers_e swToolsMenu
public static final swMenuIdentifiers_e swWindowMenu
public static final swMenuIdentifiers_e swHelpMenu
public static final swMenuIdentifiers_e swDeveloperToolsMenu
public static final swMenuIdentifiers_e swViewToolbarsMenu
public static swMenuIdentifiers_e[] values()
for (swMenuIdentifiers_e c : swMenuIdentifiers_e.values()) System.out.println(c);
public static swMenuIdentifiers_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