public class

AccessibleResourceBundle

extends ListResourceBundle
java.lang.Object
   ↳ java.util.ResourceBundle
     ↳ java.util.ListResourceBundle
       ↳ javax.accessibility.AccessibleResourceBundle

This class is deprecated.
This class is deprecated as of version 1.3 of the Java Platform.

Class Overview

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.

Summary

[Expand]
Inherited Fields
From class java.util.ResourceBundle
Public Constructors
AccessibleResourceBundle()
Public Methods
Object[][] getContents()
Returns the mapping between the programmatic keys and the localized display strings.
[Expand]
Inherited Methods
From class java.util.ListResourceBundle
From class java.util.ResourceBundle
From class java.lang.Object

Public Constructors

public AccessibleResourceBundle ()

Public Methods

public Object[][] getContents ()

Returns the mapping between the programmatic keys and the localized display strings.

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