Liking cljdoc? Tell your friends :D

javax.swing.plaf.synth.SynthPasswordFieldUI

Provides the Synth L&F UI delegate for JPasswordField.

Provides the Synth L&F UI delegate for
JPasswordField.
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

->synth-password-field-uiclj

(->synth-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

paint-borderclj

(paint-border this context g x y w h)

Paints the border.

context - a component context - javax.swing.plaf.synth.SynthContext g - Graphics to paint on - java.awt.Graphics x - the X coordinate - int y - the Y coordinate - int w - width of the border - int h - height of the border - int

Paints the border.

context - a component context - `javax.swing.plaf.synth.SynthContext`
g - Graphics to paint on - `java.awt.Graphics`
x - the X coordinate - `int`
y - the Y coordinate - `int`
w - width of the border - `int`
h - height of the border - `int`
raw docstring

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

× close