|
JavaTM Platform Standard Ed. 6 |
|||||||||
上一个 下一个 | 框架 无框架 |
使用 GroupLayout.Alignment 的软件包 | |
---|---|
javax.swing | 提供一组“轻量级”(全部是 Java 语言)组件,尽量让这些组件在所有平台上的工作方式都相同。 |
javax.swing 中 GroupLayout.Alignment 的使用 |
---|
返回 GroupLayout.Alignment 的 javax.swing 中的方法 | |
---|---|
static GroupLayout.Alignment |
GroupLayout.Alignment.valueOf(String name)
返回带有指定名称的该类型的枚举常量。 |
static GroupLayout.Alignment[] |
GroupLayout.Alignment.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
参数类型为 GroupLayout.Alignment 的 javax.swing 中的方法 | |
---|---|
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 。 |
|
JavaTM Platform Standard Ed. 6 |
|||||||||
上一个 下一个 | 框架 无框架 |
版权所有 2007 Sun Microsystems, Inc. 保留所有权利。 请遵守许可证条款。另请参阅文档重新分发政策。