Uses of Enum Class
javax.swing.GroupLayout.Alignment
Packages that use GroupLayout.Alignment
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.Alignment in javax.swingMethods in javax.swing that return GroupLayout.AlignmentModifier and TypeMethodDescriptionstatic GroupLayout.AlignmentReturns the enum constant of this class with the specified name.static GroupLayout.Alignment[]GroupLayout.Alignment.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in javax.swing with parameters of type GroupLayout.AlignmentModifier and TypeMethodDescriptionGroupLayout.ParallelGroup.addComponent(Component component, GroupLayout.Alignment alignment)Adds aComponentto thisParallelGroupwith the specified alignment.GroupLayout.ParallelGroup.addComponent(Component component, GroupLayout.Alignment alignment, int min, int pref, int max)Adds aComponentto thisParallelGroupwith the specified alignment and size.GroupLayout.ParallelGroup.addGroup(GroupLayout.Alignment alignment, GroupLayout.Group group)Adds aGroupto thisParallelGroupwith the specified alignment.GroupLayout.createParallelGroup(GroupLayout.Alignment alignment)Creates and returns aParallelGroupwith the specified alignment.GroupLayout.createParallelGroup(GroupLayout.Alignment alignment, boolean resizable)Creates and returns aParallelGroupwith the specified alignment and resize behavior.