Java DTV API 1.0
12-Dec-2008

Uses of Class
com.sun.dtv.ui.Screen

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

Copyright © 2008 Sun Microsystems, Inc., 4150 Network Circle, Santa Clara, California 95054, U.S.A. All rights reserved.

U.S. Government Rights - Commercial software. Government users are subject to the Sun Microsystems, Inc. standard license agreement and applicable provisions of the FAR and its supplements. Sun, Sun Microsystems, the Sun logo and Java are trademarks or registered trademarks of Sun Microsystems, Inc. in the U.S. and other countries.Products covered by and information contained in this service manual are controlled by U.S. Export Control laws and may be subject to the export or import laws in other countries. Nuclear, missile, chemical biological weapons or nuclear maritime end uses or end users, whether direct or indirect, are strictly prohibited. Export or reexport to countries subject to U.S. embargo or to entities identified on U.S. export exclusion lists, including, but not limited to, the denied persons and specially designated nationals lists is strictly prohibited.

DOCUMENTATION IS PROVIDED AS IS AND ALL EXPRESS OR IMPLIED CONDITIONS, REPRESENTATIONS AND WARRANTIES, INCLUDING ANY IMPLIED WARRANTY OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE OR NON-INFRINGEMENT, ARE DISCLAIMED, EXCEPT TO THE EXTENT THAT SUCH DISCLAIMERS ARE HELD TO BE LEGALLY INVALID.

Use of this document is subject to license terms.