|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.bits.client.reports.ReportsManager
public class ReportsManager
Reports Manager - contains the methods for saving a report to a file
| Constructor Summary | |
|---|---|
ReportsManager()
|
|
| Method Summary | |
|---|---|
static boolean |
saveTableToFile(java.io.File file,
java.lang.String[][] table)
saves the given table intp the given file in an html format |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ReportsManager()
| Method Detail |
|---|
public static boolean saveTableToFile(java.io.File file,
java.lang.String[][] table)
file - - the html file to write totable - - the reults to save in a two dimensional String array
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||