|
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--javax.accessibility.AccessibleBundle
Untamed:
Base class used to maintain a strongly typed enumeration. This is
the superclass of 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.
AccessibleRole,
AccessibleState| Field Summary | |
private String |
defaultResourceBundleName
|
protected String |
key
The locale independent name of the state. |
private static Hashtable |
table
|
| Constructor Summary | |
AccessibleBundle()
Enabled: |
|
| Method Summary | |
private void |
loadResourceBundle(String resourceBundleName,
Locale locale)
|
String |
toDisplayString()
Enabled: Gets localized string describing the key using the default locale. |
String |
toDisplayString(Locale locale)
Enabled: Obtains the key as a localized string. |
protected String |
toDisplayString(String resourceBundleName,
Locale locale)
Obtains the key as a localized string. |
String |
toString()
Suppressed: 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 |
private static Hashtable table
private final String defaultResourceBundleName
protected String key
toDisplayString(java.lang.String, java.util.Locale)| 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()
toString in class ObjecttoDisplayString(java.lang.String, java.util.Locale)
private void loadResourceBundle(String resourceBundleName,
Locale locale)
|
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||