Package org.apache.xmlgraphics.util.i18n
Class LocaleGroup
- java.lang.Object
-
- org.apache.xmlgraphics.util.i18n.LocaleGroup
-
public class LocaleGroup extends Object
This class represents a group of ExtendedLocalizable objects which have a shared default locale.- Version:
- $Id: LocaleGroup.java 1732018 2016-02-24 04:51:06Z gadams $ Originally authored by Stephane Hillion.
-
-
Field Summary
Fields Modifier and Type Field Description static LocaleGroupDEFAULTThe default group.protected LocalelocaleThe shared Locale.
-
Constructor Summary
Constructors Constructor Description LocaleGroup()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LocalegetLocale()Gets the current default locale in this group, or null.voidsetLocale(Locale l)Sets the default locale for all the instances of ExtendedLocalizable in this group.
-
-
-
Field Detail
-
DEFAULT
public static final LocaleGroup DEFAULT
The default group.
-
locale
protected Locale locale
The shared Locale.
-
-