com.objectwave.tools.viewUtility
Class PrintFunctions

java.lang.Object
  |
  +--com.objectwave.tools.viewUtility.PrintFunctions
Direct Known Subclasses:
TablePrinter

public class PrintFunctions
extends java.lang.Object


Constructor Summary
PrintFunctions()
           
 
Method Summary
static PrintFunctions getDefaultManager()
           
 Printer getPrinter()
           
 void printJTable(javax.swing.JTable table)
           
protected  java.lang.Boolean[] selectColumns(javax.swing.JTable table)
           
protected  java.lang.Boolean[] selectColumns(javax.swing.JTable table, boolean[] initialSettings)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PrintFunctions

public PrintFunctions()
Method Detail

getDefaultManager

public static PrintFunctions getDefaultManager()

getPrinter

public Printer getPrinter()

printJTable

public void printJTable(javax.swing.JTable table)

selectColumns

protected java.lang.Boolean[] selectColumns(javax.swing.JTable table)

selectColumns

protected java.lang.Boolean[] selectColumns(javax.swing.JTable table,
                                            boolean[] initialSettings)