public static enum UIControlManager.InformationMessage extends java.lang.Enum<UIControlManager.InformationMessage> implements REpiceaTranslator.TextableEnum
Enum Constant and Description |
---|
CannotDeleteFile |
DataCorrectlyLoaded |
DataCorrectlySaved |
ErrorWhileLoadingData |
ErrorWhileSavingData |
ExpectedMemoryBustOut |
FileAlreadyExists |
IncorrectFilename |
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.
|
java.lang.String |
toString() |
static UIControlManager.InformationMessage |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static UIControlManager.InformationMessage[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UIControlManager.InformationMessage DataCorrectlyLoaded
public static final UIControlManager.InformationMessage ErrorWhileLoadingData
public static final UIControlManager.InformationMessage DataCorrectlySaved
public static final UIControlManager.InformationMessage ErrorWhileSavingData
public static final UIControlManager.InformationMessage FileAlreadyExists
public static final UIControlManager.InformationMessage CannotDeleteFile
public static final UIControlManager.InformationMessage IncorrectFilename
public static final UIControlManager.InformationMessage ExpectedMemoryBustOut
public static UIControlManager.InformationMessage[] values()
for (UIControlManager.InformationMessage c : UIControlManager.InformationMessage.values()) System.out.println(c);
public static UIControlManager.InformationMessage 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 Stringpublic java.lang.String toString()
toString
in class java.lang.Enum<UIControlManager.InformationMessage>