| java.lang.Object org.apache.batik.i18n.LocaleGroup
LocaleGroup | public class LocaleGroup (Code) | | This class represents a group of ExtendedLocalizable objects which
have a shared default locale.
author: Stephane Hillion version: $Id$ |
Method Summary | |
public Locale | getLocale() Gets the current default locale in this group, or null. | public void | setLocale(Locale l) Sets the default locale for all the instances of ExtendedLocalizable
in this group. |
getLocale | public Locale getLocale()(Code) | | Gets the current default locale in this group, or null.
|
setLocale | public void setLocale(Locale l)(Code) | | Sets the default locale for all the instances of ExtendedLocalizable
in this group.
|
|
|