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
Spinner.EDITABLEif TRUE, Spinner can be edited.
- See Also:
- Spinner
-
SpinnerA()
-
-
getWidget()
- This method is overriden by actual applet to return the
widget corresponding to this applet wrapper.
-
init()
- Applet initialization.
SpinnerA
public SpinnerA()
init
public void init()
- Applet initialization.
- Overrides:
- init in class Applet
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