public final class

Resources

extends Object
java.lang.Object
   ↳ sun.tools.jconsole.Resources

Class Overview

Provides resource support for jconsole.

Summary

Public Methods
static int getMnemonicInt(String key)
Returns the mnemonic keycode int of the jconsole resource for the specified key.
static String getText(String key, Object... args)
Returns the text of the jconsole resource for the specified key formatted with the specified arguments.
[Expand]
Inherited Methods
From class java.lang.Object

Public Methods

public static int getMnemonicInt (String key)

Returns the mnemonic keycode int of the jconsole resource for the specified key.

public static String getText (String key, Object... args)

Returns the text of the jconsole resource for the specified key formatted with the specified arguments.