Liking cljdoc? Tell your friends :D

javax.swing.plaf.metal.MetalToolBarUI

A Metal Look and Feel implementation of ToolBarUI. This implementation is a "combined" view/controller.

A Metal Look and Feel implementation of ToolBarUI.  This implementation
is a "combined" view/controller.
raw docstring

*create-uiclj

(*create-ui c)

c - javax.swing.JComponent

returns: javax.swing.plaf.ComponentUI

c - `javax.swing.JComponent`

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

->metal-tool-bar-uiclj

(->metal-tool-bar-ui)

Constructor.

Constructor.
raw docstring

install-uiclj

(install-ui this c)

Description copied from class: ComponentUI

c - the component where this UI delegate is being installed - javax.swing.JComponent

Description copied from class: ComponentUI

c - the component where this UI delegate is being installed - `javax.swing.JComponent`
raw docstring

uninstall-uiclj

(uninstall-ui this c)

Description copied from class: ComponentUI

c - the component from which this UI delegate is being removed; 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

c - the component from which this UI delegate is being removed; 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

updateclj

(update this g c)

If necessary paints the background of the component, then invokes paint.

g - Graphics to paint to - java.awt.Graphics c - JComponent painting on - javax.swing.JComponent

throws: java.lang.NullPointerException - if g or c is null

If necessary paints the background of the component, then invokes
 paint.

g - Graphics to paint to - `java.awt.Graphics`
c - JComponent painting on - `javax.swing.JComponent`

throws: java.lang.NullPointerException - if g or c is null
raw docstring

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

× close