All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class crw.awt.NumericTextField

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.TextComponent
                   |
                   +----java.awt.TextField
                           |
                           +----crw.awt.NumericTextField

public class NumericTextField
extends TextField
NumericTextField.java Created: Wed Jun 02 22:25:26 1999

Version:
1.0
Author:
Anonymous

Constructor Index

 o NumericTextField(int, int)
Constructor is for blank initial value.
 o NumericTextField(String, int, int)
Constructor is supplied with initial value string, column length, and the max length.

Method Index

 o handleEvent(Event)
Java1.0's handle event method.

Constructors

 o NumericTextField
 public NumericTextField(String initialStr,
                         int col,
                         int maxLength)
Constructor is supplied with initial value string, column length, and the max length.

 o NumericTextField
 public NumericTextField(int col,
                         int maxLength)
Constructor is for blank initial value.

Methods

 o handleEvent
 public boolean handleEvent(Event e)
Java1.0's handle event method.

Overrides:
handleEvent in class Component

All Packages  Class Hierarchy  This Package  Previous  Next  Index