private class TableLayout.Entry
extends java.lang.Object
implements java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
private java.awt.Component |
component_
Description of the Field
|
private TableLayoutConstraints |
constraints_
Description of the Field
|
private static long |
serialVersionUID |
| Constructor and Description |
|---|
Entry(java.awt.Component comp,
TableLayoutConstraints constraints)
Constructor for the Entry object
|
| Modifier and Type | Method and Description |
|---|---|
java.awt.Component |
getComponent()
Gets the component attribute of the Entry object
|
TableLayoutConstraints |
getConstraints()
Gets the constraints attribute of the Entry object
|
java.lang.String |
toString()
Description of the Method
|
private static final long serialVersionUID
private final java.awt.Component component_
private final TableLayoutConstraints constraints_
public Entry(java.awt.Component comp,
TableLayoutConstraints constraints)
comp - Description of Parameterconstraints - Description of Parameterpublic final java.awt.Component getComponent()
public final TableLayoutConstraints getConstraints()
public java.lang.String toString()
toString in class java.lang.Object