|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.batik.i18n.LocaleGroup
public class LocaleGroup
This class represents a group of ExtendedLocalizable objects which have a shared default locale.
| Field Summary | |
|---|---|
static LocaleGroup |
DEFAULT
The default group. |
protected Locale |
locale
The shared Locale. |
| Constructor Summary | |
|---|---|
LocaleGroup()
|
|
| Method Summary | |
|---|---|
Locale |
getLocale()
Gets the current default locale in this group, or null. |
void |
setLocale(Locale l)
Sets the default locale for all the instances of ExtendedLocalizable in this group. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final LocaleGroup DEFAULT
protected Locale locale
| Constructor Detail |
|---|
public LocaleGroup()
| Method Detail |
|---|
public void setLocale(Locale l)
public Locale getLocale()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||