Class TableLayout.Header

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

private class TableLayout.Header extends Object implements Serializable
A convenience class to hold information specific to a row or column.
  • Field Summary

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

    Constructors
    Modifier
    Constructor
    Description
    private
     
  • Method Summary

    Modifier and Type
    Method
    Description
    final int
    Gets the actual attribute of the Header object
    final boolean
    Gets the hasComponents attribute of the Header object
    final int
    Gets the max attribute of the Header object
    final int
    Gets the min attribute of the Header object
    final int
    Gets the preferred attribute of the Header object
    final int
    Gets the start attribute of the Header object
    final boolean
    Gets the expandable attribute of the Header object
    final void
    setActual(int actual)
    Sets the actual attribute of the Header object
    final void
    setExpandable(boolean expandable)
    Sets the expandable attribute of the Header object
    final void
    setHasComponents(boolean hasComponents)
    Sets the hasComponents attribute of the Header object
    final void
    setMax(int max)
    Sets the max attribute of the Header object
    final void
    setMin(int min)
    Sets the min attribute of the Header object
    final void
    setPreferred(int preferred)
    Sets the preferred attribute of the Header object
    final void
    setStart(int start)
    Sets the start attribute of the Header object
    Description of the Method

    Methods inherited from class java.lang.Object

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

    • serialVersionUID

      private static final long serialVersionUID
      See Also:
    • min_

      private int min_
    • max_

      private int max_
    • preferred_

      private int preferred_
    • actual_

      private int actual_
    • start_

      private int start_
    • hasComponents_

      private boolean hasComponents_
    • isExpandable_

      private boolean isExpandable_
  • Constructor Details

    • Header

      private Header()
  • Method Details

    • setActual

      public final void setActual(int actual)
      Sets the actual attribute of the Header object
      Parameters:
      actual - The new actual value
    • setPreferred

      public final void setPreferred(int preferred)
      Sets the preferred attribute of the Header object
      Parameters:
      preferred - The new preferred value
    • setMin

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

      public final void setMax(int max)
      Sets the max attribute of the Header object
      Parameters:
      max - The new max value
    • setStart

      public final void setStart(int start)
      Sets the start attribute of the Header object
      Parameters:
      start - The new start value
    • setHasComponents

      public final void setHasComponents(boolean hasComponents)
      Sets the hasComponents attribute of the Header object
      Parameters:
      hasComponents - The new hasComponents value
    • setExpandable

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

      public final int getActual()
      Gets the actual attribute of the Header object
      Returns:
      The actual value
    • getPreferred

      public final int getPreferred()
      Gets the preferred attribute of the Header object
      Returns:
      The preferred value
    • getMin

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

      public final int getMax()
      Gets the max attribute of the Header object
      Returns:
      The max value
    • getStart

      public final int getStart()
      Gets the start attribute of the Header object
      Returns:
      The start value
    • getHasComponents

      public final boolean getHasComponents()
      Gets the hasComponents attribute of the Header object
      Returns:
      The hasComponents value
    • isExpandable

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

      public String toString()
      Description of the Method
      Overrides:
      toString in class Object
      Returns:
      Description of the Returned Value