public static class TableLayout.Entry
extends java.lang.Object
implements java.lang.Cloneable
| 限定符和类型 | 字段和说明 |
|---|---|
int[] |
alignment
Horizontal and vertical alignment
|
java.awt.Component |
component
Component bound by the constraints
|
int[] |
cr1
Cell in which the upper-left corner of the component lies
|
int[] |
cr2
Cell in which the lower-right corner of the component lies
|
| 构造器和说明 |
|---|
TableLayout.Entry(java.awt.Component component,
TableLayoutConstraints constraint)
Constructs an Entry that binds a component to a set of constraints.
|
| 限定符和类型 | 方法和说明 |
|---|---|
TableLayout.Entry |
copy()
Copies this Entry.
|
java.lang.String |
toString()
Gets the string representation of this Entry.
|
public java.awt.Component component
public int[] cr1
public int[] cr2
public int[] alignment
public TableLayout.Entry(java.awt.Component component,
TableLayoutConstraints constraint)
component - component being boundconstraint - constraints being appliedpublic TableLayout.Entry copy() throws java.lang.CloneNotSupportedException
java.lang.CloneNotSupportedExceptionpublic java.lang.String toString()
toString 在类中 java.lang.Object