public class BasicTreeUI.KeyHandler extends KeyAdapter
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
isKeyDown
Set to true while keyPressed is active.
|
protected Action |
repeatKeyAction
Key code that is being generated for.
|
| Constructor and Description |
|---|
KeyHandler()
|
| Modifier and Type | Method and Description |
|---|---|
void |
keyPressed(KeyEvent
Invoked when a key has been pressed.
|
void |
keyReleased(KeyEvent
Invoked when a key has been released.
|
void |
keyTyped(KeyEvent
Invoked when a key has been typed.
|
protected ActionrepeatKeyAction
protected boolean isKeyDown
public void keyTyped(KeyEvente)
public void keyPressed(KeyEvente)
KeyAdapter
public void keyReleased(KeyEvente)
KeyAdapter