com.gargoylesoftware.base.gui
private class TableLayout.Entry extends Object implements Serializable
Field Summary | |
---|---|
Component | component_
Description of the Field |
TableLayoutConstraints | constraints_
Description of the Field |
static long | serialVersionUID |
Constructor Summary | |
---|---|
Entry(Component comp, TableLayoutConstraints constraints)
Constructor for the Entry object
|
Method Summary | |
---|---|
Component | getComponent()
Gets the component attribute of the Entry object
|
TableLayoutConstraints | getConstraints()
Gets the constraints attribute of the Entry object
|
String | toString()
Description of the Method
|
Parameters: comp Description of Parameter constraints Description of Parameter
Returns: The component value
Returns: The constraints value
Returns: Description of the Returned Value