Class 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 Detail

      • component_

        private final java.awt.Component component_
        Description of the Field
    • Constructor Detail

      • Entry

        public 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