| 软件包 | 描述 |
|---|---|
| javax.swing |
提供了一套“轻量级”(所有的java语言)组件,以最大可能的程度,在所有平台上工作。
|
| Modifier and Type | Method and Description |
|---|---|
GroupLayout.ParallelGroup |
GroupLayout.ParallelGroup.addComponent(Component component)
增加了一个
Component这
Group。
|
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.addComponent(Component component, int min, int pref, int max)
增加了一个
Component这
Group用指定的大小。
|
GroupLayout.ParallelGroup |
GroupLayout.ParallelGroup.addGap(int pref)
增加了一个刚性缺口,这
Group。
|
GroupLayout.ParallelGroup |
GroupLayout.ParallelGroup.addGap(int min, int pref, int max)
增加了一个缺口,这
Group用指定的大小。
|
GroupLayout.ParallelGroup |
GroupLayout.ParallelGroup.addGroup(GroupLayout.Alignment alignment, GroupLayout.Group group)
增加了一个
Group这
ParallelGroup与指定的对齐。
|
GroupLayout.ParallelGroup |
GroupLayout.ParallelGroup.addGroup(GroupLayout.Group group)
增加了一个
Group这
Group。
|
GroupLayout.ParallelGroup |
GroupLayout.createBaselineGroup(boolean resizable, boolean anchorBaselineToTop)
创建并返回一个
ParallelGroup对齐是沿基线元素。
|
GroupLayout.ParallelGroup |
GroupLayout.createParallelGroup()
创建并返回一个与
Alignment.LEADING对准
ParallelGroup。
|
GroupLayout.ParallelGroup |
GroupLayout.createParallelGroup(GroupLayout.Alignment alignment)
创建并返回一个与指定的对齐
ParallelGroup。
|
GroupLayout.ParallelGroup |
GroupLayout.createParallelGroup(GroupLayout.Alignment alignment, boolean resizable)
创建并返回一个与指定的对齐
ParallelGroup和大小调整行为。
|
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.