|
||||||||||
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. |
com.sun.lwuit.list |
Lists are highly customizable and serve as the basis for ComboBox and
other components (such as carousels etc) they employ a similar MVC approach to
Swing including the renderer pattern. |
com.sun.lwuit.table | Table component for editing and viewing tabular data and arranging LWUIT components in a tabular form |
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. |
Classes in com.sun.lwuit.layouts used by com.sun.lwuit.list | |
---|---|
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.table | |
---|---|
Layout
Abstract class that can be used to arrange components in a container using a predefined algorithm. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |