Liking cljdoc? Tell your friends :D

javax.swing.plaf.metal.MetalSliderUI

A Java L&F implementation of SliderUI.

Warning: Serialized objects of this class will not be compatible with future Swing releases. The current serialization support is appropriate for short term storage or RMI between applications running the same version of Swing. As of 1.4, support for long term storage of all JavaBeans™ has been added to the java.beans package. Please see XMLEncoder.

A Java L&F implementation of SliderUI.

Warning:
Serialized objects of this class will not be compatible with
future Swing releases. The current serialization support is
appropriate for short term storage or RMI between applications running
the same version of Swing.  As of 1.4, support for long term storage
of all JavaBeans™
has been added to the java.beans package.
Please see XMLEncoder.
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-slider-uiclj

(->metal-slider-ui)

Constructor.

Constructor.
raw docstring

get-tick-lengthclj

(get-tick-length this)

Gets the height of the tick area for horizontal sliders and the width of the tick area for vertical sliders. BasicSliderUI uses the returned value to determine the tick area rectangle.

returns: int

Gets the height of the tick area for horizontal sliders and the width of the
 tick area for vertical sliders.  BasicSliderUI uses the returned value to
 determine the tick area rectangle.

returns: `int`
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

paint-focusclj

(paint-focus this g)

g - java.awt.Graphics

g - `java.awt.Graphics`
raw docstring

paint-thumbclj

(paint-thumb this g)

g - java.awt.Graphics

g - `java.awt.Graphics`
raw docstring

paint-trackclj

(paint-track this g)

g - java.awt.Graphics

g - `java.awt.Graphics`
raw docstring

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

× close