com.neeve.util
Class UtlTableFormatter.Table

java.lang.Object
  extended by com.neeve.util.UtlTableFormatter.Table
Enclosing class:
UtlTableFormatter

public static final class UtlTableFormatter.Table
extends Object

The table model.


Method Summary
 void addRow(Object... values)
           
 void setColumnWidths(int... widths)
           
 void write(StringBuffer sb, UtlTableFormatter.Format format, boolean includeHeaders, int maxWidth)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

setColumnWidths

public void setColumnWidths(int... widths)

addRow

public void addRow(Object... values)

write

public void write(StringBuffer sb,
                  UtlTableFormatter.Format format,
                  boolean includeHeaders,
                  int maxWidth)


Copyright © 2016 Neeve Research, LLC. All Rights Reserved.