com.jrefinery.report.tablemodel
Class TableModelInfo

java.lang.Object
  |
  +--com.jrefinery.report.tablemodel.TableModelInfo

public class TableModelInfo
extends java.lang.Object

A utility class that prints out information about a TableModel.

Author:
Thomas Morgner

Constructor Summary
TableModelInfo()
           
 
Method Summary
static void printTableModel(javax.swing.table.TableModel mod)
          Prints a table model to standard output.
static void printTableModelContents(javax.swing.table.TableModel mod)
          Prints a table model to standard output.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TableModelInfo

public TableModelInfo()
Method Detail

printTableModel

public static void printTableModel(javax.swing.table.TableModel mod)
Prints a table model to standard output.

Parameters:
mod - the model.

printTableModelContents

public static void printTableModelContents(javax.swing.table.TableModel mod)
Prints a table model to standard output.

Parameters:
mod - the model.