|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
|
+--java.util.ResourceBundle
|
+--java.util.ListResourceBundle
|
+--net.sf.bloof.websuite.intl.Text
This class holds the keys of all Strings that can be presented to the user. It also holds all values of the keys in English language.
| Field Summary | |
static TextKey |
BLOOF_COMMANDLINE
These constants are used by the caller to identify what text is needed; which version of the text is actually returned is determined by the ResourceBundle mechanism. |
static TextKey |
BLOOF_NAME
These constants are used by the caller to identify what text is needed; which version of the text is actually returned is determined by the ResourceBundle mechanism. |
static TextKey |
BLOOF_SHORTNAME
These constants are used by the caller to identify what text is needed; which version of the text is actually returned is determined by the ResourceBundle mechanism. |
static TextKey |
COMMANDLINE_ARGUMENTS
These constants are used by the caller to identify what text is needed; which version of the text is actually returned is determined by the ResourceBundle mechanism. |
static TextKey |
COMMANDLINE_USAGE
These constants are used by the caller to identify what text is needed; which version of the text is actually returned is determined by the ResourceBundle mechanism. |
static TextKey |
COPYRIGHT
These constants are used by the caller to identify what text is needed; which version of the text is actually returned is determined by the ResourceBundle mechanism. |
static TextKey |
DATE_FORMAT
These constants are used by the caller to identify what text is needed; which version of the text is actually returned is determined by the ResourceBundle mechanism. |
static TextKey |
ERROR
These constants are used by the caller to identify what text is needed; which version of the text is actually returned is determined by the ResourceBundle mechanism. |
static TextKey |
ERROR_OCCURED
These constants are used by the caller to identify what text is needed; which version of the text is actually returned is determined by the ResourceBundle mechanism. |
static TextKey |
LANGUAGE
These constants are used by the caller to identify what text is needed; which version of the text is actually returned is determined by the ResourceBundle mechanism. |
static TextKey |
LANGUAGE_ID
These constants are used by the caller to identify what text is needed; which version of the text is actually returned is determined by the ResourceBundle mechanism. |
static TextKey |
LICENSE
These constants are used by the caller to identify what text is needed; which version of the text is actually returned is determined by the ResourceBundle mechanism. |
static TextKey |
VISIT_US
These constants are used by the caller to identify what text is needed; which version of the text is actually returned is determined by the ResourceBundle mechanism. |
| Fields inherited from class java.util.ResourceBundle |
parent |
| Constructor Summary | |
Text()
|
|
| Method Summary | |
java.lang.Object[][] |
getContents()
|
| Methods inherited from class java.util.ListResourceBundle |
getKeys, handleGetObject |
| Methods inherited from class java.util.ResourceBundle |
getBundle, getBundle, getBundle, getLocale, getObject, getString, getStringArray, setParent |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final TextKey BLOOF_COMMANDLINE
public static final TextKey BLOOF_NAME
public static final TextKey BLOOF_SHORTNAME
public static final TextKey COMMANDLINE_ARGUMENTS
public static final TextKey COMMANDLINE_USAGE
public static final TextKey COPYRIGHT
public static final TextKey DATE_FORMAT
public static final TextKey ERROR
public static final TextKey ERROR_OCCURED
public static final TextKey LANGUAGE
public static final TextKey LANGUAGE_ID
public static final TextKey LICENSE
public static final TextKey VISIT_US
| Constructor Detail |
public Text()
| Method Detail |
public final java.lang.Object[][] getContents()
getContents in class java.util.ListResourceBundleListResourceBundle.getContents( )
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||