Class AccessibleBundle
- Direct Known Subclasses:
-
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.
- See Also:
Field Summary
Modifier and Type | Field | Description |
---|---|---|
protected String |
key |
The locale independent name of the state. |
Constructor Summary
Constructor | Description |
---|---|
AccessibleBundle() |
Construct an AccessibleBundle . |
Method Summary
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. |
Field Details
key
protected String key
Constructor Details
AccessibleBundle
public AccessibleBundle()
AccessibleBundle
.Method Details
toDisplayString
protected String toDisplayString(String name, Locale locale)
- Parameters:
-
name
- the name of the resource bundle to use for lookup -
locale
- the locale for which to obtain a localized string - Returns:
- a localized string for the key
toDisplayString
public String toDisplayString(Locale locale)
- Parameters:
-
locale
- the locale for which to obtain a localized string - Returns:
- a localized string for the key
toDisplayString
public String toDisplayString()
- Returns:
- a localized string describing the key using the default locale
toString
public String toString()
© 1993, 2021, 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/17/docs/api/java.desktop/javax/accessibility/AccessibleBundle.html