Uses of Enum Class
javax.swing.GroupLayout.Alignment
Packages that use GroupLayout.Alignment
包
描述
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
Methods in javax.swing that return GroupLayout.Alignment修饰符和类方法描述static 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.Methods in javax.swing with parameters of type GroupLayout.Alignment修饰符和类方法描述GroupLayout.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.