javax.accessibility
public abstract class AccessibleBundle extends Object
Since: 1.2
See Also: AccessibleRole AccessibleState
UNKNOWN: updated to 1.4, but missing Locale support
Field Summary | |
---|---|
protected String | key
The locale independent name of the object. |
Constructor Summary | |
---|---|
AccessibleBundle()
Default constructor. |
Method Summary | |
---|---|
protected String | toDisplayString(String resourceBundle, Locale locale)
Obtains the key as a localized string, falling back to the
locale-independent version if necessary.
|
String | toDisplayString(Locale locale)
Obtains the key as a localized string, falling back to the
locale-independent version if necessary.
|
String | toDisplayString()
Obtains the key as a localized string, using the default locale.
|
String | toString()
Obtains the key as a localized string, using the default locale.
|
See Also: AccessibleBundle
Parameters: resourceBundle the resource to use for lookup locale the locale to translate to
Returns: the translated name
Throws: NullPointerException if resourceBundle or locale is null
UNKNOWN: For now, no transformation is done.
Parameters: locale the locale to translate to
Returns: the translated name
Throws: NullPointerException if locale is null
UNKNOWN: For now, no transformation is done.
Returns: the translated name
UNKNOWN: For now, no transformation is done.
Returns: the translated name
UNKNOWN: For now, no transformation is done.