Creates a new, empty table. Use addRow() to add additional rows.
()
| 117 | * Creates a new, empty table. Use addRow() to add additional rows. |
| 118 | */ |
| 119 | public Table() { |
| 120 | init(); |
| 121 | } |
| 122 | |
| 123 | /** |
| 124 | * @nowebref |
nothing calls this directly
no test coverage detected