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
Spinner.EDITABLE
if TRUE, Spinner can be edited.

See Also:
Spinner

Constructor Index

 o SpinnerA()

Method Index

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

Constructors

 o SpinnerA
 public SpinnerA()

Methods

 o init
 public void init()
Applet initialization.

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:
Spinner widget.
Overrides:
getWidget in class BaseA

All Packages  Class Hierarchy  This Package  Previous  Next  Index