com.gargoylesoftware.base.gui
Class TableLayout.HeaderPermanentInfo

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

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

Contains the information that the user has specified for the specific row or column.


Field Summary
private  int index_
           
private  boolean isExpandable_
           
private  int min_
           
private static long serialVersionUID
           
 
Constructor Summary
TableLayout.HeaderPermanentInfo(int newIndex)
          Constructor for the HeaderPermanentInfo object
 
Method Summary
 int getIndex()
          Gets the index attribute of the HeaderPermanentInfo object
 int getMin()
          Gets the min attribute of the HeaderPermanentInfo object
 boolean isExpandable()
          Gets the expandable attribute of the HeaderPermanentInfo object
 void setExpandable(boolean expandable)
          Sets the expandable attribute of the HeaderPermanentInfo object
 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 Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values

index_

private final int index_

min_

private int min_

isExpandable_

private boolean isExpandable_
Constructor Detail

TableLayout.HeaderPermanentInfo

public TableLayout.HeaderPermanentInfo(int newIndex)
Constructor for the HeaderPermanentInfo object

Parameters:
newIndex - Description of Parameter
Method Detail

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