A G H R S

A

addAdjustmentListener(AdjustmentListener) - Method in class Scroller
 
adjustmentValueChanged(AdjustmentEvent) - Method in class Scroller
 

G

getHSBValue() - Method in class Scroller
returns back a float between 0 and 1 useful for HSB color creation
getRGBValue() - Method in class Scroller
returns back an int between 0 and 255 useful for RGB color creation

H

HSB - Static variable in class Scroller
Used to specify an RGB - style scrollbar

R

RGB - Static variable in class Scroller
Used to specify an RGB - style scrollbar

S

Scroller - class Scroller.
 
Scroller(int, String) - Constructor for class Scroller
type is the type of scrollbar to generate.
setValue(float) - Method in class Scroller
set the value of the scrollbar.
setValue(int) - Method in class Scroller
set the value of the scrollbar.

A G H R S