|
Java DTV API 1.3 18-Nov-2009 |
||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use KeyEvent | |
|---|---|
| com.sun.dtv.ui.event | TV specific UI functionality event subpackage. |
| Uses of KeyEvent in com.sun.dtv.ui.event |
|---|
| Subclasses of KeyEvent in com.sun.dtv.ui.event | |
|---|---|
class |
RemoteControlEvent
This class extends the KeyEvent class by adding
TV remote specific key codes. |
| Methods in com.sun.dtv.ui.event that return KeyEvent | |
|---|---|
static KeyEvent[] |
KeyEvent.getInstances()
Return the list of all existing instances of KeyEvent, whether they are already reserved or
not. |
static KeyEvent[] |
RemoteControlEvent.getInstances()
Return the list of all existing instances of RemoteControlEvent, whether they are already
reserved or not. |
static KeyEvent |
KeyEvent.reserveOne(int keyCode,
boolean force,
long timeoutms,
ScarceResourceListener listener)
Returns a reserved instance out of the pool of all KeyEvent
instances matching the specified key code. |
static KeyEvent |
RemoteControlEvent.reserveOne(int keyCode,
boolean force,
long timeoutms,
ScarceResourceListener listener)
Returns a reserved instance out of the pool of all RemoteControlEvent instances. |
|
Java DTV API 1.3 18-Nov-2009 |
||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||