|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
API for NotationManager.
This API is thread-safe and may be called from any thread.
| Method Summary | |
NotationFactory |
getNotationFactoryForLocale(Locale locale)
Get the NotationFactory for the given locale. |
Locale[] |
getRepresentativeLocales()
Get an array of representative locales, used for choosing a NotationFactory. |
void |
setNotationFactoryForLocale(LocaleFilter filter,
Locale representative,
NotationFactory factory)
Register a NotationFactory to use for a given locale. |
| Method Detail |
public NotationFactory getNotationFactoryForLocale(Locale locale)
locale - locale to use, or null to specify the default locale
public void setNotationFactoryForLocale(LocaleFilter filter,
Locale representative,
NotationFactory factory)
filter - identifier for the relevant localesrepresentative - a representative locale for use in choosersfactory - NotationFactory to usepublic Locale[] getRepresentativeLocales()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||