Uses of Class
com.ibm.icu.util.UResourceBundle

Packages that use UResourceBundle
com.ibm.icu.util International calendars and other utility classes. 
 

Uses of UResourceBundle in com.ibm.icu.util
 

Methods in com.ibm.icu.util that return UResourceBundle
static UResourceBundle UResourceBundle.getBundleInstance(java.lang.String baseName)
          Creates a UResourceBundle for the default locale and specified base name, from which users can extract resources by using their corresponding keys.
static UResourceBundle UResourceBundle.getBundleInstance(java.lang.String baseName, java.util.Locale locale)
          Creates a UResourceBundle for the specified locale and specified base name, from which users can extract resources by using their corresponding keys.
static UResourceBundle UResourceBundle.getBundleInstance(java.lang.String baseName, java.util.Locale locale, java.lang.ClassLoader loader)
          Deprecated. This API is ICU internal only.
static UResourceBundle UResourceBundle.getBundleInstance(java.lang.String baseName, java.lang.String localeName)
          Creates a resource bundle using the specified base name and locale.
static UResourceBundle UResourceBundle.getBundleInstance(java.lang.String baseName, java.lang.String localeName, java.lang.ClassLoader root)
          Creates a resource bundle using the specified base name, locale, and class root.
protected static UResourceBundle UResourceBundle.getBundleInstance(java.lang.String baseName, java.lang.String localeName, java.lang.ClassLoader root, boolean disableFallback)
          Creates a resource bundle using the specified base name, locale, and class root.
static UResourceBundle UResourceBundle.getBundleInstance(java.lang.String baseName, ULocale locale)
          Creates a UResourceBundle, from which users can extract resources by using their corresponding keys.
static UResourceBundle UResourceBundle.getBundleInstance(java.lang.String baseName, ULocale locale, java.lang.ClassLoader loader)
          Deprecated. This API is ICU internal only.
static UResourceBundle UResourceBundle.getBundleInstance(ULocale locale)
          Creates a UResourceBundle for the locale specified, from which users can extract resources by using their corresponding keys.
protected abstract  UResourceBundle UResourceBundle.getParent()
          Gets the parent bundle
protected static UResourceBundle UResourceBundle.instantiateBundle(java.lang.String baseName, java.lang.String localeName, java.lang.ClassLoader root, boolean disableFallback)
          Loads a new resource bundle for the give base name, locale and class loader.
protected static UResourceBundle UResourceBundle.loadFromCache(java.lang.ClassLoader cl, java.lang.String fullName, ULocale defaultLocale)
          Deprecated. This API is ICU internal only.
 

Methods in com.ibm.icu.util with parameters of type UResourceBundle
protected static void UResourceBundle.addToCache(java.lang.ClassLoader cl, java.lang.String fullName, ULocale defaultLocale, UResourceBundle b)
          Deprecated. This API is ICU internal only.
 



Copyright (c) 2007 IBM Corporation and others.