Class tea.set.TextCellA
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class tea.set.TextCellA

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

public class TextCellA
extends BaseA
TextCellA is an applet wrapper for the TextCell widget. The applet needs be extended to handle the text input actions and pass the information to a CGI or a server. Parameters supported by this applet includes:
TextCell.ROWS
number of lines
TextCell.COLS
number of columns
TextCell.TEXT
initial text string
TextCell.EDITABLE
TextCell is editable if the value is TRUE. Editable defaults to false.
See Also:
TextCell

Constructor Index

 o TextCellA()

Method Index

 o init()
Applet initialization.

Constructors

 o TextCellA
  public TextCellA()

Methods

 o init
  public void init()
Applet initialization.
Overrides:
init in class Applet

All Packages  Class Hierarchy  This Package  Previous  Next  Index