public static enum REpiceaExportToolDialog.MessageID extends java.lang.Enum<REpiceaExportToolDialog.MessageID> implements REpiceaTranslator.TextableEnum
Enum Constant and Description |
---|
ErrorWhileSelectingFile |
OptionTitle |
PleaseSelectAFile |
PleaseSelectAnOption |
ProgressMessageBuildingRecordSet |
ProgressMessageExport |
Modifier and Type | Method and Description |
---|---|
void |
setText(java.lang.String englishText,
java.lang.String frenchText)
This method sets the english and french text for the label, control or title.
|
static REpiceaExportToolDialog.MessageID |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static REpiceaExportToolDialog.MessageID[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final REpiceaExportToolDialog.MessageID PleaseSelectAFile
public static final REpiceaExportToolDialog.MessageID OptionTitle
public static final REpiceaExportToolDialog.MessageID PleaseSelectAnOption
public static final REpiceaExportToolDialog.MessageID ProgressMessageBuildingRecordSet
public static final REpiceaExportToolDialog.MessageID ProgressMessageExport
public static final REpiceaExportToolDialog.MessageID ErrorWhileSelectingFile
public static REpiceaExportToolDialog.MessageID[] values()
for (REpiceaExportToolDialog.MessageID c : REpiceaExportToolDialog.MessageID.values()) System.out.println(c);
public static REpiceaExportToolDialog.MessageID 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 void setText(java.lang.String englishText, java.lang.String frenchText)
REpiceaTranslator.TextableEnum
setText
in interface REpiceaTranslator.TextableEnum
englishText
- a StringfrenchText
- a String