|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use UIKeyEvent | |
|---|---|
| javax.rad.ui.event | Provides classes for dealing with different types of events fired by UI components. |
| Uses of UIKeyEvent in javax.rad.ui.event |
|---|
| Methods in javax.rad.ui.event with parameters of type UIKeyEvent | |
|---|---|
boolean |
Key.equals(UIKeyEvent pEvent)
Returns true if the Key matches the given KeyEvent. |
void |
IKeyListener.keyPressed(UIKeyEvent pKeyEvent)
Invoked when a key has been pressed. |
void |
IKeyListener.keyReleased(UIKeyEvent pKeyEvent)
Invoked when a key has been released. |
void |
IKeyListener.keyTyped(UIKeyEvent pKeyEvent)
Invoked when a key has been typed. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||