public class TableUtils
extends java.lang.Object
Constructor and Description |
---|
TableUtils() |
Modifier and Type | Method and Description |
---|---|
static void |
exportToCSV(org.jdesktop.swingx.JXTable table,
java.io.File file)
Static function for exporting a JXTable to a CSV text file
|