Top Constructors Methods
sun.awt.resources

public final Class awt

extends ListResourceBundle
Class Inheritance
Imports
java.util.ListResourceBundle

Constructor Summary

AccessConstructor and Description
public
awt()

Method Summary

Modifier and TypeMethod and Description
protected final Object[][]
getContents()

Implements abstract java.util.ListResourceBundle.getContents.

Returns an array in which each item is a pair of objects in an Object array.
Inherited from java.util.ListResourceBundle:
getKeyshandleGetObjecthandleKeySet

Constructor Detail

awtback to summary
public awt()

Method Detail

getContentsback to summary
protected final Object[][] getContents()

Implements abstract java.util.ListResourceBundle.getContents.

Doc from java.util.ListResourceBundle.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:Object[][]

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