|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jhotdraw.util.LocaleUtil
public class LocaleUtil
LocaleUtil provides a setDefault()/getDefault() wrapper to java.util.Locale in order to overcome the security restriction preventing Applets from using their own locale.
| Field Summary | |
|---|---|
private static java.util.Locale |
defaultLocale
|
| Constructor Summary | |
|---|---|
LocaleUtil()
Creates a new instance. |
|
| Method Summary | |
|---|---|
static java.util.Locale |
getDefault()
|
static void |
setDefault(java.util.Locale newValue)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private static java.util.Locale defaultLocale
| Constructor Detail |
|---|
public LocaleUtil()
| Method Detail |
|---|
public static void setDefault(java.util.Locale newValue)
public static java.util.Locale getDefault()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||