Frames | No Frames |
Methods with return type org.jdesktop.layout.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(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 min, int pref, int max) Adds a gap with the specified size. |
GroupLayout.ParallelGroup | Adds the specified Group as a child of this group. |
GroupLayout.ParallelGroup | Adds the specified Group . |
GroupLayout.ParallelGroup | GroupLayout.createBaselineGroup(boolean resizable, boolean anchorBaselineToTop) Creates and returns a ParallelGroup that aligns it's
elements along the baseline. |
GroupLayout.ParallelGroup | 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 . |