|
Java DTV API 1.0 12-Dec-2008 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Plane | |
com.sun.dtv.ui | TV specific UI functionality. |
Uses of Plane in com.sun.dtv.ui |
Methods in com.sun.dtv.ui that return Plane | |
static Plane |
Plane.reserveOne(boolean force,
long timeoutms,
ScarceResourceListener listener)
Returns a reserved instance out of the pool of all Plane
instances. |
static Plane |
Plane.getCurrentPlane()
Returns the Plane the caller
is displayed on. |
static Plane[] |
Plane.getInstances()
Return the list of all existing instances of Plane , whether they are already reserved or not. |
Plane |
PlaneSetup.getPlane()
Returns the Plane associated with this
PlaneSetup . |
Plane[] |
Screen.getAllPlanes()
Returns a list of all planes for this screen. |
Methods in com.sun.dtv.ui with parameters of type Plane | |
static DTVContainer |
DTVContainer.getDTVContainer(Plane plane)
Create a DTVContainer for the
specified Plane .
|
static DTVContainer |
DTVContainer.getDTVContainer(Plane plane,
Container container)
Create a DTVContainer for the
specified Plane , which can
be used as an Xlet container. |
void |
Screen.addPlane(Plane plane)
Adds the specified plane to this screen. |
|
Java DTV API 1.0 12-Dec-2008 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |