All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class tea.set.SliderA

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Panel
                           |
                           +----java.applet.Applet
                                   |
                                   +----tea.set.BaseA
                                           |
                                           +----tea.set.SliderA

public class SliderA
extends BaseA
SliderA is an applet wrapper for the Slider widget.

Parameters supported by this applet includes:

Slider.LOW
low value of the slider.
Slider.HIGH
high value of the slider.
Slider.ORIENTATION
the value can be either HORIZONTAL or VERTICAL.
Slider.STYLE
SLIDE_BAR or SCALE_BAR styles.
Slider.VALUE
initial value of the slider.
Slider.UNITINC
unit increment of the slider.
Slider.BLOCKINC
block increment of the slider.

See Also:
Slider

Constructor Index

 o SliderA()

Method Index

 o getWidget()
This method is overriden by actual applet to return the widget corresponding to this applet wrapper.
 o init()
Applet initialization method.

Constructors

 o SliderA
 public SliderA()

Methods

 o init
 public void init()
Applet initialization method.

Overrides:
init in class Applet
 o getWidget
 public Component getWidget()
This method is overriden by actual applet to return the widget corresponding to this applet wrapper. User can use this method to access the underlying widget directly.

Returns:
Slider widget.
Overrides:
getWidget in class BaseA

All Packages  Class Hierarchy  This Package  Previous  Next  Index