Uses of Class
org.crosswire.jsword.versification.BibleNames

Packages that use BibleNames
org.crosswire.jsword.versification The core responsibility of the versification package is to understand verse references. 
 

Uses of BibleNames in org.crosswire.jsword.versification
 

Fields in org.crosswire.jsword.versification declared as BibleNames
private static BibleNames Versification.englishBibleNames
          English BibleNames, or null when using the program's default locale
 

Fields in org.crosswire.jsword.versification with type parameters of type BibleNames
private  Map<Locale,BibleNames> Versification.localizedBibleNames
          we cache the Localized Bible Names because there is quite a bit of processing going on for each individual Locale
 

Methods in org.crosswire.jsword.versification that return BibleNames
private  BibleNames Versification.getBibleNamesForLocale(Locale locale)
          Gets the bible names for a specific locale.
private  BibleNames Versification.getLocalizedBibleNames()
          Gets the localized bible names, based on the LocaleProviderManager
 


Copyright ? 2003-2011