public class RowFormatter extends Object
| Constructor and Description |
|---|
RowFormatter(String[] h) |
| Modifier and Type | Method and Description |
|---|---|
String |
addColumn(Object[] objs)
This will return a String of the format
HEADING1 :value1
HEADING2 :value 2
|
public RowFormatter(String[] h)
Copyright © 2017–2020 Eclipse Foundation. All rights reserved.