|
Class Summary |
| baseTable |
baseTable is an AWT table component, supporting a wide variety
of table displays based on an underlying grid model. |
| gridTable |
gridTable is a specialized baseTable, supporting an x,y
access model |
| mergeRec |
|
| rowHandle |
|
| rowSorter |
|
| rowTable |
rowTable is a specialized baseTable, supporting a per-row
access model based on a hashtable. |
| tableAttr |
|
| tableCanvas |
This class is the actual pane that is rendered on to create the table. |
| tableCell |
tableCell represents the contents of a single cell in the table. |
| tableCol |
This class holds the information on a particular column in the table,
including the header, header pop-up menu, current column width, and
any special font or style or color information to apply to cells in
this column. |
| tableRow |
This class holds all the information for a particular row in the
table, including current position of the row in the table, height
of row in elemental lines, and a vector of the current cells in
this row. |