org.apache.batik.i18n

Class LocaleGroup

public class LocaleGroup extends Object

This class represents a group of ExtendedLocalizable objects which have a shared default locale.
Field Summary
static LocaleGroupDEFAULT
The default group.
protected Localelocale
The shared Locale.
Method Summary
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.

Method Detail

getLocale

public Locale getLocale()
Gets the current default locale in this group, or null.

setLocale

public void setLocale(Locale l)
Sets the default locale for all the instances of ExtendedLocalizable in this group.
Copyright B) 2008 Apache Software Foundation. All Rights Reserved.