|
Java DTV API 1.3 18-Nov-2009 |
||||||||
| 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 | |
|---|---|
static Screen[] |
Screen.getAvailableScreens()
Returns all Screens available in this system. |
static Screen |
Screen.getCurrentScreen()
Returns the Screen the caller
is displayed on. |
Screen |
Device.getDefaultScreen()
Returns the default Screen for this
device. |
static Screen |
Screen.getDefaultScreen()
Returns the default Screen for this
application. |
static Screen[] |
Screen.getInstances()
Return the list of all existing instances of Screen, whether they are already reserved or not. |
Screen[] |
Device.getScreens()
Returns a list of all Screens associated
with this Device. |
static Screen |
Screen.reserveOne(boolean force,
long timeoutms,
ScarceResourceListener listener)
Returns a reserved instance out of the pool of all Screen
instances. |
| 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.3 18-Nov-2009 |
||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||