rjw.dc.export
Class TableToFileExporter

java.lang.Object
  |
  +--rjw.dc.export.TableToFileExporter

public class TableToFileExporter
extends java.lang.Object


Constructor Summary
TableToFileExporter()
           
 
Method Summary
static void exportTableToHTML(javax.swing.JComponent comp, javax.swing.JTable table, int[] headerFields)
           
static void exportTableToPDF(javax.swing.JComponent comp, javax.swing.JTable table, int[] headerFields)
           
static void exportTableToText(javax.swing.JComponent comp, javax.swing.JTable table)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TableToFileExporter

public TableToFileExporter()
Method Detail

exportTableToPDF

public static void exportTableToPDF(javax.swing.JComponent comp,
                                    javax.swing.JTable table,
                                    int[] headerFields)

exportTableToHTML

public static void exportTableToHTML(javax.swing.JComponent comp,
                                     javax.swing.JTable table,
                                     int[] headerFields)

exportTableToText

public static void exportTableToText(javax.swing.JComponent comp,
                                     javax.swing.JTable table)