public class

JConsoleResources_ja

extends JConsoleResources
java.lang.Object
   ↳ java.util.ResourceBundle
     ↳ java.util.ListResourceBundle
       ↳ sun.tools.jconsole.resources.JConsoleResources
         ↳ sun.tools.jconsole.resources.JConsoleResources_ja

Class Overview

This class represents the ResourceBundle for the following package(s):

  1. sun.tools.jconsole

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.

Summary

[Expand]
Inherited Fields
From class java.util.ResourceBundle
Public Constructors
JConsoleResources_ja()
Public Methods
synchronized Object[][] getContents()
Returns an array in which each item is a pair of objects in an Object array.
Protected Methods
Object[][] getContents0()
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

Public Constructors

public JConsoleResources_ja ()

Public Methods

public synchronized Object[][] getContents ()

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.

Returns
  • an array of an Object array representing a key-value pair.

Protected Methods

protected Object[][] getContents0 ()

Returns the contents of this ResourceBundle.

Returns
  • the contents of this ResourceBundle.