com.gargoylesoftware.base.gui
private class TableLayout.Header extends Object implements Serializable
| Field Summary | |
|---|---|
| int | actual_ |
| boolean | hasComponents_ |
| boolean | isExpandable_ |
| int | max_ |
| int | min_ |
| int | preferred_ |
| static long | serialVersionUID |
| int | start_ |
| Method Summary | |
|---|---|
| int | getActual()
Gets the actual attribute of the Header object
|
| boolean | getHasComponents()
Gets the hasComponents attribute of the Header object
|
| int | getMax()
Gets the max attribute of the Header object
|
| int | getMin()
Gets the min attribute of the Header object
|
| int | getPreferred()
Gets the preferred attribute of the Header object
|
| int | getStart()
Gets the start attribute of the Header object
|
| boolean | isExpandable()
Gets the expandable attribute of the Header object
|
| void | setActual(int actual)
Sets the actual attribute of the Header object
|
| void | setExpandable(boolean expandable)
Sets the expandable attribute of the Header object
|
| void | setHasComponents(boolean hasComponents)
Sets the hasComponents attribute of the Header object
|
| void | setMax(int max)
Sets the max attribute of the Header object
|
| void | setMin(int min)
Sets the min attribute of the Header object
|
| void | setPreferred(int preferred)
Sets the preferred attribute of the Header object
|
| void | setStart(int start)
Sets the start attribute of the Header object
|
| String | toString()
Description of the Method
|
Returns: The actual value
Returns: The hasComponents value
Returns: The max value
Returns: The min value
Returns: The preferred value
Returns: The start value
Returns: The expandable value
Parameters: actual The new actual value
Parameters: expandable The new expandable value
Parameters: hasComponents The new hasComponents value
Parameters: max The new max value
Parameters: min The new min value
Parameters: preferred The new preferred value
Parameters: start The new start value
Returns: Description of the Returned Value