| 
 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Uses of GroupLayout.Group in org.jdesktop.layout | 
|---|
| Subclasses of GroupLayout.Group in org.jdesktop.layout | |
|---|---|
|  class | GroupLayout.ParallelGroupA Groupthat lays out its elements on top of each
 other. | 
|  class | GroupLayout.SequentialGroupA Groupthat lays out its elements sequentially, one
 after another. | 
| Methods in org.jdesktop.layout that return GroupLayout.Group | |
|---|---|
|  GroupLayout.Group | GroupLayout.getHorizontalGroup()Returns the Groupthat is responsible for
 layout along the horizontal axis. | 
|  GroupLayout.Group | GroupLayout.getHorizontalGroup()Returns the Groupthat is responsible for
 layout along the horizontal axis. | 
|  GroupLayout.Group | GroupLayout.getVerticalGroup()Returns the ParallelGroupthat is responsible for
 layout along the vertical axis. | 
|  GroupLayout.Group | GroupLayout.getVerticalGroup()Returns the ParallelGroupthat is responsible for
 layout along the vertical axis. | 
| Methods in org.jdesktop.layout with parameters of type GroupLayout.Group | |
|---|---|
|  GroupLayout.SequentialGroup | GroupLayout.SequentialGroup.add(boolean useAsBaseline,
    GroupLayout.Group group)Adds a Groupto thisGroup. | 
|  GroupLayout.SequentialGroup | GroupLayout.SequentialGroup.add(boolean useAsBaseline,
    GroupLayout.Group group)Adds a Groupto thisGroup. | 
|  GroupLayout.SequentialGroup | GroupLayout.SequentialGroup.add(GroupLayout.Group group)Adds the specified Groupto thisSequentialGroup | 
|  GroupLayout.ParallelGroup | GroupLayout.ParallelGroup.add(GroupLayout.Group group)Adds the specified Group. | 
|  GroupLayout.SequentialGroup | GroupLayout.SequentialGroup.add(GroupLayout.Group group)Adds the specified Groupto thisSequentialGroup | 
|  GroupLayout.ParallelGroup | GroupLayout.ParallelGroup.add(GroupLayout.Group group)Adds the specified Group. | 
|  GroupLayout.ParallelGroup | GroupLayout.ParallelGroup.add(int alignment,
    GroupLayout.Group group)Adds the specified Groupas a child of this group. | 
|  GroupLayout.ParallelGroup | GroupLayout.ParallelGroup.add(int alignment,
    GroupLayout.Group group)Adds the specified Groupas a child of this group. | 
|  void | GroupLayout.setHorizontalGroup(GroupLayout.Group group)Sets the Groupthat is responsible for
 layout along the horizontal axis. | 
|  void | GroupLayout.setHorizontalGroup(GroupLayout.Group group)Sets the Groupthat is responsible for
 layout along the horizontal axis. | 
|  void | GroupLayout.setVerticalGroup(GroupLayout.Group group)Sets the Groupthat is responsible for
 layout along the vertical axis. | 
|  void | GroupLayout.setVerticalGroup(GroupLayout.Group group)Sets the Groupthat is responsible for
 layout along the vertical axis. | 
| 
 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||