|
8.7.7.3.9 Export Table
Dumps Contents of Table into file, can be used only for Application.
The important methods are:
|
Method
|
Description |
|
exportTable(table) |
dumps the contents of the table in a file |
How To use this bean
ExportTable
eT = new ExportTable();
JTable myTable = new JTable();
eT.exportTable(eT);
|