Liking cljdoc? Tell your friends :D

javax.swing.plaf.basic.BasicPasswordFieldUI

Provides the Windows look and feel for a password field. The only difference from the standard text field is that the view of the text is simply a string of the echo character as specified in JPasswordField, rather than the real text contained in the field.

Provides the Windows look and feel for a password field.
The only difference from the standard text field is that
the view of the text is simply a string of the echo
character as specified in JPasswordField, rather than the
real text contained in the field.
raw docstring

*create-uiclj

(*create-ui c)

Creates a UI for a JPasswordField.

c - the JPasswordField - javax.swing.JComponent

returns: the UI - javax.swing.plaf.ComponentUI

Creates a UI for a JPasswordField.

c - the JPasswordField - `javax.swing.JComponent`

returns: the UI - `javax.swing.plaf.ComponentUI`
raw docstring

->basic-password-field-uiclj

(->basic-password-field-ui)

Constructor.

Constructor.
raw docstring

createclj

(create this elem)

Creates a view (PasswordView) for an element.

elem - the element - javax.swing.text.Element

returns: the view - javax.swing.text.View

Creates a view (PasswordView) for an element.

elem - the element - `javax.swing.text.Element`

returns: the view - `javax.swing.text.View`
raw docstring

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

× close