|
JavaTM Platform Standard Ed. 6 |
|||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |
java.lang.Object javax.swing.plaf.basic.BasicOptionPaneUI.ButtonAreaLayout
public static class BasicOptionPaneUI.ButtonAreaLayout
ButtonAreaLayout
的行为方式类似于 FlowLayout
。它从左到右布置所有组件。如果 syncAllWidths
为 true,则将每个组件的宽度设置为最大首选大小的宽度。
因编辑器故障而将此内部类标记为“公开”。此类应该视为“受保护”内部类。仅在 BasicOptionPaneUI 的子类中实例化此类。
字段摘要 | |
---|---|
protected boolean |
centersChildren
如果为 true,则子级将在父级中汇总在一起。 |
protected int |
padding
|
protected boolean |
syncAllWidths
|
构造方法摘要 | |
---|---|
BasicOptionPaneUI.ButtonAreaLayout(boolean syncAllWidths,
int padding)
|
方法摘要 | |
---|---|
void |
addLayoutComponent(String string,
Component comp)
如果布局管理器使用每组件字符串,则将组件 comp 添加到布局,并将它与 name 指定的字符串关联。 |
boolean |
getCentersChildren()
|
int |
getPadding()
|
boolean |
getSyncAllWidths()
|
void |
layoutContainer(Container container)
布置指定容器。 |
Dimension |
minimumLayoutSize(Container c)
给定指定容器所包含的组件,计算该容器的最小大小维数。 |
Dimension |
preferredLayoutSize(Container c)
给定指定容器所包含的组件,计算该容器的首选大小维数。 |
void |
removeLayoutComponent(Component c)
从布局移除指定组件。 |
void |
setCentersChildren(boolean newValue)
|
void |
setPadding(int newPadding)
|
void |
setSyncAllWidths(boolean newValue)
|
从类 java.lang.Object 继承的方法 |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
字段详细信息 |
---|
protected boolean syncAllWidths
protected int padding
protected boolean centersChildren
构造方法详细信息 |
---|
public BasicOptionPaneUI.ButtonAreaLayout(boolean syncAllWidths, int padding)
方法详细信息 |
---|
public void setSyncAllWidths(boolean newValue)
public boolean getSyncAllWidths()
public void setPadding(int newPadding)
public int getPadding()
public void setCentersChildren(boolean newValue)
public boolean getCentersChildren()
public void addLayoutComponent(String string, Component comp)
LayoutManager
复制的描述comp
添加到布局,并将它与 name
指定的字符串关联。
LayoutManager
中的 addLayoutComponent
string
- 要与组件关联的字符串comp
- 要添加的组件public void layoutContainer(Container container)
LayoutManager
复制的描述
LayoutManager
中的 layoutContainer
container
- 要布置的容器public Dimension minimumLayoutSize(Container c)
LayoutManager
复制的描述
LayoutManager
中的 minimumLayoutSize
c
- 要布置的组件public Dimension preferredLayoutSize(Container c)
LayoutManager
复制的描述
LayoutManager
中的 preferredLayoutSize
c
- 要布置的容器LayoutManager.minimumLayoutSize(java.awt.Container)
public void removeLayoutComponent(Component c)
LayoutManager
复制的描述
LayoutManager
中的 removeLayoutComponent
c
- 要移除的组件
|
JavaTM Platform Standard Ed. 6 |
|||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |
版权所有 2007 Sun Microsystems, Inc. 保留所有权利。 请遵守许可证条款。另请参阅文档重新分发政策。