The methods of Java.Util.ResourceBundle are listed below. For a list of all members, see the ResourceBundle Members list.
See Also: Inherited members from Java.Lang.Object
static | ClearCache() | |
static | ClearCache(Java.Lang.ClassLoader) | |
ContainsKey(string) | ||
static | GetBundle(string)Finds the named resource bundle for the default Locale and the caller's ClassLoader. | |
static | GetBundle(string, Locale)Finds the named ResourceBundle for the specified Locale and the caller ClassLoader. | |
static | GetBundle(string, ResourceBundle.Control)Finds the named resource bundle for the specified base name and control. | |
static | GetBundle(string, Locale, Java.Lang.ClassLoader)Finds the named resource bundle for the specified Locale and ClassLoader. | |
static | GetBundle(string, Locale, ResourceBundle.Control)Finds the named resource bundle for the specified base name and control. | |
static | GetBundle(string, Locale, Java.Lang.ClassLoader, ResourceBundle.Control)Finds the named resource bundle for the specified base name and control. | |
GetObject(string)Returns the named resource from this ResourceBundle. | ||
GetString(string)Returns the named string resource from this ResourceBundle. | ||
GetStringArray(string)Returns the named resource from this ResourceBundle. | ||
abstract | HandleGetObject(string)Returns the named resource from this ResourceBundle, or null if the resource is not found. | |
KeySet() |
HandleKeySet() | ||
SetParent(ResourceBundle)Sets the parent resource bundle of this ResourceBundle. |