Liking cljdoc? Tell your friends :D

javax.swing.plaf.basic.BasicToggleButtonUI

BasicToggleButton implementation

BasicToggleButton implementation
raw docstring

*create-uiclj

(*create-ui b)

b - javax.swing.JComponent

returns: javax.swing.plaf.ComponentUI

b - `javax.swing.JComponent`

returns: `javax.swing.plaf.ComponentUI`
raw docstring

->basic-toggle-button-uiclj

(->basic-toggle-button-ui)

Constructor.

Constructor.
raw docstring

paintclj

(paint this g c)

Description copied from class: ComponentUI

g - the Graphics context in which to paint - java.awt.Graphics c - the component being painted; this argument is often ignored, but might be used if the UI object is stateless and shared by multiple components - javax.swing.JComponent

Description copied from class: ComponentUI

g - the Graphics context in which to paint - `java.awt.Graphics`
c - the component being painted; this argument is often ignored, but might be used if the UI object is stateless and shared by multiple components - `javax.swing.JComponent`
raw docstring

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

× close