Uses of Class
org.jdesktop.layout.GroupLayout.Group
-
Uses of GroupLayout.Group in org.jdesktop.layout
Subclasses of GroupLayout.Group in org.jdesktop.layoutModifier and TypeClassDescriptionclassAGroupthat lays out its elements on top of each other.classAGroupthat lays out its elements sequentially, one after another.Methods in org.jdesktop.layout that return GroupLayout.GroupModifier and TypeMethodDescriptionGroupLayout.getHorizontalGroup()Returns theGroupthat is responsible for layout along the horizontal axis.GroupLayout.getVerticalGroup()Returns theParallelGroupthat is responsible for layout along the vertical axis.Methods in org.jdesktop.layout with parameters of type GroupLayout.GroupModifier and TypeMethodDescriptionGroupLayout.ParallelGroup.add(int alignment, GroupLayout.Group group) Adds the specifiedGroupas a child of this group.GroupLayout.ParallelGroup.add(GroupLayout.Group group) Adds the specifiedGroup.GroupLayout.SequentialGroup.add(boolean useAsBaseline, GroupLayout.Group group) Adds aGroupto thisGroup.GroupLayout.SequentialGroup.add(GroupLayout.Group group) Adds the specifiedGroupto thisSequentialGroupvoidGroupLayout.setHorizontalGroup(GroupLayout.Group group) Sets theGroupthat is responsible for layout along the horizontal axis.voidGroupLayout.setVerticalGroup(GroupLayout.Group group) Sets theGroupthat is responsible for layout along the vertical axis.