public enum LocaleResources extends Enum<LocaleResources>
Enum Constant and Description |
---|
BLOCK_COUNT |
DAEMON_THREADS |
DETAILS |
ID |
LIVE_THREADS |
MISSING_INFO |
MONITOR |
NAME |
RUNNING |
SLEEPING |
START |
START_RECORDING |
STOP |
STOP_RECORDING |
TABLE |
THREAD_CONTROL_PANEL |
THREAD_DETAILS_EMTPY |
THREAD_DUMP |
TIMELINE |
VM_CAPABILITIES |
WAIT_COUNT |
WAITING |
Modifier and Type | Field and Description |
---|---|
static String |
RESOURCE_BUNDLE |
Modifier and Type | Method and Description |
---|---|
static Translate |
createLocalizer() |
static LocaleResources |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LocaleResources[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LocaleResources NAME
public static final LocaleResources ID
public static final LocaleResources START
public static final LocaleResources STOP
public static final LocaleResources WAIT_COUNT
public static final LocaleResources BLOCK_COUNT
public static final LocaleResources RUNNING
public static final LocaleResources WAITING
public static final LocaleResources SLEEPING
public static final LocaleResources MONITOR
public static final LocaleResources START_RECORDING
public static final LocaleResources STOP_RECORDING
public static final LocaleResources VM_CAPABILITIES
public static final LocaleResources TABLE
public static final LocaleResources DETAILS
public static final LocaleResources TIMELINE
public static final LocaleResources LIVE_THREADS
public static final LocaleResources DAEMON_THREADS
public static final LocaleResources THREAD_CONTROL_PANEL
public static final LocaleResources THREAD_DUMP
public static final LocaleResources MISSING_INFO
public static final LocaleResources THREAD_DETAILS_EMTPY
public static final String RESOURCE_BUNDLE
public static LocaleResources[] values()
for (LocaleResources c : LocaleResources.values()) System.out.println(c);
public static LocaleResources 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 nullpublic static Translate createLocalizer()
Copyright © 2013. All Rights Reserved.