public enum ComponentName extends Enum<ComponentName>
| Enum Constant and Description |
|---|
CAPABILITIES |
GAF_PROF |
INFO |
MAIN |
MAP |
MENU_BOOKMARK |
OVERVIEW |
PHOTO |
SELECTION |
STATUSBAR |
TABLE |
TREE |
| Modifier and Type | Method and Description |
|---|---|
static ComponentName |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ComponentName[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ComponentName CAPABILITIES
public static final ComponentName INFO
public static final ComponentName MAIN
public static final ComponentName MAP
public static final ComponentName MENU_BOOKMARK
public static final ComponentName OVERVIEW
public static final ComponentName SELECTION
public static final ComponentName TABLE
public static final ComponentName TREE
public static final ComponentName STATUSBAR
public static final ComponentName PHOTO
public static final ComponentName GAF_PROF
public static ComponentName[] values()
for (ComponentName c : ComponentName.values()) System.out.println(c);
public static ComponentName valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2012–2026 cismet GmbH. All rights reserved.