|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface provides much more control over internationalization than the Localizable interface.
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. |
Methods inherited from interface org.apache.batik.i18n.Localizable |
formatMessage, getLocale, setLocale |
Method Detail |
public void setLocaleGroup(LocaleGroup lg)
public LocaleGroup getLocaleGroup()
public void setDefaultLocale(Locale l)
public Locale getDefaultLocale()
public ResourceBundle getResourceBundle()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |