Class TableLayout.Entry

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

private class TableLayout.Entry extends Object implements Serializable
A convenience class to attach the constraints to a component.
  • Field Details

  • Constructor Details

    • Entry

      public Entry(Component comp, TableLayoutConstraints constraints)
      Constructor for the Entry object
      Parameters:
      comp - Description of Parameter
      constraints - Description of Parameter
  • Method Details

    • 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
      Overrides:
      toString in class Object
      Returns:
      Description of the Returned Value