|
JavaTM Platform Standard Ed. 6 |
|||||||||
上一个 下一个 | 框架 无框架 |
使用 LayoutStyle.ComponentPlacement 的软件包 | |
---|---|
javax.swing | 提供一组“轻量级”(全部是 Java 语言)组件,尽量让这些组件在所有平台上的工作方式都相同。 |
javax.swing 中 LayoutStyle.ComponentPlacement 的使用 |
---|
返回 LayoutStyle.ComponentPlacement 的 javax.swing 中的方法 | |
---|---|
static LayoutStyle.ComponentPlacement |
LayoutStyle.ComponentPlacement.valueOf(String name)
返回带有指定名称的该类型的枚举常量。 |
static LayoutStyle.ComponentPlacement[] |
LayoutStyle.ComponentPlacement.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
参数类型为 LayoutStyle.ComponentPlacement 的 javax.swing 中的方法 | |
---|---|
GroupLayout.SequentialGroup |
GroupLayout.SequentialGroup.addPreferredGap(JComponent comp1,
JComponent comp2,
LayoutStyle.ComponentPlacement type)
添加一个表示两个组件之间首选间隙的元素。 |
GroupLayout.SequentialGroup |
GroupLayout.SequentialGroup.addPreferredGap(JComponent comp1,
JComponent comp2,
LayoutStyle.ComponentPlacement type,
int pref,
int max)
添加一个表示两个组件之间首选间隙的元素。 |
GroupLayout.SequentialGroup |
GroupLayout.SequentialGroup.addPreferredGap(LayoutStyle.ComponentPlacement type)
添加一个表示两个距离最近的组件之间首选间隙的元素。 |
GroupLayout.SequentialGroup |
GroupLayout.SequentialGroup.addPreferredGap(LayoutStyle.ComponentPlacement type,
int pref,
int max)
添加一个表示两个距离最近的组件之间首选间隙的元素。 |
abstract int |
LayoutStyle.getPreferredGap(JComponent component1,
JComponent component2,
LayoutStyle.ComponentPlacement type,
int position,
Container parent)
返回两个组件之间使用的空格的数量。 |
|
JavaTM Platform Standard Ed. 6 |
|||||||||
上一个 下一个 | 框架 无框架 |
版权所有 2007 Sun Microsystems, Inc. 保留所有权利。 请遵守许可证条款。另请参阅文档重新分发政策。