Uses of Class
ch.claudio.trainer.data.Language

Packages that use Language
ch.claudio.trainer   
ch.claudio.trainer.data   
 

Uses of Language in ch.claudio.trainer
 

Methods in ch.claudio.trainer that return types with arguments of type Language
static java.util.SortedSet<Language> Model.availableLanguages()
          Find all languages which are not yet added to the used languages list.
static java.util.SortedSet<Language> Model.getUsedLanguages()
          Return the languages selected for usage.
 

Uses of Language in ch.claudio.trainer.data
 

Methods in ch.claudio.trainer.data with parameters of type Language
 int Language.compareTo(Language other)