|
|||||||||
| Home >> All >> org >> apache >> batik >> [ i18n overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.apache.batik.i18n
Class LocaleGroup

java.lang.Objectorg.apache.batik.i18n.LocaleGroup
- public class LocaleGroup
- extends java.lang.Object
This class represents a group of ExtendedLocalizable objects which have a shared default locale.
- Version:
- $Id: LocaleGroup.java,v 1.3 2004/08/18 07:14:44 vhardy Exp $
| Field Summary | |
static LocaleGroup |
DEFAULT
The default group. |
protected java.util.Locale |
locale
The shared Locale. |
| Constructor Summary | |
LocaleGroup()
|
|
| Method Summary | |
java.util.Locale |
getLocale()
Gets the current default locale in this group, or null. |
void |
setLocale(java.util.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 |
DEFAULT
public static final LocaleGroup DEFAULT
- The default group.
locale
protected java.util.Locale locale
- The shared Locale.
| Constructor Detail |
LocaleGroup
public LocaleGroup()
| Method Detail |
setLocale
public void setLocale(java.util.Locale l)
- Sets the default locale for all the instances of ExtendedLocalizable
in this group.
getLocale
public java.util.Locale getLocale()
- Gets the current default locale in this group, or null.
|
|||||||||
| Home >> All >> org >> apache >> batik >> [ i18n overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
org.apache.batik.i18n.LocaleGroup