Package org.apache.xmlgraphics.util.i18n
Class LocaleGroup
java.lang.Object
org.apache.xmlgraphics.util.i18n.LocaleGroup
This class represents a group of ExtendedLocalizable objects which
have a shared default locale.
- Version:
- $Id$ Originally authored by Stephane Hillion.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final LocaleGroup
The default group.protected Locale
The shared Locale. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
DEFAULT
The default group. -
locale
The shared Locale.
-
-
Constructor Details
-
LocaleGroup
public LocaleGroup()
-
-
Method Details
-
setLocale
Sets the default locale for all the instances of ExtendedLocalizable in this group. -
getLocale
Gets the current default locale in this group, or null.
-