public enum TrEasWindow extends java.lang.Enum<TrEasWindow> implements NlsKey
SUB_KEY_ACTION, SUB_KEY_COLUMN, SUB_KEY_CONFIRM, SUB_KEY_CONST, SUB_KEY_DBO, SUB_KEY_DEMO, SUB_KEY_ERROR, SUB_KEY_FIELD, SUB_KEY_GUI, SUB_KEY_HELP, SUB_KEY_INFO, SUB_KEY_LABEL, SUB_KEY_MENU, SUB_KEY_MESSAGE, SUB_KEY_MISC, SUB_KEY_STATUS, SUB_KEY_TIP, SUB_KEY_TOOL, SUB_KEY_WINDOW, SUB_KEY_WORKFLOW
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAppKey()
Returns the base prefix of the key
|
java.lang.String |
getSubKey()
Returns the path of the key
|
java.lang.String |
getText(java.lang.Object... args)
Returns the translated text, which is the value of the translation key
as stored in the translation map.
|
static TrEasWindow |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TrEasWindow[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TrEasWindow DEFAULT_FIELD_EDITOR
public static final TrEasWindow CONFIRM_DIALOG
public static final TrEasWindow RECORD_DETAILS
public static final TrEasWindow CALENDAR
public static final TrEasWindow SELECT_DIRECTORY
public static final TrEasWindow SELECT_FILE
public static final TrEasWindow DATABASE_INFO
public static final TrEasWindow VIEW_RECORDS
public static final TrEasWindow ACTIVITY_MONITOR
public static final TrEasWindow WORKFLOW_MONITOR
public static final TrEasWindow WORKFLOW_MANAGER
public static final TrEasWindow TASK_MANAGER
public static final TrEasWindow TASK_OPTION_DIALOG
public static final TrEasWindow CHOOSE_OUTPUT_FILE
public static final TrEasWindow CHOOSE_OUTPUT_DIRECTORY
public static final TrEasWindow CHOOSE_INPUT_FILE
public static final TrEasWindow MEMORY_MONITOR
public static final TrEasWindow MARKABLE_TABLE
public static final TrEasWindow AVAILABLE_OPTIONS
public static final TrEasWindow JAVA_PROCESS_INFO
public static final TrEasWindow JAVA_APP_TEST
public static final TrEasWindow CREATE_DIRECTORY
public static final TrEasWindow CREATE_FILE
public static final TrEasWindow RENAME_PATH
public static final TrEasWindow ARCHIVE_LISTING
public static final TrEasWindow ARCHIVE_LISTING_OF_0
public static final TrEasWindow ARCHIVE_EXTRACT
public static final TrEasWindow ARCHIVE_EXTRACTION_OF_0
public static final TrEasWindow CHOOSE_ROOT_DIRECTOTRY
public static final TrEasWindow CREATE_ZIP_ARCHIVE_0
public static final TrEasWindow ARCHIVE_CREATE
public static final TrEasWindow ARCHIVE_CREATE_WFT_PROCESSING_0_FILES
public static TrEasWindow[] values()
for (TrEasWindow c : TrEasWindow.values()) System.out.println(c);
public static TrEasWindow 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 nullpublic java.lang.String getAppKey()
NlsKey
public java.lang.String getSubKey()
NlsKey
Copyright © 2014 EsprIT-Systems. All Rights Reserved.