Uses of Class
de.xima.fc.mdl.i18n.SystemMessageI18n
-
Packages that use SystemMessageI18n Package Description de.xima.fc.entities Package für Datenbankentitätende.xima.fc.gui.bean.settings -
-
Uses of SystemMessageI18n in de.xima.fc.entities
Methods in de.xima.fc.entities that return SystemMessageI18n Modifier and Type Method Description SystemMessageI18n
SystemMessage. getI18n(ELanguage language)
SystemMessageI18n
SystemMessage. getI18n(Locale locale)
Methods in de.xima.fc.entities that return types with arguments of type SystemMessageI18n Modifier and Type Method Description Map<String,SystemMessageI18n>
SystemMessage. getI18nValues()
Method parameters in de.xima.fc.entities with type arguments of type SystemMessageI18n Modifier and Type Method Description void
SystemMessage. setI18nValues(Map<String,SystemMessageI18n> i18nValues)
-
Uses of SystemMessageI18n in de.xima.fc.gui.bean.settings
Methods in de.xima.fc.gui.bean.settings that return SystemMessageI18n Modifier and Type Method Description SystemMessageI18n
SystemMessagesBean. getSystemMessageI18n(SystemMessage msg, ELanguage language)
-