net.sf.bloof.websuite.intl
Class Text

java.lang.Object
  |
  +--java.util.ResourceBundle
        |
        +--java.util.ListResourceBundle
              |
              +--net.sf.bloof.websuite.intl.Text

public class Text
extends java.util.ListResourceBundle

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.

Version:
$Id: Text.java,v 1.1 2003/10/13 18:05:06 pekacki Exp $
Author:
Lukasz Pekacki

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

BLOOF_COMMANDLINE

public static final 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. Using variable names which reflect the content clarifies the intent of the code in the user of this class.


BLOOF_NAME

public static final 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. Using variable names which reflect the content clarifies the intent of the code in the user of this class.


BLOOF_SHORTNAME

public static final 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. Using variable names which reflect the content clarifies the intent of the code in the user of this class.


COMMANDLINE_ARGUMENTS

public static final 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. Using variable names which reflect the content clarifies the intent of the code in the user of this class.


COMMANDLINE_USAGE

public static final 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. Using variable names which reflect the content clarifies the intent of the code in the user of this class.


COPYRIGHT

public static final 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. Using variable names which reflect the content clarifies the intent of the code in the user of this class.


DATE_FORMAT

public static final 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. Using variable names which reflect the content clarifies the intent of the code in the user of this class.


ERROR

public static final 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. Using variable names which reflect the content clarifies the intent of the code in the user of this class.


ERROR_OCCURED

public static final 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. Using variable names which reflect the content clarifies the intent of the code in the user of this class.


LANGUAGE

public static final 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. Using variable names which reflect the content clarifies the intent of the code in the user of this class.


LANGUAGE_ID

public static final 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. Using variable names which reflect the content clarifies the intent of the code in the user of this class.


LICENSE

public static final 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. Using variable names which reflect the content clarifies the intent of the code in the user of this class.


VISIT_US

public static final 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. Using variable names which reflect the content clarifies the intent of the code in the user of this class.

Constructor Detail

Text

public Text()
Method Detail

getContents

public final java.lang.Object[][] getContents()
Specified by:
getContents in class java.util.ListResourceBundle
See Also:
ListResourceBundle.getContents( )


Copyright © 2003 bloof@Sourceforge. All Rights Reserved.