public final class Tables extends Object
Modifier and Type | Method and Description |
---|---|
static void |
showTable(PrintStream out,
List<String> header,
List<List<String>> data,
int gap)
Print out a table
|
static void |
showTable(PrintWriter out,
List<String> header,
List<List<String>> data,
int gap)
Print out a table
|
protected static void |
showTable(org.eclipse.scada.utils.str.Tables.Output out,
List<String> header,
List<List<String>> data,
int gap) |
public static void showTable(PrintStream out, List<String> header, List<List<String>> data, int gap)
out
- the stream to print toheader
- the column headersdata
- the data, in rows and cellsgap
- gap between columnspublic static void showTable(PrintWriter out, List<String> header, List<List<String>> data, int gap)
out
- the stream to print toheader
- the column headersdata
- the data, in rows and cellsgap
- gap between columnsCopyright © 2016 Eclipse NeoSCADA Project. All rights reserved.