Use is subject to License Terms. Your use of this web site or any of its content or software indicates your agreement to be bound by these License Terms.

Copyright © 2006 Sun Microsystems, Inc. All rights reserved.

JSR-927 (Maintenance Release)

Uses of Interface
javax.tv.xlet.XletContext

Packages that use XletContext
javax.tv.graphics Provides a mechanism by which Xlets may discover their root container and describes a mechanism for alpha blending. 
javax.tv.service.selection Provides a mechanism to select a Service for presentation. 
javax.tv.xlet Provides interfaces used by applications and the application manager to communicate. 
 

Uses of XletContext in javax.tv.graphics
 

Methods in javax.tv.graphics with parameters of type XletContext
static java.awt.Container TVContainer.getRootContainer(XletContext ctx)
          Get the parent container for an Xlet to put its AWT components in, if the Xlet has a graphical representation.
 

Uses of XletContext in javax.tv.service.selection
 

Methods in javax.tv.service.selection with parameters of type XletContext
abstract  ServiceContext ServiceContextFactory.getServiceContext(XletContext ctx)
          Reports the ServiceContext in which the Xlet corresponding to the specified XletContext is running.
 

Uses of XletContext in javax.tv.xlet
 

Methods in javax.tv.xlet with parameters of type XletContext
 void Xlet.initXlet(XletContext ctx)
          Signals the Xlet to initialize itself and enter the Paused state.
 


JSR-927 (Maintenance Release)

Copyright © 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to License Terms. Your use of this web site or any of its content or software indicates your agreement to be bound by these License Terms.

For more information, please consult the JSR 927 specification.