| Frames | No Frames |
Classes derived from org.jdesktop.layout.GroupLayout.Group | |
| class | A Group that lays out its elements on top of each
other. |
| class | A Group that lays out its elements sequentially, one
after another. |
Methods with parameter type org.jdesktop.layout.GroupLayout.Group | |
| GroupLayout.SequentialGroup | Adds a Group to this Group. |
| GroupLayout.ParallelGroup | Adds the specified Group as a child of this group. |
| GroupLayout.ParallelGroup | Adds the specified Group. |
| GroupLayout.SequentialGroup | Adds the specified Group to this
SequentialGroup
|
| void | Sets the Group that is responsible for
layout along the horizontal axis. |
| void | Sets the Group that is responsible for
layout along the vertical axis. |
Methods with return type org.jdesktop.layout.GroupLayout.Group | |
| GroupLayout.Group | Returns the Group that is responsible for
layout along the horizontal axis. |
| GroupLayout.Group | Returns the ParallelGroup that is responsible for
layout along the vertical axis. |