java.lang.Object
com.ibm.j9ddr.tools.ddrinteractive.Table
Utility class for printing text-based tables.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
Table
Add a header to the table.- Parameters:
title
-
-
-
Method Details
-
row
Add a new row to the table.- Parameters:
row
-
-
render
Print the table on the supplied output device.- Parameters:
out
-
-
main
-