Liking cljdoc? Tell your friends :D

javax.accessibility.AccessibleBundle

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.
raw docstring

->accessible-bundleclj

(->accessible-bundle)

Constructor.

Construct an AccessibleBundle.

Constructor.

Construct an AccessibleBundle.
raw docstring

to-display-stringclj

(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`
raw docstring

to-stringclj

(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`
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close