Liking cljdoc? Tell your friends :D

javax.swing.plaf.synth.SynthFormattedTextFieldUI

Provides the Synth L&F UI delegate for JFormattedTextField.

Provides the Synth L&F UI delegate for
JFormattedTextField.
raw docstring

*create-uiclj

(*create-ui c)

Creates a UI for a JFormattedTextField.

c - the formatted text field - javax.swing.JComponent

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

Creates a UI for a JFormattedTextField.

c - the formatted text field - `javax.swing.JComponent`

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

->synth-formatted-text-field-uiclj

(->synth-formatted-text-field-ui)

Constructor.

Constructor.
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