|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.keridwen.core.i18n.internal.DefaultDictionaryService
public class DefaultDictionaryService
Constructor Summary | |
---|---|
DefaultDictionaryService()
|
Method Summary | |
---|---|
void |
addDictionaryHelper(DictionaryHelper helperToAdd)
Adds a dictionary helper to the list of managed helpers. |
Formatter |
getCurrentFormatter()
Gets the current formatter. |
Locale |
getCurrentLocale()
Gets the current locale. |
void |
removeDictionaryHelper(DictionaryHelper helperToRemove)
Removes a dictionary helper from the list of managed helpers. |
void |
setFormatter(Formatter formatterToSet)
Sets the formatter of the managed helpers. |
void |
setLocale(Locale aLocale)
Sets the locale of the managed helpers. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DefaultDictionaryService()
Method Detail |
---|
public void addDictionaryHelper(DictionaryHelper helperToAdd)
DictionaryService
addDictionaryHelper
in interface DictionaryService
helperToAdd
- the helper to addpublic void removeDictionaryHelper(DictionaryHelper helperToRemove)
DictionaryService
removeDictionaryHelper
in interface DictionaryService
helperToRemove
- the helper to removepublic void setLocale(Locale aLocale)
DictionaryService
setLocale
in interface DictionaryService
aLocale
- the locale to setpublic Locale getCurrentLocale()
DictionaryService
getCurrentLocale
in interface DictionaryService
public void setFormatter(Formatter formatterToSet)
DictionaryService
setFormatter
in interface DictionaryService
formatterToSet
- the formatter to setpublic Formatter getCurrentFormatter()
DictionaryService
getCurrentFormatter
in interface DictionaryService
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |