Class QuickTableExport
- java.lang.Object
-
- com.openindex.openestate.tool.utils.QuickTableExport
-
public class QuickTableExport extends Object
QuickTableExport.- Author:
- Andreas Rudolph
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classQuickTableExport.ExportCsvActionstatic classQuickTableExport.ExportPdfActionstatic classQuickTableExport.ExportXlsAction
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voiddoExportCsv(org.jdesktop.swingx.JXTable table, Window parentFrame)static voiddoExportPdf(org.jdesktop.swingx.JXTable table, Window parentFrame)static voiddoExportXls(org.jdesktop.swingx.JXTable table, Window parentFrame)
-
-
-
Method Detail
-
doExportCsv
public static void doExportCsv(org.jdesktop.swingx.JXTable table, Window parentFrame)
-
doExportPdf
public static void doExportPdf(org.jdesktop.swingx.JXTable table, Window parentFrame)
-
doExportXls
public static void doExportXls(org.jdesktop.swingx.JXTable table, Window parentFrame)
-
-