Uses of Class
cz.zcu.fav.kiv.editor.controller.resource.LanguageEnum

Packages that use LanguageEnum
cz.zcu.fav.kiv.editor.controller.resource   
 

Uses of LanguageEnum in cz.zcu.fav.kiv.editor.controller.resource
 

Methods in cz.zcu.fav.kiv.editor.controller.resource that return LanguageEnum
static LanguageEnum LanguageEnum.getLanguage(java.util.Locale loc)
          Returns LanguageEnum language for corresponding locale.
static LanguageEnum LanguageEnum.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static LanguageEnum[] LanguageEnum.values()
          Returns an array containing the constants of this enum type, in the order they are declared.