|
Java DTV API 1.3 18-Nov-2009 |
||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use com.sun.dtv.lwuit.layouts | |
|---|---|
| com.sun.dtv.lwuit | Main widget package containing the component/container "composite" similar both in terminology and design to Swing/AWT. |
| 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. |
| Classes in com.sun.dtv.lwuit.layouts used by com.sun.dtv.lwuit | |
|---|---|
| Layout
Abstract class that can be used to arrange components in a container using a predefined algorithm. |
|
| Classes in com.sun.dtv.lwuit.layouts used by com.sun.dtv.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. |
|
| GroupLayout.Spring
Spring consists of a range: min, pref and max a value some where in the middle of that and a location. |
|
| 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.3 18-Nov-2009 |
||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||