com.gargoylesoftware.base.gui

Class TableLayout.Entry

private class TableLayout.Entry extends Object implements Serializable

A convenience class to attach the constraints to a component.
Field Summary
Componentcomponent_
Description of the Field
TableLayoutConstraintsconstraints_
Description of the Field
static longserialVersionUID
Constructor Summary
Entry(Component comp, TableLayoutConstraints constraints)
Constructor for the Entry object
Method Summary
ComponentgetComponent()
Gets the component attribute of the Entry object
TableLayoutConstraintsgetConstraints()
Gets the constraints attribute of the Entry object
StringtoString()
Description of the Method

Field Detail

component_

private final Component component_
Description of the Field

constraints_

private final TableLayoutConstraints constraints_
Description of the Field

serialVersionUID

private static final long serialVersionUID

Constructor Detail

Entry

public Entry(Component comp, TableLayoutConstraints constraints)
Constructor for the Entry object

Parameters: comp Description of Parameter constraints Description of Parameter

Method Detail

getComponent

public final Component getComponent()
Gets the component attribute of the Entry object

Returns: The component value

getConstraints

public final TableLayoutConstraints getConstraints()
Gets the constraints attribute of the Entry object

Returns: The constraints value

toString

public String toString()
Description of the Method

Returns: Description of the Returned Value