private class TableLayout.Header
extends java.lang.Object
implements java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
private int |
actual_ |
private boolean |
hasComponents_ |
private boolean |
isExpandable_ |
private int |
max_ |
private int |
min_ |
private int |
preferred_ |
private static long |
serialVersionUID |
private int |
start_ |
| Modifier | Constructor and Description |
|---|---|
private |
Header() |
| Modifier and Type | Method and Description |
|---|---|
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
|
java.lang.String |
toString()
Description of the Method
|
private static final long serialVersionUID
private int min_
private int max_
private int preferred_
private int actual_
private int start_
private boolean hasComponents_
private boolean isExpandable_
public final void setActual(int actual)
actual - The new actual valuepublic final void setPreferred(int preferred)
preferred - The new preferred valuepublic final void setMin(int min)
min - The new min valuepublic final void setMax(int max)
max - The new max valuepublic final void setStart(int start)
start - The new start valuepublic final void setHasComponents(boolean hasComponents)
hasComponents - The new hasComponents valuepublic final void setExpandable(boolean expandable)
expandable - The new expandable valuepublic final int getActual()
public final int getPreferred()
public final int getMin()
public final int getMax()
public final int getStart()
public final boolean getHasComponents()
public final boolean isExpandable()
public java.lang.String toString()
toString in class java.lang.Object