com.gargoylesoftware.base.gui

Class TableLayout.HeaderPermanentInfo

private class TableLayout.HeaderPermanentInfo extends Object implements Serializable

Contains the information that the user has specified for the specific row or column.
Field Summary
intindex_
booleanisExpandable_
intmin_
static longserialVersionUID
Constructor Summary
HeaderPermanentInfo(int newIndex)
Constructor for the HeaderPermanentInfo object
Method Summary
intgetIndex()
Gets the index attribute of the HeaderPermanentInfo object
intgetMin()
Gets the min attribute of the HeaderPermanentInfo object
booleanisExpandable()
Gets the expandable attribute of the HeaderPermanentInfo object
voidsetExpandable(boolean expandable)
Sets the expandable attribute of the HeaderPermanentInfo object
voidsetMin(int min)
Sets the min attribute of the HeaderPermanentInfo object

Field Detail

index_

private final int index_

isExpandable_

private boolean isExpandable_

min_

private int min_

serialVersionUID

private static final long serialVersionUID

Constructor Detail

HeaderPermanentInfo

public HeaderPermanentInfo(int newIndex)
Constructor for the HeaderPermanentInfo object

Parameters: newIndex Description of Parameter

Method Detail

getIndex

public final int getIndex()
Gets the index attribute of the HeaderPermanentInfo object

Returns: The index value

getMin

public final int getMin()
Gets the min attribute of the HeaderPermanentInfo object

Returns: The min value

isExpandable

public final boolean isExpandable()
Gets the expandable attribute of the HeaderPermanentInfo object

Returns: The expandable value

setExpandable

public final void setExpandable(boolean expandable)
Sets the expandable attribute of the HeaderPermanentInfo object

Parameters: expandable The new expandable value

setMin

public final void setMin(int min)
Sets the min attribute of the HeaderPermanentInfo object

Parameters: min The new min value