Class tea.set.ListTextA
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 action(Event, Object)
For demo only.
 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 action
  public boolean action(Event e,
                        Object arg)
For demo only.
Overrides:
action in class Component

All Packages  Class Hierarchy  This Package  Previous  Next  Index