All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class tea.set.ComboBoxA

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

public class ComboBoxA
extends BaseA
ComboBoxA is an applet wrapper for the ComboBox widget. This applet needs to be extended to handle text input actions. Parameters supported by this applet includes:
ComboBox.COLS
width of the text edit in number of characters.
ComboBox.ITEM$n
$n is a number from 0 to n. The value of this parameter is to be used as a list item.
ComboBox.CASE
TRUE or FALSE for case sensitive option.
ComboBox.FORCE
TRUE or FALSE for force option.


Constructor Index

 o ComboBoxA()

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.
 o stop()
Remove the list window.

Constructors

 o ComboBoxA
 public ComboBoxA()

Methods

 o init
 public void init()
Applet initialization method.

Overrides:
init in class Applet
 o stop
 public void stop()
Remove the list window.

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

All Packages  Class Hierarchy  This Package  Previous  Next  Index