Uses of Enum Class
javax.swing.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.swing
Modifier and TypeMethodDescriptionstatic GroupLayout.Alignment
Returns 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.Modifier and TypeMethodDescriptionGroupLayout.ParallelGroup.addComponent(Component component, GroupLayout.Alignment alignment)
Adds aComponent
to thisParallelGroup
with the specified alignment.GroupLayout.ParallelGroup.addComponent(Component component, GroupLayout.Alignment alignment, int min, int pref, int max)
Adds aComponent
to thisParallelGroup
with the specified alignment and size.GroupLayout.ParallelGroup.addGroup(GroupLayout.Alignment alignment, GroupLayout.Group group)
Adds aGroup
to thisParallelGroup
with the specified alignment.GroupLayout.createParallelGroup(GroupLayout.Alignment alignment)
Creates and returns aParallelGroup
with the specified alignment.GroupLayout.createParallelGroup(GroupLayout.Alignment alignment, boolean resizable)
Creates and returns aParallelGroup
with the specified alignment and resize behavior.