C F K U

C

com.brianziman.ui - package com.brianziman.ui
 

F

finalize() - Method in class com.brianziman.ui.UsefulKeyAdapter
Disable the background thread when the adapter goes out of scope.

K

keyPressed(KeyEvent) - Method in class com.brianziman.ui.UsefulKeyAdapter
 
keyReleased(KeyEvent) - Method in class com.brianziman.ui.UsefulKeyAdapter
In my testing, the fastest I can release a key and repress it, is about 40 ms.
keyTyped(KeyEvent) - Method in class com.brianziman.ui.UsefulKeyAdapter
Don't use the UsefulKeyAdapter for keyTyped events.

U

UsefulKeyAdapter - Class in com.brianziman.ui
This class wraps your KeyAdapter and supresses spurious repeated events.
UsefulKeyAdapter(KeyListener) - Constructor for class com.brianziman.ui.UsefulKeyAdapter
 

C F K U