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.
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.
(->accessible-bundle)
Constructor.
Construct an AccessibleBundle.
Constructor. Construct an AccessibleBundle.
(to-display-string this)
(to-display-string this locale)
Obtains the key as a localized string. If a localized string cannot be found for the key, the locale independent key stored in the role will be returned.
locale - the locale for which to obtain a localized string - java.util.Locale
returns: a localized String for the key. - java.lang.String
Obtains the key as a localized string. If a localized string cannot be found for the key, the locale independent key stored in the role will be returned. locale - the locale for which to obtain a localized string - `java.util.Locale` returns: a localized String for the key. - `java.lang.String`
(to-string this)
Gets localized string describing the key using the default locale.
returns: a localized String describing the key using the default locale - java.lang.String
Gets localized string describing the key using the default locale. returns: a localized String describing the key using the default locale - `java.lang.String`
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close