JSR-62 (Final)

Uses of Class
java.util.ResourceBundle

Packages that use ResourceBundle
java.util   
 

Uses of ResourceBundle in java.util
 

Subclasses of ResourceBundle in java.util
 class ListResourceBundle
          ListResourceBundle is a abstract subclass of ResourceBundle that manages resources for a locale in a convenient and easy to use list.
 class PropertyResourceBundle
          PropertyResourceBundle is a concrete subclass of ResourceBundle that manages resources for a locale using a set of static strings from a property file.
 

Fields in java.util declared as ResourceBundle
protected  ResourceBundle ResourceBundle.parent
          The parent bundle is consulted by getObject when this bundle does not contain a particular resource.
 

Methods in java.util that return ResourceBundle
static ResourceBundle ResourceBundle.getBundle(String baseName)
          Get the appropriate ResourceBundle subclass.
static ResourceBundle ResourceBundle.getBundle(String baseName, Locale locale)
          Get the appropriate ResourceBundle subclass.
static ResourceBundle ResourceBundle.getBundle(String baseName, Locale locale, ClassLoader loader)
          Get the appropriate ResourceBundle subclass.
 

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


JSR-62 (Final)

Java and Java 2D are trademarks or registered trademarks of Sun Microsystems, Inc. in the U.S. and other countries.
Copyright 1993 - 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, California 94303, U.S.A. All Rights Reserved.
Use of this specification is subject to this license.