Class TableLayout.HeaderPermanentInfo

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

private class TableLayout.HeaderPermanentInfo extends Object implements Serializable
Contains the information that the user has specified for the specific row or column.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    private final int
     
    private boolean
     
    private int
     
    private static final long
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    HeaderPermanentInfo(int newIndex)
    Constructor for the HeaderPermanentInfo object
  • Method Summary

    Modifier and Type
    Method
    Description
    final int
    Gets the index attribute of the HeaderPermanentInfo object
    final int
    Gets the min attribute of the HeaderPermanentInfo object
    final boolean
    Gets the expandable attribute of the HeaderPermanentInfo object
    final void
    setExpandable(boolean expandable)
    Sets the expandable attribute of the HeaderPermanentInfo object
    final void
    setMin(int min)
    Sets the min attribute of the HeaderPermanentInfo object

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      See Also:
    • index_

      private final int index_
    • min_

      private int min_
    • isExpandable_

      private boolean isExpandable_
  • Constructor Details

    • HeaderPermanentInfo

      public HeaderPermanentInfo(int newIndex)
      Constructor for the HeaderPermanentInfo object
      Parameters:
      newIndex - Description of Parameter
  • Method Details

    • setMin

      public final void setMin(int min)
      Sets the min attribute of the HeaderPermanentInfo object
      Parameters:
      min - The new min value
    • setExpandable

      public final void setExpandable(boolean expandable)
      Sets the expandable attribute of the HeaderPermanentInfo object
      Parameters:
      expandable - The new expandable value
    • getMin

      public final int getMin()
      Gets the min attribute of the HeaderPermanentInfo object
      Returns:
      The min value
    • getIndex

      public final int getIndex()
      Gets the index attribute of the HeaderPermanentInfo object
      Returns:
      The index value
    • isExpandable

      public final boolean isExpandable()
      Gets the expandable attribute of the HeaderPermanentInfo object
      Returns:
      The expandable value