|
Java DTV API 1.3 18-Nov-2009 |
||||||||
| 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 | |
|---|---|
Plane[] |
Screen.getAllPlanes()
Returns a list of all planes for this screen. |
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. |
static Plane |
Plane.reserveOne(boolean force,
long timeoutms,
ScarceResourceListener listener)
Returns a reserved instance out of the pool of all Plane
instances. |
| 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. |
|
Java DTV API 1.3 18-Nov-2009 |
||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||