com.gargoylesoftware.base.gui

Class TableLayout.Header

private class TableLayout.Header extends Object implements Serializable

A convenience class to hold information specific to a row or column.
Field Summary
intactual_
booleanhasComponents_
booleanisExpandable_
intmax_
intmin_
intpreferred_
static longserialVersionUID
intstart_
Method Summary
intgetActual()
Gets the actual attribute of the Header object
booleangetHasComponents()
Gets the hasComponents attribute of the Header object
intgetMax()
Gets the max attribute of the Header object
intgetMin()
Gets the min attribute of the Header object
intgetPreferred()
Gets the preferred attribute of the Header object
intgetStart()
Gets the start attribute of the Header object
booleanisExpandable()
Gets the expandable attribute of the Header object
voidsetActual(int actual)
Sets the actual attribute of the Header object
voidsetExpandable(boolean expandable)
Sets the expandable attribute of the Header object
voidsetHasComponents(boolean hasComponents)
Sets the hasComponents attribute of the Header object
voidsetMax(int max)
Sets the max attribute of the Header object
voidsetMin(int min)
Sets the min attribute of the Header object
voidsetPreferred(int preferred)
Sets the preferred attribute of the Header object
voidsetStart(int start)
Sets the start attribute of the Header object
StringtoString()
Description of the Method

Field Detail

actual_

private int actual_

hasComponents_

private boolean hasComponents_

isExpandable_

private boolean isExpandable_

max_

private int max_

min_

private int min_

preferred_

private int preferred_

serialVersionUID

private static final long serialVersionUID

start_

private int start_

Method Detail

getActual

public final int getActual()
Gets the actual attribute of the Header object

Returns: The actual value

getHasComponents

public final boolean getHasComponents()
Gets the hasComponents attribute of the Header object

Returns: The hasComponents value

getMax

public final int getMax()
Gets the max attribute of the Header object

Returns: The max value

getMin

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

Returns: The min value

getPreferred

public final int getPreferred()
Gets the preferred attribute of the Header object

Returns: The preferred value

getStart

public final int getStart()
Gets the start attribute of the Header object

Returns: The start value

isExpandable

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

Returns: The expandable value

setActual

public final void setActual(int actual)
Sets the actual attribute of the Header object

Parameters: actual The new actual value

setExpandable

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

Parameters: expandable The new expandable value

setHasComponents

public final void setHasComponents(boolean hasComponents)
Sets the hasComponents attribute of the Header object

Parameters: hasComponents The new hasComponents value

setMax

public final void setMax(int max)
Sets the max attribute of the Header object

Parameters: max The new max value

setMin

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

Parameters: min The new min value

setPreferred

public final void setPreferred(int preferred)
Sets the preferred attribute of the Header object

Parameters: preferred The new preferred value

setStart

public final void setStart(int start)
Sets the start attribute of the Header object

Parameters: start The new start value

toString

public String toString()
Description of the Method

Returns: Description of the Returned Value