Uses of Class
moagg.types.prefs.Language

Packages that use Language
moagg.prefs.system   
moagg.types.prefs   
 

Uses of Language in moagg.prefs.system
 

Methods in moagg.prefs.system that return Language
 Language SystemPrefs.getLanguage()
           
 

Methods in moagg.prefs.system with parameters of type Language
 void SystemPrefs.setLanguage(Language language)
           
 

Uses of Language in moagg.types.prefs
 

Methods in moagg.types.prefs that return Language
static Language Language.fromString(java.lang.String lang)
           
static Language Language.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Language[] Language.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 



Copyright © 2008. All Rights Reserved.