|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.radeox.macro.list.SimpleList
Simple list formatter.
Constructor Summary | |
SimpleList()
|
Method Summary | |
void |
format(java.io.Writer writer,
java.lang.String listComment,
java.util.Collection c,
java.lang.String emptyText,
boolean showSize)
Display a simple vertical list. |
java.lang.String |
getName()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SimpleList()
Method Detail |
public java.lang.String getName()
getName
in interface ListFormatter
public void format(java.io.Writer writer, java.lang.String listComment, java.util.Collection c, java.lang.String emptyText, boolean showSize) throws java.io.IOException
ListFormatter
format
in interface ListFormatter
writer
- Writer to write the list output tolistComment
- String to display before the listc
- Collection of Linkables, Snips or Nameables to displayemptyText
- Text to display if collection is emptyshowSize
- If showSize is true then the size of the collection is displayed
java.io.IOException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |