|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.enterprise.admin.util.RowFormatter
public class RowFormatter
This is a utility class which will be used to format data where tabular formats cannot be used
| Constructor Summary | |
|---|---|
RowFormatter(java.lang.String[] h)
|
|
| Method Summary | |
|---|---|
java.lang.String |
addColumn(java.lang.Object[] objs)
This will return a String of the format HEADING1 :value1 HEADING2 :value 2 |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RowFormatter(java.lang.String[] h)
| Method Detail |
|---|
public java.lang.String addColumn(java.lang.Object[] objs)
objs - : The values which are to be displayed
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||