org.jdesktop.layout
Class GroupLayout.Group

java.lang.Object
  extended byorg.jdesktop.layout.GroupLayout.Spring
      extended byorg.jdesktop.layout.GroupLayout.Group
Direct Known Subclasses:
GroupLayout.ParallelGroup, GroupLayout.SequentialGroup
Enclosing class:
GroupLayout

public abstract class GroupLayout.Group
extends org.jdesktop.layout.GroupLayout.Spring

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.


Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait