Save This Page
Home » openjdk-7 » javax » accessibility » [javadoc | source]
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. 
Fields inherited from java.util.ResourceBundle:
parent
Method from javax.accessibility.AccessibleResourceBundle Summary:
getContents
Methods from java.util.ListResourceBundle:
getContents,   getKeys,   handleGetObject,   handleKeySet
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() 
      Deprecated!
    Returns the mapping between the programmatic keys and the localized display strings.