java.lang.Object | |
↳ | sun.util.resources.LocaleData |
Provides information about and access to resource bundles in the sun.text.resources and sun.util.resources package.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Returns a list of the installed locales.
| |||||||||||
Gets a calendar data resource bundle, using privileges
to allow accessing a sun.* package.
| |||||||||||
Gets a collation data resource bundle, using privileges
to allow accessing a sun.* package.
| |||||||||||
Gets a currency names resource bundle, using privileges
to allow accessing a sun.* package.
| |||||||||||
Gets a date format data resource bundle, using privileges
to allow accessing a sun.* package.
| |||||||||||
Gets a locale names resource bundle, using privileges
to allow accessing a sun.* package.
| |||||||||||
Gets a number format data resource bundle, using privileges
to allow accessing a sun.* package.
| |||||||||||
Gets a time zone names resource bundle, using privileges
to allow accessing a sun.* package.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Returns a list of the installed locales. Currently, this simply returns the list of locales for which a sun.text.resources.FormatData bundle exists. This bundle family happens to be the one with the broadest locale coverage in the JRE.
Gets a calendar data resource bundle, using privileges to allow accessing a sun.* package.
Gets a collation data resource bundle, using privileges to allow accessing a sun.* package.
Gets a currency names resource bundle, using privileges to allow accessing a sun.* package.
Gets a date format data resource bundle, using privileges to allow accessing a sun.* package.
Gets a locale names resource bundle, using privileges to allow accessing a sun.* package.
Gets a number format data resource bundle, using privileges to allow accessing a sun.* package.
Gets a time zone names resource bundle, using privileges to allow accessing a sun.* package.