W3cubDocs

/OpenJDK 8 Web

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

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–2017, 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.