Class AccessibleResourceBundle

Deprecated.

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

@Deprecated
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.

Nested Classes

Nested classes/interfaces inherited from class java.util.ResourceBundle

ResourceBundle.Control

Fields

Fields inherited from class java.util.ResourceBundle

parent

Constructors

Constructor and Description
AccessibleResourceBundle()

Deprecated.

Methods

Modifier and Type Method and Description
Object[][] getContents()

Deprecated.

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

Methods inherited from class java.util.ListResourceBundle

getKeys, handleGetObject, handleKeySet

Methods inherited from class java.util.ResourceBundle

clearCache, clearCache, containsKey, getBaseBundleName, getBundle, getBundle, getBundle, getBundle, getBundle, getBundle, getLocale, getObject, getString, getStringArray, keySet, setParent

Methods inherited from class java.lang.Object

clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Constructors

AccessibleResourceBundle

public AccessibleResourceBundle()

Deprecated.

Methods

getContents

public Object[][] getContents()

Deprecated.

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

Specified by:
getContents in class ListResourceBundle
Returns:
an array of an Object array representing a key-value pair.

© 1993, 2020, Oracle and/or its affiliates. All rights reserved.
Documentation extracted from Debian's OpenJDK Development Kit package.
Licensed under the GNU General Public License, version 2, with the Classpath Exception.
Various third party code in OpenJDK is licensed under different licenses (see Debian package).
Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
https://docs.oracle.com/javase/8/docs/api/javax/accessibility/AccessibleResourceBundle.html