API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.accessibility. AccessibleBundle View Source
Author(s)
Willie Walker
Peter Korn
Lynn Monsanto
Since
Version
1.12 10/05/99
Serial
Hierarchy
 Object
      AccessibleBundle
Implements
Subclasses
Description
publicabstract abstract class AccessibleBundle
  Base class used to maintain a strongly typed enumeration.
Constructors
public AccessibleBundle ()
Methods
Hide/Show inherited methods
public String toDisplayString ()
  Gets localized string describing the key using the default locale.
public 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.
public String toString ()
  Gets localized string describing the key using the default locale.
Fields
Hide/Show inherited fields
protected String key
  The locale independent name of the state.
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar