Uses of Class
de.xima.fc.mdl.enums.EI18nSource
-
Packages that use EI18nSource Package Description de.xima.fc.gui.bean.settings de.xima.fc.mdl.enums Commonly used enumeration that are mainly used in model classes.de.xima.fc.mdl.i18n -
-
Uses of EI18nSource in de.xima.fc.gui.bean.settings
Methods in de.xima.fc.gui.bean.settings that return types with arguments of type EI18nSource Modifier and Type Method Description Collection<EI18nSource>
SystemMessagesBean. getAvailableI18nSources()
-
Uses of EI18nSource in de.xima.fc.mdl.enums
Methods in de.xima.fc.mdl.enums that return EI18nSource Modifier and Type Method Description static EI18nSource
EI18nSource. valueOf(String name)
Returns the enum constant of this type with the specified name.static EI18nSource[]
EI18nSource. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of EI18nSource in de.xima.fc.mdl.i18n
Methods in de.xima.fc.mdl.i18n that return EI18nSource Modifier and Type Method Description EI18nSource
SystemMessageI18n. getI18nSource()
Methods in de.xima.fc.mdl.i18n with parameters of type EI18nSource Modifier and Type Method Description void
SystemMessageI18n. setI18nSource(EI18nSource i18nSource)
-