| 程序包 | 说明 |
|---|---|
| com.fr.design.layout |
这个包定义了一些布局
|
| 限定符和类型 | 方法和说明 |
|---|---|
TableLayoutConstraints |
TableLayout.getConstraints(java.awt.Component component)
Gets the constraints of a given component.
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
TableLayout.setConstraints(java.awt.Component component,
TableLayoutConstraints constraint)
Sets the constraints of a given component.
|
| 构造器和说明 |
|---|
TableLayout.Entry(java.awt.Component component,
TableLayoutConstraints constraint)
Constructs an Entry that binds a component to a set of constraints.
|