Liking cljdoc? Tell your friends :D

javax.swing.plaf.metal.MetalScrollButton

JButton object for Metal scrollbar arrows.

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.

JButton object for Metal scrollbar arrows.

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

->metal-scroll-buttonclj

(->metal-scroll-button direction width free-standing)

Constructor.

direction - int width - int free-standing - boolean

Constructor.

direction - `int`
width - `int`
free-standing - `boolean`
raw docstring

get-button-widthclj

(get-button-width this)

returns: int

returns: `int`
raw docstring

get-maximum-sizeclj

(get-maximum-size this)

Description copied from class: BasicArrowButton

returns: the maximum size - java.awt.Dimension

Description copied from class: BasicArrowButton

returns: the maximum size - `java.awt.Dimension`
raw docstring

get-minimum-sizeclj

(get-minimum-size this)

Description copied from class: BasicArrowButton

returns: the minimum size - java.awt.Dimension

Description copied from class: BasicArrowButton

returns: the minimum size - `java.awt.Dimension`
raw docstring

get-preferred-sizeclj

(get-preferred-size this)

Description copied from class: BasicArrowButton

returns: the preferred size - java.awt.Dimension

Description copied from class: BasicArrowButton

returns: the preferred size - `java.awt.Dimension`
raw docstring

paintclj

(paint this g)

Description copied from class: JComponent

g - the Graphics context in which to paint - java.awt.Graphics

Description copied from class: JComponent

g - the Graphics context in which to paint - `java.awt.Graphics`
raw docstring

set-free-standingclj

(set-free-standing this free-standing)

free-standing - boolean

free-standing - `boolean`
raw docstring

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

× close