Class Summary |
TableCol |
Controls the colums of the table |
TableLayout |
TableLayout is a layout manager which allows components to be
arranged
in a tabular form. |
TableLoc |
The TableLayout Manager keeps its layout
description as a TableLoc, which contains
a vector of TableLocRec and of the
components. |
TableLocRec |
This class parses the string which specifies the layout for a component. |
TableOpts |
This class parses the options string which specifies the layout options
for an component. |
TableRow |
Controls the rows of the table |
TableVec |
Each TableLayout Manager has two
TableVectors:
one describes the columns, and the other describes the rows. |
TableVecRec |
Contains information of the size of one table cell |