|
2004.04.29 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
LocaleSensitive is an interface the indicates an object is
locale-sensitive. As such, the implementing object uses a Locale
object to tailor information for the user. For example, displaying a number is
a locale-sensitive operation - the number should be formatted according to the
customs/conventions of the user's native country, region, or culture.
Locale| Method Summary | |
Locale |
getLocale()
Returns the locale. |
void |
setLocale(Locale locale)
Sets the locale. |
| Method Detail |
public Locale getLocale()
public void setLocale(Locale locale)
|
2004.04.29 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||