|
Préférences
Moteurs de recherche
|
|||||||||||||||||||||
JavaTM 2 Platform Std. Ed. v1.6.0
javax.accessibility
|
Field Summary | |
---|---|
protected String |
key
The locale independent name of the state. |
Constructor Summary | |
---|---|
AccessibleBundle()
|
Method Summary | |
---|---|
String |
toDisplayString()
Gets localized string describing the key using the default locale. |
String |
toDisplayString(Locale locale)
Obtains the key as a localized string. |
protected String |
toDisplayString(String resourceBundleName,
Locale locale)
Obtains the key as a localized string. |
String |
toString()
Gets localized string describing the key using the default locale. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected String key
Constructor Detail |
---|
public AccessibleBundle()
Method Detail |
---|
protected String toDisplayString(String resourceBundleName, Locale locale)
resourceBundleName
- the name of the resource bundle to use for
lookuplocale
- the locale for which to obtain a localized string
public String toDisplayString(Locale locale)
locale
- the locale for which to obtain a localized string
public String toDisplayString()
public String toString()
toDisplayString(java.lang.String, java.util.Locale)