All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class tea.set.ListTextA

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

public class ListTextA
extends BaseA
ListTextA is an applet wrapper for the ListText widget. This applet needs to be extended to handle text input actions. Parameters supported by this applet includes:
ListText.COLS
width of the text edit in number of characters
ListText.ITEM$n
from 0 to n to be used as list items
ListText.CASE
or FALSE for case sensitive option
ListText.FORCE
or FALSE for force option
ListText.DEMO
TRUE, add buttons to show different options


Constructor Index

 o ListTextA()

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 ListTextA
 public ListTextA()

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

All Packages  Class Hierarchy  This Package  Previous  Next  Index