Class AccessibleResourceBundle

@Deprecated
public class AccessibleResourceBundle
extends ListResourceBundle
Deprecated.
This class is deprecated as of version 1.3 of the Java Platform

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 declared in class java.util.ResourceBundle

ResourceBundle.Control

Fields

Fields declared in class java.util.ResourceBundle

parent

Constructors

Constructor Description
AccessibleResourceBundle()

Deprecated.

Methods

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

Deprecated.

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

Methods declared in class java.util.ListResourceBundle

getKeys, handleKeySet

Methods declared in class java.util.ResourceBundle

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

Methods declared in 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/en/java/javase/11/docs/api/java.desktop/javax/accessibility/AccessibleResourceBundle.html