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

Public Member Functions

 CardinalTextField (String text, int columns)
 

Protected Member Functions

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

Package Attributes

String oldText = null
 

Private Member Functions

boolean textIsCardinal (String textToCheck)
 

Detailed Description

Definition at line 412 of file DitherTest.java.

Constructor & Destructor Documentation

◆ CardinalTextField()

CardinalTextField.CardinalTextField ( String  text,
int  columns 
)

Definition at line 416 of file DitherTest.java.

References columns, and text.

Member Function Documentation

◆ processEvent()

void CardinalTextField.processEvent ( AWTEvent  evt)
protected

Definition at line 428 of file DitherTest.java.

◆ processTextEvent()

void CardinalTextField.processTextEvent ( TextEvent  te)
protected

Definition at line 458 of file DitherTest.java.

◆ textIsCardinal()

boolean CardinalTextField.textIsCardinal ( String  textToCheck)
private

Definition at line 473 of file DitherTest.java.

Member Data Documentation

◆ oldText

String CardinalTextField.oldText = null
package

Definition at line 414 of file DitherTest.java.


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