|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectsun.util.resources.LocaleData
public class LocaleData
Provides information about and access to resource bundles in the sun.text.resources and sun.util.resources package.
| Constructor Summary | |
|---|---|
LocaleData()
|
|
| Method Summary | |
|---|---|
static Locale[] |
getAvailableLocales()
Returns a list of the installed locales. |
static ResourceBundle |
getCalendarData(Locale locale)
Gets a calendar data resource bundle, using privileges to allow accessing a sun.* package. |
static ResourceBundle |
getCollationData(Locale locale)
Gets a collation data resource bundle, using privileges to allow accessing a sun.* package. |
static OpenListResourceBundle |
getCurrencyNames(Locale locale)
Gets a currency names resource bundle, using privileges to allow accessing a sun.* package. |
static ResourceBundle |
getDateFormatData(Locale locale)
Gets a date format data resource bundle, using privileges to allow accessing a sun.* package. |
static OpenListResourceBundle |
getLocaleNames(Locale locale)
Gets a locale names resource bundle, using privileges to allow accessing a sun.* package. |
static ResourceBundle |
getNumberFormatData(Locale locale)
Gets a number format data resource bundle, using privileges to allow accessing a sun.* package. |
static OpenListResourceBundle |
getTimeZoneNames(Locale locale)
Gets a time zone names resource bundle, using privileges to allow accessing a sun.* package. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LocaleData()
| Method Detail |
|---|
public static Locale[] getAvailableLocales()
public static ResourceBundle getCalendarData(Locale locale)
public static OpenListResourceBundle getCurrencyNames(Locale locale)
public static OpenListResourceBundle getLocaleNames(Locale locale)
public static OpenListResourceBundle getTimeZoneNames(Locale locale)
public static ResourceBundle getCollationData(Locale locale)
public static ResourceBundle getDateFormatData(Locale locale)
public static ResourceBundle getNumberFormatData(Locale locale)
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||