Liking cljdoc? Tell your friends :D

javax.swing.plaf.metal.MetalProgressBarUI

The Metal implementation of ProgressBarUI.

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.

The Metal implementation of ProgressBarUI.

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-progress-bar-uiclj

(->metal-progress-bar-ui)

Constructor.

Constructor.
raw docstring

paint-determinateclj

(paint-determinate this g c)

Draws a bit of special highlighting on the progress bar. The core painting is deferred to the BasicProgressBar's paintDeterminate method.

g - java.awt.Graphics c - javax.swing.JComponent

Draws a bit of special highlighting on the progress bar.
 The core painting is deferred to the BasicProgressBar's
 paintDeterminate method.

g - `java.awt.Graphics`
c - `javax.swing.JComponent`
raw docstring

paint-indeterminateclj

(paint-indeterminate this g c)

Draws a bit of special highlighting on the progress bar and bouncing box. The core painting is deferred to the BasicProgressBar's paintIndeterminate method.

g - java.awt.Graphics c - javax.swing.JComponent

Draws a bit of special highlighting on the progress bar
 and bouncing box.
 The core painting is deferred to the BasicProgressBar's
 paintIndeterminate method.

g - `java.awt.Graphics`
c - `javax.swing.JComponent`
raw docstring

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

× close