org.apache.batik.i18n
public interface ExtendedLocalizable extends Localizable
| Method Summary | |
|---|---|
| Locale | getDefaultLocale()
Gets the current default locale in the LocaleGroup. |
| LocaleGroup | getLocaleGroup()
Returns the group to which this object belongs. |
| ResourceBundle | getResourceBundle()
Returns the current resource bundle. |
| void | setDefaultLocale(Locale l)
Sets the default locale for all the instances of this class in
the same LocaleGroup. |
| void | setLocaleGroup(LocaleGroup lg)
Sets the group to which this object belongs. |