|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.gargoylesoftware.base.gui.TableLayout.Header
private class TableLayout.Header
A convenience class to hold information specific to a row or column.
Field Summary | |
---|---|
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_
|
Constructor Summary | |
---|---|
private |
TableLayout.Header()
|
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 |
java.lang.String |
toString()
Description of the Method |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
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_
Constructor Detail |
---|
private TableLayout.Header()
Method Detail |
---|
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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |