The members of Java.Util.ResourceBundle are listed below.
See Also: Inherited members from Java.Lang.Object
Constructs a new instance of this class. |
A constructor used when creating managed representations of JNI objects; called by the runtime. |
[read-only] abstract | Keys | IEnumeration. Returns the names of the resources contained in this ResourceBundle. |
[read-only] | Locale | Locale. Gets the Locale of this ResourceBundle. |
Parent | ResourceBundle. The parent of this ResourceBundle that is used if this bundle doesn't include the requested resource. | |
[read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
[read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
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. |