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

Class tea.set.TextCanvasA

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

public class TextCanvasA
extends BaseA
TextCanvasA is an applet wrapper for the TextCanvas 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:
TextCanvas.ROWS
number of lines
TextCanvas.COLS
number of columns
TextCanvas.TEXT
initial text string
TextCanvas.EDITABLE
TextCanvas is editable if the value is TRUE. Editable defaults to false.
See Also:
TextCanvas

Constructor Index

 o TextCanvasA()

Method Index

 o init()

Constructors

 o TextCanvasA
  public TextCanvasA()

Methods

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

All Packages  Class Hierarchy  This Package  Previous  Next  Index