|
Java DTV API 1.0 12-Dec-2008 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use UserInputEvent | |
com.sun.dtv.ui | TV specific UI functionality. |
com.sun.dtv.ui.event | TV specific UI functionality event subpackage. |
Uses of UserInputEvent in com.sun.dtv.ui |
Methods in com.sun.dtv.ui that return UserInputEvent | |
UserInputEvent |
Keyboard.getInitiatedEvent(int code)
Implements abstract method UserInputDevice.getInitiatedEvent(int) defined in UserInputDevice . |
UserInputEvent |
Mouse.getInitiatedEvent(int code)
Implements abstract method UserInputDevice.getInitiatedEvent(int) defined in UserInputDevice . |
abstract UserInputEvent |
UserInputDevice.getInitiatedEvent(int code)
Returns the Input event which will be produced by an implementing class for the specified code. |
Uses of UserInputEvent in com.sun.dtv.ui.event |
Classes in com.sun.dtv.ui.event that implement UserInputEvent | |
class |
KeyEvent
This class extends the KeyEvent class by
implementing the UserInputEvent interface.
|
class |
MouseEvent
This class extends the MouseEvent class by
implementing the UserInputEvent interface.
|
class |
RemoteControlEvent
This class extends the KeyEvent class by adding
TV remote specific key codes. |
Methods in com.sun.dtv.ui.event with parameters of type UserInputEvent | |
void |
UserInputEventListener.userInputEventReceived(UserInputEvent event)
Called by the platform whenever an UserInputEvent has been received. |
void |
UserInputEventManager.addUserInputEventListener(UserInputEventListener listener,
UserInputEvent event)
Add the specified listener which would like to be notified about the UserInputEvent specified.
|
|
Java DTV API 1.0 12-Dec-2008 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |