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.
ResourceBundle.Control
parent
public AccessibleResourceBundle()
Deprecated.
public Object[][] getContents()
Deprecated.
Returns the mapping between the programmatic keys and the localized display strings.
getContents
in class ListResourceBundle
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.