GroupLayout.ParallelGroup |
GroupLayout.ParallelGroup.addComponent(Component component, GroupLayout.Alignment alignment) |
使用指定的对齐方式将
Component 添加到此
ParallelGroup 。
|
GroupLayout.ParallelGroup |
GroupLayout.ParallelGroup.addComponent(Component component, GroupLayout.Alignment alignment, int min, int pref, int max) |
添加
Component 到
ParallelGroup 具有指定的对齐和大小。
|
GroupLayout.ParallelGroup |
GroupLayout.ParallelGroup.addGroup(GroupLayout.Alignment alignment, GroupLayout.Group group) |
使用指定的对齐方式将
Group 添加到此
ParallelGroup 。
|
GroupLayout.ParallelGroup |
GroupLayout.createParallelGroup(GroupLayout.Alignment alignment) |
创建并返回具有指定对齐的
ParallelGroup 。
|
GroupLayout.ParallelGroup |
GroupLayout.createParallelGroup(GroupLayout.Alignment alignment, boolean resizable) |
创建并返回具有指定对齐和调整大小行为的
ParallelGroup 。
|