| 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecttablelayout.TableVec
tablelayout.TableRow
public class TableRow
Controls the rows of the table
TableLayout| Field Summary | 
|---|
| Fields inherited from class tablelayout.TableVec | 
|---|
parent, size, vec | 
| Constructor Summary | |
|---|---|
TableRow(TableLayout tw)
 | 
|
| Method Summary | |
|---|---|
 int | 
getPreferredSize()
Returns the preferred size of the row.  | 
 int | 
layoutSize(boolean do_actual)
Calculates the size of the layout  | 
 void | 
minimize()
Changes the row to its minimum size.  | 
 String | 
toString()
Returns the String representation  | 
 int | 
totalSize()
Returns the total (minimum) size of the row  | 
| Methods inherited from class tablelayout.TableVec | 
|---|
adjust, computeOffsets, elementAt | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Constructor Detail | 
|---|
public TableRow(TableLayout tw)
tw - the corresponding TableLayout manager| Method Detail | 
|---|
public void minimize()
minimize in class TableVecpublic int totalSize()
totalSize in class TableVeclayoutSize(boolean)public int getPreferredSize()
getPreferredSize in class TableVeclayoutSize(boolean)public int layoutSize(boolean do_actual)
layoutSize in class TableVecdo_actual - actual size or the preferred sizepublic String toString()
toString in class TableVec
  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||