Class tea.set.SpinnerA
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class tea.set.SpinnerA

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

public class SpinnerA
extends BaseA
SpinnerA is an applet wrapper for Spinner widget. It supports the following parameters:
Spinner.LOW
specify the low end of the numeric range
Spinner.HIGH
specify the high end of the numeric range
Spinner.LIST
a '|' separated list of string to be used as the items in a list spinner
See Also:
Spinner

Constructor Index

 o SpinnerA()

Method Index

 o init()
Applet initialization.

Constructors

 o SpinnerA
  public SpinnerA()

Methods

 o init
  public void init()
Applet initialization.
Overrides:
init in class Applet

All Packages  Class Hierarchy  This Package  Previous  Next  Index