Uses of Class
org.havi.ui.HScreen

Packages that use HScreen
org.havi.ui   
org.ocap.hardware.device Provides extension classes and interfaces related to accessing and controlling certain device parameters that are normally controlled by a device manufacturer specific application. 
org.ocap.ui Extensions to HAVi User Interface functionality. 
 

Uses of HScreen in org.havi.ui
 

Methods in org.havi.ui that return HScreen
static HScreen HScreen.getDefaultHScreen()
          Returns the default HScreen for this application.
static HScreen[] HScreen.getHScreens()
          Returns all HScreens in this system.
 

Methods in org.havi.ui with parameters of type HScreen
 HScene HSceneFactory.getDefaultHScene(HScreen screen)
          Create the default HScene for this HScreen.
 

Uses of HScreen in org.ocap.hardware.device
 

Methods in org.ocap.hardware.device with parameters of type HScreen
 VideoOutputPort HostSettings.getMainVideoOutputPort(HScreen screen)
          Get the main video output port for the given HScreen.
 void HostSettings.setMainVideoOutputPort(HScreen screen, VideoOutputPort port)
          Set the main video output port for the given HScreen.
 

Uses of HScreen in org.ocap.ui
 

Methods in org.ocap.ui that return HScreen
 HScreen[] MultiScreenManager.findScreens(ServiceContext context)
          Find accessible screen(s) associated with specific service context.
 HScreen MultiScreenContext.getAudioFocus()
          Obtain the audio focus screen.
 HScreen[] MultiScreenManager.getCompatibleScreens(VideoOutputPort port)
          Obtain the set of accessible screens that are compatible with an output port.
 HScreen MultiScreenManager.getDefaultScreen()
          Obtain the default HScreen instance.
 HScreen MultiScreenConfiguration.getDefaultServiceContextScreen()
          Obtain the default service context association screen of this configuration.
 HScreen MultiScreenContext.getDisplayScreen()
          Obtain display screen with which this screen is associated.
 HScreen MultiScreenManager.getEmptyScreen()
          Obtain the singleton empty HScreen instance.
 HScreen MultiScreenManager.getOutputPortScreen(VideoOutputPort port)
          Obtain the screen associated with an output port.
 HScreen[] MultiScreenManager.getScreens()
          Obtain the set of accessible HScreen instances.
 HScreen[] MultiScreenConfiguration.getScreens()
          Gets the set of accessible screens associated with this configuration.
 HScreen[] MultiScreenConfiguration.getScreens(String category)
          Obtain all accessible screens with a given category.
 

Methods in org.ocap.ui with parameters of type HScreen
 MultiScreenConfiguration MultiScreenManager.getMultiScreenConfiguration(HScreen screen)
          Obtain the multiscreen configuration of a specific screen.
 boolean MultiScreenManager.isEmptyScreen(HScreen screen)
          Determines if an instance of HScreen is equivalent, in terms of constraint satisfaction, to the empty HScreen.
 boolean MultiScreenConfiguration.isScreenInConfiguration(HScreen screen)
          Determine if the underlying resources of a specified screen is represented by an HScreen instance included in the set of screens associated with this configuration.
 void MultiScreenManager.moveServiceContexts(HScreen src, HScreen dst, ServiceContext[] contexts)
          Atomically move a set of specific service context from one HScreen instance to another HScreen instance.
 boolean MultiScreenManager.sameResources(HScreen screen1, HScreen screen2)
          Determines if two HScreen instances represent the same underlying platform resources and underlying resource state, i.e., are equivalent with respect to these underlying resources.
 void MultiScreenConfiguration.setDefaultServiceContextScreen(HScreen screen)
          Set the default service context association screen of this configuration.
 void MultiScreenConfigurableContext.setDisplayScreen(HScreen screen)
          Associate logical screen with display screen.
 void MultiScreenManager.swapServiceContexts(HScreen screen1, HScreen screen2, ServiceContext[] exclusions)
          Atomically swap service contexts between two HScreen instances.