|
JavaTM 2 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 2 Platform Standard Ed. 6 |
|||||||||
| 上一個 下一個 | 框架 無框架 | |||||||||
版權所有 2008 Sun Microsystems, Inc. 保留所有權利。請遵守GNU General Public License, version 2 only。