FileDocCategorySizeDatePackage
AccessibleResourceBundle.javaAPI DocJava SE 6 API4605Tue Jun 10 00:26:02 BST 2008javax.accessibility

AccessibleResourceBundle

public class AccessibleResourceBundle extends ListResourceBundle
A resource bundle containing the localized strings in the accessibility package. This is meant only for internal use by Java Accessibility and is not meant to be used by assistive technologies or applications.
version
1.34 01/09/06 17:27:47
author
Willie Walker
deprecated
This class is deprecated as of version 1.3 of the Java Platform.

Fields Summary
static final Object[]
contents
The table holding the mapping between the programmatic keys and the display strings for the en_US locale.
Constructors Summary
Methods Summary
public java.lang.Object[][]getContents()
Returns the mapping between the programmatic keys and the localized display strings.

	return contents;