|
Java DTV API 1.3 18-Nov-2009 |
||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use GroupLayout.Spring | |
|---|---|
| com.sun.dtv.lwuit.layouts |
Layout managers allow a Container to
arrange its components by a set of rules that would be adapted for specific
screen/font sizes. |
| Uses of GroupLayout.Spring in com.sun.dtv.lwuit.layouts |
|---|
| Subclasses of GroupLayout.Spring in com.sun.dtv.lwuit.layouts | |
|---|---|
class |
GroupLayout.Group
Group provides for commonality between the two types of operations supported by GroupLayout: laying out components one
after another (SequentialGroup) or layout on top
of each other (ParallelGroup). |
class |
GroupLayout.ParallelGroup
A Group that lays out its elements on top of each
other. |
class |
GroupLayout.SequentialGroup
A Group that lays out its elements sequentially, one
after another. |
|
Java DTV API 1.3 18-Nov-2009 |
||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||