|
Class Summary |
| ListResourceBundle |
ListResourceBundle is an abstract subclass of ResourceBundle
that manages resources for a locale in a convenient and easy to use list.
|
| Locale |
A Locale object represents a specific geographical, political,
or cultural region.
|
| PropertyResourceBundle |
PropertyResourceBundle is a concrete subclass of
ResourceBundle that manages resources for a locale
using a set of static strings from a property file. |
| ResourceBundle |
Resource bundles contain locale-specific objects.
|
| SystemResourceBundle |
The SystemResourceBundle class encapsulates the access to native system for string
resource retrieval.The static final int members with the prefix STRING_ defined
in this class are those Java string IDs with which the associated data can be
retrieved from native system.
|