| java.lang.Object | ||||
| ↳ | java.util.ResourceBundle | |||
| ↳ | java.util.ListResourceBundle | |||
| ↳ | sun.tools.jconsole.resources.JConsoleResources | |||
| ↳ | sun.tools.jconsole.resources.JConsoleResources_ja | |||
This class represents the ResourceBundle
for the following package(s):
Subclasses must override getContents0 and provide an array,
where each item in the array consists of a String key,
and either a String value associated with that key,
or if the keys ends with ".mnemonic", an element
representing a mnemomic keycode int or char.
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.util.ResourceBundle
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Returns an array in which each item is a pair of objects in an
Object array. | |||||||||||
| Protected Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Returns the contents of this
ResourceBundle. | |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
sun.tools.jconsole.resources.JConsoleResources
| |||||||||||
From class
java.util.ListResourceBundle
| |||||||||||
From class
java.util.ResourceBundle
| |||||||||||
From class
java.lang.Object
| |||||||||||
Returns an array in which each item is a pair of objects in an
Object array. The first element of each pair is
the key, which must be a String, and the second
element is the value associated with that key. See the class
description for details.
Object array representing a
key-value pair.
Returns the contents of this ResourceBundle.
ResourceBundle.