com.gargoylesoftware.base.gui
Class TableLayout.Entry

java.lang.Object
  extended by com.gargoylesoftware.base.gui.TableLayout.Entry
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
TableLayout

private class TableLayout.Entry
extends java.lang.Object
implements java.io.Serializable

A convenience class to attach the constraints to a component.


Field Summary
private  java.awt.Component component_
          Description of the Field
private  TableLayoutConstraints constraints_
          Description of the Field
private static long serialVersionUID
           
 
Constructor Summary
TableLayout.Entry(java.awt.Component comp, TableLayoutConstraints constraints)
          Constructor for the Entry object
 
Method Summary
 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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values

component_

private final java.awt.Component component_
Description of the Field


constraints_

private final TableLayoutConstraints constraints_
Description of the Field

Constructor Detail

TableLayout.Entry

public TableLayout.Entry(java.awt.Component comp,
                         TableLayoutConstraints constraints)
Constructor for the Entry object

Parameters:
comp - Description of Parameter
constraints - Description of Parameter
Method Detail

getComponent

public final java.awt.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 java.lang.String toString()
Description of the Method

Overrides:
toString in class java.lang.Object
Returns:
Description of the Returned Value