AccessibleRelation
, AccessibleRole
, AccessibleState
public abstract class AccessibleBundle extends Object
AccessibleState
and AccessibleRole
. The toDisplayString()
method allows you to obtain the localized string for a locale independent key from a predefined ResourceBundle
for the keys defined in this class. This localized string is intended to be readable by humans.
Modifier and Type | Field | Description |
---|---|---|
protected String |
key |
The locale independent name of the state. |
Constructor | Description |
---|---|
AccessibleBundle() |
Construct an AccessibleBundle . |
Modifier and Type | Method | Description |
---|---|---|
String |
toDisplayString() |
Gets localized string describing the key using the default locale. |
protected String |
toDisplayString |
Obtains the key as a localized string. |
String |
toDisplayString |
Obtains the key as a localized string. |
String |
toString() |
Gets localized string describing the key using the default locale. |
protected String key
public AccessibleBundle()
AccessibleBundle
.protected String toDisplayString(String name, Locale locale)
name
- the name of the resource bundle to use for lookuplocale
- the locale for which to obtain a localized stringpublic String toDisplayString(Locale locale)
locale
- the locale for which to obtain a localized stringpublic String toDisplayString()
public String toString()
© 1993, 2023, 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/21/docs/api/java.desktop/javax/accessibility/AccessibleBundle.html