public abstract class GroupLayout.Group

  1. Object
  2. GroupLayout.Group

Known subtypesGroupLayout.ParallelGroup, GroupLayout.SequentialGroup

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). Use one of createSequentialGroup or createParallelGroup to create one.

Inherited methods