javax.accessibility
public class: AccessibleResourceBundle [javadoc |
source]
java.lang.Object
java.util.ResourceBundle
java.util.ListResourceBundle
javax.accessibility.AccessibleResourceBundle
Deprecated! This - class is deprecated as of version 1.3 of the
Java Platform.
A resource bundle containing the localized strings in the accessibility
package. This is meant only for internal use by Java Accessibility and
is not meant to be used by assistive technologies or applications.
| Field Summary |
|---|
| static final Object[][] | contents | The table holding the mapping between the programmatic keys
and the display strings for the en_US locale. |
| Method from javax.accessibility.AccessibleResourceBundle Summary: |
|---|
|
getContents |
| Methods from java.util.ResourceBundle: |
|---|
|
clearCache, clearCache, containsKey, getBundle, getBundle, getBundle, getBundle, getBundle, getBundle, getKeys, getLocale, getObject, getString, getStringArray, handleGetObject, handleKeySet, keySet, setParent |
| Methods from java.lang.Object: |
|---|
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method from javax.accessibility.AccessibleResourceBundle Detail: |
public Object[][] getContents() {
return contents;
} Deprecated!Returns the mapping between the programmatic keys and the
localized display strings. |