Crossfire JXClient, Trunk
Public Member Functions | Protected Member Functions | Package Attributes | Private Member Functions | List of all members
IntegerTextField Class Reference
Inheritance diagram for IntegerTextField:
Inheritance graph
Collaboration diagram for IntegerTextField:
Collaboration graph

Public Member Functions

 IntegerTextField (String text, int columns)
 

Protected Member Functions

void processEvent (AWTEvent evt)
 
void processTextEvent (TextEvent te)
 

Package Attributes

String oldText = null
 

Private Member Functions

boolean textIsInteger (String textToCheck)
 

Detailed Description

Definition at line 206 of file ArcTest.java.

Constructor & Destructor Documentation

◆ IntegerTextField()

IntegerTextField.IntegerTextField ( String  text,
int  columns 
)

Definition at line 210 of file ArcTest.java.

References columns, and text.

Member Function Documentation

◆ processEvent()

void IntegerTextField.processEvent ( AWTEvent  evt)
protected

Definition at line 222 of file ArcTest.java.

◆ processTextEvent()

void IntegerTextField.processTextEvent ( TextEvent  te)
protected

Definition at line 250 of file ArcTest.java.

◆ textIsInteger()

boolean IntegerTextField.textIsInteger ( String  textToCheck)
private

Definition at line 267 of file ArcTest.java.

Member Data Documentation

◆ oldText

String IntegerTextField.oldText = null
package

Definition at line 208 of file ArcTest.java.


The documentation for this class was generated from the following file: