|
Java DTV API 1.0 12-Dec-2008 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Screen | |
| com.sun.dtv.ui | TV specific UI functionality. |
| com.sun.dtv.ui.event | TV specific UI functionality event subpackage. |
| Uses of Screen in com.sun.dtv.ui |
| Methods in com.sun.dtv.ui that return Screen | |
Screen |
Device.getDefaultScreen()
Returns the default Screen for this
device. |
Screen[] |
Device.getScreens()
Returns a list of all Screens associated
with this Device. |
static Screen[] |
Screen.getAvailableScreens()
Returns all Screens in this system. |
static Screen |
Screen.getDefaultScreen()
Returns the default Screen for this
application. |
static Screen |
Screen.reserveOne(boolean force,
long timeoutms,
ScarceResourceListener listener)
Returns a reserved instance out of the pool of all Screen
instances. |
static Screen |
Screen.getCurrentScreen()
Returns the Screen the caller
is displayed on. |
static Screen[] |
Screen.getInstances()
Return the list of all existing instances of Screen, whether they are already reserved or not. |
| Methods in com.sun.dtv.ui with parameters of type Screen | |
void |
Device.addScreen(Screen screen)
Adds a Screen to this Device.
|
void |
Device.removeScreen(Screen screen)
Removes the specified Screen from this
Device. |
| Uses of Screen in com.sun.dtv.ui.event |
| Methods in com.sun.dtv.ui.event with parameters of type Screen | |
static UserInputEventManager |
UserInputEventManager.getUserInputEventManager(Screen screen)
Returns the unique UserInputEventManager
for the specified Screen. |
|
Java DTV API 1.0 12-Dec-2008 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||