|
Class Summary |
| InactivityTimer |
This class implements a timer thread that can be used to monitor
application activity. |
| MathFunctions |
MathFunctions provide rounding and scientific methods |
| TapAndHoldGesture |
This can be used by applications to check if the user has tapped at a point
on the paper and held the pen at the same point for a specified period of
time. |
| Timer |
A facility for threads to schedule tasks for future execution in a
background thread. |
| TimerTask |
A task that can be scheduled for one-time or repeated execution by a
Timer. |
| Tokenizer |
Tokenizer allows to tokenize a String Takes a
string as input and tokenizes it into an array of substrings using a
specified delimiter character. |