All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class jclass.table.TblTextArea

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.TextComponent
                   |
                   +----java.awt.TextArea
                           |
                           +----jclass.table.TblTextArea

public class TblTextArea
extends TextArea
A TextArea subclass designed for use as the table's editing component


Constructor Index

 o TblTextArea()

Method Index

 o keyDown(Event, int)
Process key events
 o setText(String)
Set parent Clip's flag

Constructors

 o TblTextArea
 public TblTextArea()

Methods

 o setText
 public void setText(String t)
Set parent Clip's flag

Overrides:
setText in class TextComponent
 o keyDown
 public boolean keyDown(Event evt,
                        int key)
Process key events

Overrides:
keyDown in class Component

All Packages  Class Hierarchy  This Package  Previous  Next  Index