JIDE 3.5.15

com.jidesoft.utils
Class TableHelper

java.lang.Object
  extended by com.jidesoft.utils.TableHelper

public class TableHelper
extends Object

Helper class for dealing with Swing's TableModel.


Nested Class Summary
static class TableHelper.ColumnStatistics
           
 
Constructor Summary
TableHelper()
           
 
Method Summary
static TableHelper.ColumnStatistics getColumnStatistics(TableModel tableModel, int column)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TableHelper

public TableHelper()
Method Detail

getColumnStatistics

public static TableHelper.ColumnStatistics getColumnStatistics(TableModel tableModel,
                                                               int column)

JIDE 3.5.15