|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GroupLayout.ParallelGroup | |
---|---|
org.jdesktop.layout |
Uses of GroupLayout.ParallelGroup in org.jdesktop.layout |
---|
Methods in org.jdesktop.layout 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 |