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 getWidget()
This method is overriden by actual applet to return the widget corresponding to this applet wrapper.
 o init()
Applet initialization.

Constructors

 o TextCellA
 public TextCellA()

Methods

 o init
 public void init()
Applet initialization.

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

All Packages  Class Hierarchy  This Package  Previous  Next  Index