|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GroupLayout.ParallelGroup | |
---|---|
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. |
Uses of GroupLayout.ParallelGroup in com.sun.lwuit.layouts |
---|
Methods in com.sun.lwuit.layouts that return GroupLayout.ParallelGroup | |
---|---|
GroupLayout.ParallelGroup |
GroupLayout.ParallelGroup.add(Component component)
Adds the specified Component. |
GroupLayout.ParallelGroup |
GroupLayout.ParallelGroup.add(Component component,
int min,
int pref,
int max)
Adds the specified Component . |
GroupLayout.ParallelGroup |
GroupLayout.ParallelGroup.add(GroupLayout.Group group)
Adds the specified Group . |
GroupLayout.ParallelGroup |
GroupLayout.ParallelGroup.add(int pref)
Adds a rigid gap. |
GroupLayout.ParallelGroup |
GroupLayout.ParallelGroup.add(int alignment,
Component component)
Adds the specified Component. |
GroupLayout.ParallelGroup |
GroupLayout.ParallelGroup.add(int alignment,
Component component,
int min,
int pref,
int max)
Adds the specified Component . |
GroupLayout.ParallelGroup |
GroupLayout.ParallelGroup.add(int alignment,
GroupLayout.Group group)
Adds the specified Group as a child of this group. |
GroupLayout.ParallelGroup |
GroupLayout.ParallelGroup.add(int min,
int pref,
int max)
Adds a gap with the specified size. |
GroupLayout.ParallelGroup |
GroupLayout.createBaselineGroup(boolean resizable,
boolean anchorBaselineToTop)
Creates and returns a ParallelGroup that aligns it's
elements along the baseline. |
GroupLayout.ParallelGroup |
GroupLayout.createParallelGroup()
Creates and returns a ParallelGroup with a
LEADING alignment. |
GroupLayout.ParallelGroup |
GroupLayout.createParallelGroup(int alignment)
Creates and returns an ParallelGroup . |
GroupLayout.ParallelGroup |
GroupLayout.createParallelGroup(int alignment,
boolean resizable)
Creates and returns an ParallelGroup . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |