Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Class
java.util.ResourceBundle

Uses of ResourceBundle in java.util
 

Subclasses of ResourceBundle in java.util
 class ListResourceBundle
          A ListResouceBundle provides an easy way, to create your own resource bundle.
 class PropertyResourceBundle
          This class is a concrete ResourceBundle that gets it resources from a property file.
 

Fields in java.util declared as ResourceBundle
protected  ResourceBundle ResourceBundle.parent
          The parent bundle.
 

Methods in java.util that return ResourceBundle
static ResourceBundle ResourceBundle.getBundle(java.lang.String baseName)
          Get the appropriate ResourceBundle for the default locale.
static ResourceBundle ResourceBundle.getBundle(java.lang.String baseName, Locale locale)
          Get the appropriate ResourceBundle for the given locale.
static ResourceBundle ResourceBundle.getBundle(java.lang.String baseName, Locale locale, java.lang.ClassLoader classLoader)
          Get the appropriate ResourceBundle for the given locale.
private static ResourceBundle ResourceBundle.tryBundle(java.lang.String localizedName, java.lang.ClassLoader classloader)
          Tries to load a class or a property file with the specified name.
private static ResourceBundle ResourceBundle.tryBundle(java.lang.String baseName, Locale locale, java.lang.ClassLoader classLoader, boolean wantBase)
          Tries to load a the bundle for a given locale, also loads the backup locales with the same language.
private static ResourceBundle Calendar.getBundle(Locale locale)
          get resource bundle: The resources should be loaded via this method only.
 

Methods in java.util with parameters of type ResourceBundle
protected  void ResourceBundle.setParent(ResourceBundle parent)
          Set the parent of this bundle.