|
Java DTV API 1.0 12-Dec-2008 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use com.sun.lwuit.layouts | |
| com.sun.lwuit | Main widget package containing the component/container "composite" similar both in terminology and design to Swing/AWT. |
| com.sun.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. |
| Classes in com.sun.lwuit.layouts used by com.sun.lwuit | |
| Layout
Abstract class that can be used to arrange components in a container using a predefined algorithm. |
|
| Classes in com.sun.lwuit.layouts used by com.sun.lwuit.layouts | |
| 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). |
|
| GroupLayout.ParallelGroup
A Group that lays out its elements on top of each
other. |
|
| GroupLayout.SequentialGroup
A Group that lays out its elements sequentially, one
after another. |
|
| Layout
Abstract class that can be used to arrange components in a container using a predefined algorithm. |
|
| LayoutStyle
LayoutStyle is used to determine how much space to place between components during layout. |
|
|
Java DTV API 1.0 12-Dec-2008 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||