Ontimize 5.2072EN

com.ontimize.util.swing.table
Class TableUtils

java.lang.Object
  extended bycom.ontimize.util.swing.table.TableUtils

public abstract class TableUtils
extends java.lang.Object


Nested Class Summary
static class TableUtils.PrintableTable
           
 
Field Summary
static int AVG
           
static int COUNT
           
static int SUM
           
 
Constructor Summary
TableUtils()
           
 
Method Summary
static int[] getPreferredColumnsWidth(javax.swing.JTable table)
           
protected static int getPreferredColumnWidth(javax.swing.JTable table, int i)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SUM

public static int SUM

AVG

public static int AVG

COUNT

public static int COUNT
Constructor Detail

TableUtils

public TableUtils()
Method Detail

getPreferredColumnsWidth

public static int[] getPreferredColumnsWidth(javax.swing.JTable table)

getPreferredColumnWidth

protected static int getPreferredColumnWidth(javax.swing.JTable table,
                                             int i)

Ontimize