|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TableFormatter
Interface implemented by table formatters outputting select results. Implementations must have a constructor that takes a Writer.
AsciiTableFormatter
Method Summary | |
---|---|
void |
footer()
Output footer. |
Writer |
getOut()
|
void |
header(String[] titles)
Output header. |
void |
row(String[] cells)
Output a row. |
Method Detail |
---|
void header(String[] titles) throws IOException
titles
- Titles to emit.
IOException
void footer() throws IOException
IOException
void row(String[] cells) throws IOException
cells
-
IOException
Writer getOut()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |