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.LOWspecify the low end of the numeric range
Spinner.HIGHspecify the high end of the numeric range
Spinner.LISTa '|' separated list of string to be used
as the items in a list spinner
- See Also:
- Spinner
-
SpinnerA()
-
-
init()
- Applet initialization.
SpinnerA
public SpinnerA()
init
public void init()
- Applet initialization.
- Overrides:
- init in class Applet
All Packages Class Hierarchy This Package Previous Next Index