Uses of Class
javax.swing.GroupLayout.Group
Package
Description
Provides a set of "lightweight" (all-Java language) components
that, to the maximum degree possible, work the same on all platforms.
-
Uses of GroupLayout.Group in javax.swing
Modifier and TypeClassDescriptionclass
AGroup
that aligns and sizes its children.final class
AGroup
that positions and sizes its elements sequentially, one after another.Modifier and TypeMethodDescriptionGroupLayout.Group.addComponent
(Component component) Adds aComponent
to thisGroup
.GroupLayout.Group.addComponent
(Component component, int min, int pref, int max) Adds aComponent
to thisGroup
with the specified size.GroupLayout.Group.addGap
(int size) Adds a rigid gap to thisGroup
.GroupLayout.Group.addGap
(int min, int pref, int max) Adds a gap to thisGroup
with the specified size.GroupLayout.Group.addGroup
(GroupLayout.Group group) Adds aGroup
to thisGroup
.Modifier and TypeMethodDescriptionGroupLayout.Group.addGroup
(GroupLayout.Group group) Adds aGroup
to thisGroup
.GroupLayout.ParallelGroup.addGroup
(GroupLayout.Alignment alignment, GroupLayout.Group group) Adds aGroup
to thisParallelGroup
with the specified alignment.GroupLayout.ParallelGroup.addGroup
(GroupLayout.Group group) Adds aGroup
to thisGroup
.GroupLayout.SequentialGroup.addGroup
(boolean useAsBaseline, GroupLayout.Group group) Adds aGroup
to thisGroup
.GroupLayout.SequentialGroup.addGroup
(GroupLayout.Group group) Adds aGroup
to thisGroup
.void
GroupLayout.setHorizontalGroup
(GroupLayout.Group group) Sets theGroup
that positions and sizes components along the horizontal axis.void
GroupLayout.setVerticalGroup
(GroupLayout.Group group) Sets theGroup
that positions and sizes components along the vertical axis.