com.gargoylesoftware.base.gui
private class TableLayout.HeaderPermanentInfo extends Object implements Serializable
| Field Summary | |
|---|---|
| int | index_ |
| boolean | isExpandable_ |
| int | min_ |
| static long | serialVersionUID |
| Constructor Summary | |
|---|---|
| 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
|
Parameters: newIndex Description of Parameter
Returns: The index value
Returns: The min value
Returns: The expandable value
Parameters: expandable The new expandable value
Parameters: min The new min value