|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.pentaho.reporting.engine.classic.core.modules.misc.tablemodel.TableModelInfo
public final class TableModelInfo
A utility class that prints out information about a TableModel.
Method Summary | |
---|---|
static void |
printTableCellAttributes(TableModel mod,
PrintStream out)
|
static void |
printTableMetaData(TableModel mod,
PrintStream out)
|
static void |
printTableModel(TableModel mod)
Prints a table model to standard output. |
static void |
printTableModel(TableModel mod,
PrintStream out)
|
static void |
printTableModelContents(TableModel mod)
Prints a table model to standard output. |
static void |
printTableModelContents(TableModel mod,
PrintStream out)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static void printTableMetaData(TableModel mod, PrintStream out)
public static void printTableCellAttributes(TableModel mod, PrintStream out)
public static void printTableModel(TableModel mod, PrintStream out)
public static void printTableModel(TableModel mod)
mod
- the model.public static void printTableModelContents(TableModel mod, PrintStream out)
public static void printTableModelContents(TableModel mod)
mod
- the model.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |